DataType
- Type of data that can be sampled from the distribution, and also the
input to the evaluate method.public interface ProbabilityFunction<DataType> extends ComputableDistribution<DataType>, Evaluator<DataType,java.lang.Double>
Modifier and Type | Method and Description |
---|---|
double |
logEvaluate(DataType input)
Evaluate the natural logarithm of the distribution function.
|
getProbabilityFunction
sample, sample, sampleInto
clone
double logEvaluate(DataType input)
input
- The input to be evaluated