IExpressModeller.CreateAutoCorrelationSettings

Fore syntax

CreateAutoCorrelationSettings: IEmAutoCorrelationSettings;

Fore.NET syntax

CreateAutoCorrelationSettings(): Prognoz.Platform.Interop.Modeller.IEmAutoCorrelationSettings;

Description

The CreateAutoCorrelationSettings method creates an object that determines Autocorrelation Analysis 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 IEmAutoCorrelationSettings.Serie.

See also:

IExpressModeller