Click or drag to resize

WeightedDescriptiveStatisticsVariance Property

Gets the unbiased population variance estimator (on a dataset of size N will use an N-1 normalizer).

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Variance { get; }

Property Value

Double
The sample variance.
See Also