![]() |
|
Navigation |
Synopsis Sum of squared deviations.
Function
num totalSumSquares(lrel[num,num] values) throws IllegalArgument(value v, str message)
Usage
import analysis::statistics::SimpleRegression;
Description Returns the sum of squared deviations of the y values about their mean.
This is defined as SSTO
![]() ![]() |