Click or drag to resize

LinearFitBySvdRSquared Property

Gives the coefficient of determination, also called R^2, squared correlation coefficient. It is a measure, how much of the variability of the y data is accounted for by the regression model.

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

Property Value

Double
See Also