ISummaryStatistics.SqMSE

Fore Syntax

SqMSE: Double;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ISummaryStatistics