IExpressModeller.CreateAutoRegressionSettings

Fore syntax

CreateAutoRegressionSettings: IEmAutoRegressionSettings;

Fore.NET syntax

CreateAutoRegressionSettings(): Prognoz.Platform.Interop.Modeller.IEmAutoRegressionSettings;

Description

The CreateAutoRegressionSettings method creates an object that determines Autoregression 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 IEmAutoRegressionSettings.Serie.

See also:

IExpressModeller