QuickStatisticsPopulationStandardDeviation Property |
Gets the population standard deviation: square root of the error sum of squares divided by N.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double PopulationStandardDeviation { get; }Property Value
Double
The population standard deviation, or
NaN if no values were added.
See Also