Click or drag to resize

GoodnessOfFit Class

[Missing <summary> documentation for "T:Altaxo.Calc.GoodnessOfFit"]

Inheritance Hierarchy
SystemObject
  Altaxo.CalcGoodnessOfFit

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class GoodnessOfFit

The GoodnessOfFit type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCoefficientOfDetermination Calculates the R-Squared value, also known as coefficient of determination, given some modelled and observed values.
Public methodStatic memberPopulationStandardError Calculates the Standard Error of the regression, given a sequence of modeled/predicted values, and a sequence of actual/observed values
Public methodStatic memberR Calculates r, the sample correlation coefficient between the observed outcomes and the observed predictor values.
Public methodStatic memberRSquared Calculates r^2, the square of the sample correlation coefficient between the observed outcomes and the observed predictor values. Not to be confused with R^2, the coefficient of determination, see CoefficientOfDetermination(IEnumerableDouble, IEnumerableDouble).
Public methodStatic memberStandardError Calculates the Standard Error of the regression, given a sequence of modeled/predicted values, and a sequence of actual/observed values
Top
See Also