Click or drag to resize

QuickStatisticsSampleVariance Property

Gets the sample variance: error sum of squares divided by N-1.

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

Property Value

Double
The sample variance, or NaN if fewer than two values were added.
See Also