LinearFitBySvdEstimatedVariance Property |
Gets the estimated residual mean square (also called sigma square).
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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