LinearFitBySvdSigma Property |
Gets the standard error of regression.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double Sigma { get; }Property Value
Double
Remarks
This value is currently computed as Sqrt(RSS).
See Also