Multivariate Normal Distribution.Get Means Method
Returns the mean or expectation value of the distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A Vector<T> containing the mean returns of the distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override Vector<double> GetMeans()
Return Value
Vector<Double>A Vector<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.