DescriptiveStatisticsVariance Property |
Gets the unbiased population variance estimator (on a dataset of size N will use an N-1 normalizer).
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double Variance { get; }
Property Value
DoubleThe sample variance.
See Also