Click or drag to resize

RunningWeightedStatisticsStandardDeviation Property

Estimates the unbiased population standard deviation from the provided samples. Will use the Bessel correction for reliability weighting. Returns NaN if data has less than two entries or if any entry is NaN.

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
See Also