ISummaryStatistics.ME

Fore Syntax

ME: Double;

Fore.NET Syntax

ME: double;

Description

The ME property returns mean error.

Comments

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