Click or drag to resize

GoodnessOfFit Methods

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