public class MultivariateGaussian
extends Object
implements scala.Serializable
param: mu The mean vector of the distribution param: sigma The covariance matrix of the distribution
| Constructor and Description |
|---|
MultivariateGaussian(Vector mu,
Matrix sigma) |
public Vector mu()
public Matrix sigma()
public double pdf(Vector x)
x - (undocumented)public double logpdf(Vector x)
x - (undocumented)