Click or drag to resize

LinearFitBySvdSigma Property

Gets the standard error of regression.

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

Property Value

Double
Remarks
This value is currently computed as Sqrt(RSS).
See Also