Click or drag to resize

QuickStatisticsPopulationVariance Property

Gets the population variance: 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 PopulationVariance { get; }

Property Value

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