Click or drag to resize
DescriptiveStatisticsVariance Property
Gets the unbiased population variance estimator (on a dataset of size N will use an N-1 normalizer).

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public double Variance { get; }

Property Value

Type: Double
The sample variance.
See Also