IExponentialSmoothingAutoSearch.DeltaSearch

Syntax

DeltaSearch: Boolean;

Description

The DeltaSearch property determines whether the Delta parameter is to be searched.

Comments

DeltaSearch = True. Delta parameter is found automatically.

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

Example

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

See also:

IExponentialSmoothingAutoSearch