| Package | Description |
|---|---|
| gov.sandia.cognition.statistics.distribution |
Provides statistical distributions.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InverseWishartDistribution.PDF
PDF of the Inverse-Wishart distribution, though I have absolutely no
idea why anybody would evaluate the PDF of an Inverse-Wishart...
|
| Modifier and Type | Field and Description |
|---|---|
protected InverseWishartDistribution |
NormalInverseWishartDistribution.inverseWishart
Generates the covariance for the Gaussian.
|
| Modifier and Type | Method and Description |
|---|---|
InverseWishartDistribution |
InverseWishartDistribution.clone() |
InverseWishartDistribution |
NormalInverseWishartDistribution.getInverseWishart()
Getter for inverseWishart
|
| Modifier and Type | Method and Description |
|---|---|
void |
NormalInverseWishartDistribution.setInverseWishart(InverseWishartDistribution inverseWishart)
Setter for inverseWishart
|
| Constructor and Description |
|---|
InverseWishartDistribution(InverseWishartDistribution other)
Copy constructor.
|
NormalInverseWishartDistribution(MultivariateGaussian gaussian,
InverseWishartDistribution inverseWishart,
double covarianceDivisor)
Creates a new instance of NormalInverseWishartDistribution
|
PDF(InverseWishartDistribution other)
Copy constructor.
|
PDF(MultivariateGaussian gaussian,
InverseWishartDistribution inverseWishart,
double covarianceDivisor)
Creates a new instance of NormalInverseWishartDistribution
|