| DescriptiveStatisticsStandardDeviation Property |
Gets the unbiased population standard deviation (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 StandardDeviation { get; }
Property Value
Type:
DoubleThe sample standard deviation.
See Also