Package | Description |
---|---|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
BayesianLinearRegression
Computes a Bayesian linear estimator for a given feature function
and a set of observed data.
|
static class |
BayesianLinearRegression.IncrementalEstimator
Incremental estimator for BayesianLinearRegression
|
class |
BayesianRobustLinearRegression
Computes a Bayesian linear estimator for a given feature function given
a set of InputOutputPair observed values.
|
static class |
BayesianRobustLinearRegression.IncrementalEstimator
Incremental estimator for BayesianRobustLinearRegression
|