IMsExponentialSmoothingTransform.Parameters

Syntax

Parameters: IExponentialSmoothingParameters;

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.

Example

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

See also:

IMsExponentialSmoothingTransform