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