IExponentialSmoothingAutoSearch.PhiSearch

Syntax

PhiSearch: Boolean;

Description

The PhiSearch property determines whether the Phi parameter is to be searched.

Comments

PhiSearch = True. Phi parameter is found automatically.

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

Example

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

See also:

IExponentialSmoothingAutoSearch