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