Click or drag to resize

LinearFitBySvdEstimatedVariance Property

Get the estimated residual mean square, also called SigmaSquare..

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

Property Value

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