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