public class MultivariateGaussian extends Object
| Constructor and Description |
|---|
MultivariateGaussian(DenseVector mean,
DenseMatrix cov)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
logpdf(Vector x)
Returns the log-density of this multivariate Gaussian at given point x .
|
double |
pdf(Vector x)
Returns density of this multivariate Gaussian at given point x .
|
public MultivariateGaussian(DenseVector mean, DenseMatrix cov)
mean - The mean vector of the distribution.cov - The covariance matrix of the distribution.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.