ISummaryStatistics.MSE

Syntax

MSE: Double;

Description

The MSE property returns mean squared error.

Comments

Mean squared error is the mean of squared deviations of dependent variable's original values from the model values.

Example

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

See also:

ISummaryStatistics