DeltaSearch: Boolean;
The DeltaSearch property determines whether the Delta parameter is to be searched.
DeltaSearch = True. Delta parameter is found automatically.
DeltaSearch = False. Default value. The Delta parameter is defined by the user (use the IExponentialSmoothingParameters.Delta property).
The property use is given in the example for IExponentialSmoothingParameters.Alpha.
See also: