ISummaryStatistics.SqMSE

Syntax

SqMSE: Double;

Description

The SqMSE property returns the root mean squared error.

Comments

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.

Example

The property use is given in the example for ISummaryStatistics.MAE.

See also:

ISummaryStatistics