public class MultivariateGaussian
extends Object
implements scala.Serializable
http://en.wikipedia.org/wiki/Multivariate_normal_distribution#Degenerate_case)
param: mu The mean vector of the distribution param: sigma The covariance matrix of the distribution
| Constructor and Description |
|---|
MultivariateGaussian(Vector mu,
Matrix sigma) |