Stats.Get Mean Estimate Method
Returns an estimate for the mean of the variable.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A Parameter<T> value containing information about the value and the distribution of the mean of the variable.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Parameter<double> GetMeanEstimate(
this Vector<double> values
)
Parameters
Return Value
Parameter<Double>A Parameter<T> value containing information about the value and the distribution of the mean of the variable.