Click or drag to resize

AbstractLSCalculateR2 Method

Overload List
  NameDescription
Public methodCalculateR2(Matrix, Vector)
Calculate R2 - Coefficient of determination - goodness-of-fit of the OLS regression metric. Method use computed regression parameters. http://en.wikipedia.org/wiki/Coefficient_of_determination
Public methodStatic memberCalculateR2(Vector, Matrix, Vector)
Calculate R2 - Coefficient of determination - goodness-of-fit of the OLS regression metric. Method use specified regression parameters. http://en.wikipedia.org/wiki/Coefficient_of_determination
Top
See Also