Package | Description |
---|---|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
Modifier and Type | Class and Description |
---|---|
static class |
RejectionSampling.DefaultUpdater<ObservationType,ParameterType>
Default ImportanceSampling Updater that uses a BayesianParameter
to compute the quantities of interest.
|
Modifier and Type | Field and Description |
---|---|
protected RejectionSampling.Updater<ObservationType,ParameterType> |
RejectionSampling.updater
Updater for the ImportanceSampling algorithm.
|
Modifier and Type | Method and Description |
---|---|
RejectionSampling.Updater<ObservationType,ParameterType> |
RejectionSampling.getUpdater()
Getter for updater
|
Modifier and Type | Method and Description |
---|---|
void |
RejectionSampling.setUpdater(RejectionSampling.Updater<ObservationType,ParameterType> updater)
Setter for updater
|