IMsResultObject.BaseMethod

Fore Syntax

BaseMethod: IStatMethod;

Fore.NET Syntax

BaseMethod: Prognoz.Platform.Interop.Stat.IStatMethod;

Description

The BaseMethod property returns statistical method containing results.

Comments

To get summary statistics, use the IMsResultObject.Stats property.

Fore and Fore.NET Examples

The property use is given in the example for IMsForecastObject.Forecast.

See also:

IMsResultObject