Accord.NET (logo) MultivariateNormalDistribution Class Accord.NET Framework
Online Show table of contents (goes to the online documentation index).
Multivariate Normal (Gaussian) distribution.
Inheritance Hierarchy

Online System Object
  Accord.Statistics.Distributions DistributionBase
    Accord.Statistics.Distributions.Multivariate MultivariateContinuousDistribution
      Accord.Statistics.Distributions.Multivariate MultivariateNormalDistribution

Namespace: Accord.Statistics.Distributions.Multivariate
Assembly: Accord.Statistics (in Accord.Statistics.dll) Version: 2.9.0.0 (2.9.0.0)
Syntax

Remarks

The Gaussian is the most widely used distribution for continuous variables. In the case of many variables, it is governed by two parameters, the mean vector and the variance-covariance matrix.

When a covariance matrix given to the class constructor is not positive definite, the distribution is degenerate and this may be an indication indication that it may be entirely contained in a r-dimensional subspace. Applying a rotation to an orthogonal basis to recover a non-degenerate r-dimensional distribution may help in this case.

References:

See Also