IExpressModeller.CreateARIMASettings

Fore syntax

CreateARIMASettings: IEmARIMASettings;

Fore.NET syntax

CreateARIMASettings(): Prognoz.Platform.Interop.Modeller.IEmARIMASettings;

Description

The CreateARIMASettings method creates an object that determines ARIMA method calculation parameters.

Comments

Use the IExpressModeller.EvaluateMethod method for calculation.

Fore and Fore.NET examples

The method use is given in the example for IEmARIMASettings.Explained.

See also:

IExpressModeller