SqMSE: Double;
The SqMSE property returns the root mean squared error.
Mean squared error is the root from the mean value of deviation squares of dependent variable's initial values in comparison to model ones.
To get mean squared error, use the ISummaryStatistics.MSE property.
The property use is given in the example for ISummaryStatistics.MAE.
See also: