ISummaryStatistics.MaxAE

Fore Syntax

MaxAE: Double;

Fore.NET Syntax

MaxAE: double;

Description

The MaxAE property returns maximum absolute error.

Comments

To get the mean absolute error, use the ISummaryStatistics.MAE property.

Fore and Fore.NET Examples

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

See also:

ISummaryStatistics