Click or drag to resize
DescriptiveStatisticsStandardDeviation Property
Gets the unbiased population standard deviation (on a dataset of size N will use an N-1 normalizer).

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public double StandardDeviation { get; }

Property Value

Type: Double
The sample standard deviation.
See Also