public interface MultivariateGaussian extends MultivariateDistribution
Modifier and Type | Method and Description |
---|---|
Jama.Matrix |
getCovariance()
Get the covariance
|
double |
getCovariance(int row,
int column)
Get a covariance value from the covariance matrix.
|
Jama.Matrix |
getMean()
Get the mean
|
int |
numDims()
Get the dimensionality
|
estimateLogProbability, estimateLogProbability, estimateProbability, sample, sample
Jama.Matrix getCovariance()
Jama.Matrix getMean()
int numDims()
double getCovariance(int row, int column)
This method is provided for efficiency as not all implementations will store the full matrix, and it would be wasteful to create it each time a value is needed.
row
- the row of the matrix value to getcolumn
- the column of the matrix value to get