The GoodnessOfFit type exposes the following members.
Methods | Name | Description |
---|
  | CoefficientOfDetermination |
Calculates the R-Squared value, also known as coefficient of determination,
given some modelled and observed values.
|
  | PopulationStandardError |
Calculates the Standard Error of the regression, given a sequence of
modeled/predicted values, and a sequence of actual/observed values
|
  | R |
Calculates r, the sample correlation coefficient between the observed outcomes
and the observed predictor values.
|
  | RSquared |
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).
|
  | StandardError |
Calculates the Standard Error of the regression, given a sequence of
modeled/predicted values, and a sequence of actual/observed values
|
Top
See Also