ISummaryStatistics.MD

Fore Syntax

MD: Double;

Fore.NET Syntax

MD: double;

Description

The MD property returns the mean of a dependent variable.

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