LinearFitBySvdEstimatedVariance Property |
Get the estimated residual mean square, also called SigmaSquare..
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double EstimatedVariance { get; }
Property Value
DoubleRemarks 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