public interface ItemParamPrior
Modifier and Type | Method and Description |
---|---|
java.lang.String |
distributionName() |
int |
getNumberOfParameters() |
double |
logDensity(double x) |
double |
logDensityDeriv1(double x) |
double |
logDensityDeriv2(double x) |
double |
nearestNonZero(double x) |
boolean |
zeroDensity(double x) |
boolean zeroDensity(double x)
double nearestNonZero(double x)
double logDensity(double x)
double logDensityDeriv1(double x)
double logDensityDeriv2(double x)
java.lang.String distributionName()
int getNumberOfParameters()