| Package | Description |
|---|---|
| gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
| Modifier and Type | Field and Description |
|---|---|
protected MetropolisHastingsAlgorithm.Updater<ObservationType,ParameterType> |
MetropolisHastingsAlgorithm.updater
The object that makes proposal samples from the current location.
|
| Modifier and Type | Method and Description |
|---|---|
MetropolisHastingsAlgorithm.Updater<ObservationType,ParameterType> |
MetropolisHastingsAlgorithm.getUpdater()
Gets the object that makes proposal samples from the current location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetropolisHastingsAlgorithm.setUpdater(MetropolisHastingsAlgorithm.Updater<ObservationType,ParameterType> updater)
Sets the object that makes proposal samples from the current location.
|