AbstractLSCalculateR2 Method |
| Name | Description | |
|---|---|---|
| CalculateR2(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
| |
| CalculateR2(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
|