Click or drag to resize

SampleVariance Property

Gets the sample variance.

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

Property Value

Type: Double
Remarks

This is the variance of the sample values, not the inferred variance of the underlying distribution. This is sometimes called the uncorrected sample variance, because it is a biased estimator of the variance of the underlying population. To obtain an unbiased estimate of the variance of the underlying population, use PopulationVariance.

See Also