Click or drag to resize

LinearFitBySvdEstimatedVariance Property

Gets the estimated residual mean square (also called sigma square).

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

Property Value

Double
Remarks
The estimated mean square is defined as RSS / (n - p), where n is the number of data points and p is the number of (free) parameters.
See Also