SummaryStatisticsVariance Property

Get the variance of the observed data.

Definition

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public double Variance { get; }

Property Value

Double

Remarks

This is not the estimated population variance that is obtained via Bessel's correction (dividing by n-1). It is the actual sample variance. If you want the estimated population variance, use PopulationVariance.

See Also