ISummaryStatistics.MaxAE

Syntax

MaxAE: Double;

Description

The MaxAE property returns maximum absolute error.

Comments

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

Example

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

See also:

ISummaryStatistics