Package | Description |
---|---|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
Modifier and Type | Method and Description |
---|---|
static <NumberType extends java.lang.Number> |
BayesianCredibleInterval.compute(UnivariateDistribution<NumberType> distribution,
double confidence)
Creates a Bayesian credible interval by inverting the given CDF.
|