Click or drag to resize

SampleMean Property

Gets the sample mean.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public double Mean { get; }

Property Value

Type: Double
Remarks

The mean is the average of all values in the sample.

See Also