Click or drag to resize

LinearFitBySvdAdjustedRSquared Property

Gives the adjusted coefficient of determination.

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

Property Value

Double
Remarks
Ref. "Introduction to linear regression analysis", Wiley, p.90.
See Also