com.stripe.rainier.sampler.DensityFunction.scala Maven / Gradle / Ivy
The newest version!
package com.stripe.rainier.sampler
trait DensityFunction {
def nVars: Int
def update(vars: Array[Double]): Unit
def density: Double
def gradient(index: Int): Double
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy