WishartDistribution.GetMeans Method

Returns the mean or expectation value of the distribution.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public SymmetricMatrix<double> GetMeans()

Return Value

SymmetricMatrix<Double>
A SymmetricMatrix<T> containing the mean returns of the distribution.

Remarks

The mean or expectation value of a distribution indicates its average or central value. The mean is only a very rudimentary characterization of a distribution. Two distributions with the same mean value can be very different.

See Also