Package | Description |
---|---|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
Modifier and Type | Class and Description |
---|---|
static class |
AdaptiveRejectionSampling.PDFLogEvaluator
Wraps a PDF so that it returns the logEvaluate method.
|
Modifier and Type | Method and Description |
---|---|
AdaptiveRejectionSampling.LogEvaluator<EvaluatorType> |
AdaptiveRejectionSampling.LogEvaluator.clone() |
AdaptiveRejectionSampling.LogEvaluator<?> |
AdaptiveRejectionSampling.getLogFunction()
Getter for logFunction
|
Modifier and Type | Method and Description |
---|---|
void |
AdaptiveRejectionSampling.initialize(AdaptiveRejectionSampling.LogEvaluator<?> logFunction,
double minSupport,
double maxSupport,
double leftPoint,
double midPoint,
double rightPoint)
Initializes the Adaptive Rejection Sampling method
|
void |
AdaptiveRejectionSampling.setLogFunction(AdaptiveRejectionSampling.LogEvaluator<?> logFunction)
Setter for logFunction
|