Click or drag to resize

WeightedDescriptiveStatisticsStandardDeviation Property

Gets the unbiased population standard deviation (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 StandardDeviation { get; }

Property Value

Double
The sample standard deviation.
See Also