![]() |
|
Navigation |
Synopsis Sum of squared errors divided by the degrees of freedom.
Function
num meanSquareError(lrel[num,num] values) throws IllegalArgument(value v, str message)
Usage
import analysis::statistics::SimpleRegression;
Description Returns the sum of squared errors divided by the degrees of freedom, usually abbreviated MSE.
![]() |