Click or drag to resize
Accord.NET (logo)

MultivariateMixtureT Properties

The MultivariateMixtureT generic type exposes the following members.

Properties
  NameDescription
Public propertyCoefficients
Gets the weight coefficients.
Public propertyComponents
Gets the mixture components.
Public propertyCovariance
Gets the variance-covariance matrix for this distribution.
(Overrides MultivariateContinuousDistributionCovariance.)
Public propertyDimension
Gets the number of variables for this distribution.
(Inherited from MultivariateContinuousDistribution.)
Public propertyMean
Gets the mean for this 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 for this distribution.
(Overrides MultivariateContinuousDistributionVariance.)
Top
See Also