LinearFitBySvdAdjustedRSquared Property |
Gives the adjusted coefficient of determination.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double AdjustedRSquared { get; }
Property Value
DoubleRemarks Ref. "Introduction to linear regression analysis", Wiley, p.90.
See Also