public static class MultivariateGaussianMeanCovarianceBayesianEstimator.Parameter extends AbstractBayesianParameter<Matrix,MultivariateGaussian,NormalInverseWishartDistribution>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME
Name of the parameter, "meanAndCovariance".
|
conditionalDistributionname| Constructor and Description |
|---|
Parameter(MultivariateGaussian conditional,
NormalInverseWishartDistribution prior)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
getValue()
Gets the value stored in the name-value pair.
|
void |
setValue(Matrix value)
Sets the value of the parameter.
|
clone, getConditionalDistribution, getParameterPrior, setConditionalDistribution, setParameterPrior, updateConditionalDistributiongetName, setName, toStringpublic static final java.lang.String NAME
public Parameter(MultivariateGaussian conditional, NormalInverseWishartDistribution prior)
prior - Default conjugate prior.conditional - Conditional distribution of the conjugate prior.public void setValue(Matrix value)
DistributionParametervalue - Parameter to set.public Matrix getValue()
NamedValue