Click or drag to resize
Accord.NET (logo)

MultivariateNormalDistribution Properties

The MultivariateNormalDistribution type exposes the following members.

Properties
  NameDescription
Public propertyCovariance
Gets the variance-covariance matrix Σ (sigma) for the Gaussian distribution.
(Overrides MultivariateContinuousDistributionCovariance.)
Public propertyDimension
Gets the number of variables for this distribution.
(Inherited from MultivariateContinuousDistribution.)
Public propertyMean
Gets the Mean vector μ (mu) for the Gaussian distribution.
(Overrides MultivariateContinuousDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from MultivariateContinuousDistribution.)
Public propertyMode
Gets the mode for this distribution.
(Inherited from MultivariateContinuousDistribution.)
Public propertyVariance
Gets the Variance vector diag(Σ), the diagonal of the sigma matrix, for the Gaussian distribution.
(Overrides MultivariateContinuousDistributionVariance.)
Top
See Also