![]() |
|
Navigation |
Synopsis Sum of squared deviations of the predicted y values about their mean.
Function
num regressionSumSquares(list[tuple[num,num]] values) throws IllegalArgument(value v, str message)
Usage
import analysis::statistics::SimpleRegression;
Description Returns the sum of squared deviations of the predicted y values about their mean (which equals the mean of y).
This is usually abbreviated SSR or SSM
![]() ![]() |