IMsExponentialSmoothingTransform.Parameters

Fore Syntax

Parameters: IExponentialSmoothingParameters;

Fore.NET Syntax

Parameters: Prognoz.Platform.Interop.Stst.;

Description

The Parameters property returns parameters of the method of exponential smoothing.

Comments

Method parameters is a set of coefficients: Alpha, Delta, Gamma, Phi.

To autoselect parameter values, use the IMsExponentialSmoothingTransform.AutoSearch property.

Fore and Fore.NET Examples

The property use is given in the example for IMsExponentialSmoothingTransform.AsForecasting.

See also:

IMsExponentialSmoothingTransform