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.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double RSquared { get; }
Property Value
DoubleSee Also