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