|
| |
| Navigation |
Synopsis Coefficient of determination.
Function
num RSquare(lrel[num,num] values) throws IllegalArgument(value v, str message)
Usage
import analysis::statistics::SimpleRegression;
Description Returns the coefficient of determination
2.
It provides a measure of how well future outcomes are likely to be predicted by the regression model.
|