Package | Description |
---|---|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
Modifier and Type | Method and Description |
---|---|
GaussianProcessRegression.PredictiveDistribution |
GaussianProcessRegression.createPredictiveDistribution(MultivariateGaussian posterior,
java.util.ArrayList<InputType> inputs)
Creates the predictive distribution for future points.
|