Click or drag to resize

QuickStatisticsPopulationStandardDeviation Property

Gets the population standard deviation: square root of the error sum of squares divided by N.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double PopulationStandardDeviation { get; }

Property Value

Double
The population standard deviation, or NaN if no values were added.
See Also