IExpressModeller.CreateExponentialSmoothingSettings

Fore syntax

CreateExponentialSmoothingSettings: IEmExponentialSmoothingSettings;

Fore.NET syntax

CreateExponentialSmoothingSettings(): Prognoz.Platform.Interop.Modeller.IEmExponentialSmoothingSettings;

Description

The CreateExponentialSmoothingSettings method creates an object that determines Exponential Smoothing 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 IEmExponentialSmoothingSettings.Explained.

See also:

IExpressModeller