IExponentialSmoothingAutoSearch.GammaSearch

Syntax

GammaSearch: Boolean;

Description

The GammaSearch property determines whether the Gamma parameter is to be searched.

Comments

GammaSearch = True. Gamma parameter is found automatically.

GammaSearch = False. Default value. The Gamma parameter is defined by the user (use the IExponentialSmoothingParameters.Gamma property).

Example

The property use is given in the example for IExponentialSmoothingParameters.Alpha.

See also:

IExponentialSmoothingAutoSearch