Density

trait Density[T]

Represents an unnormalized probability distribution.

class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(x: T): Double

Returns the unnormalized value of the measure

Returns the unnormalized value of the measure

Concrete methods

def logApply(x: T): Double

Returns the log unnormalized value of the measure

Returns the log unnormalized value of the measure