The IExponentialSmoothingAutoSearch interface defines the settings for the exponential smoothing parameters automatic search.
The Quickest Descend method searches only for the parameters required in a specific model.
The Best trial method searches for all parameters regardless of the model selection. But it uses only the parameters required in the model. Other parameters are ignored.
Property name | Brief description | |
AlphaSearch | The AlphaSearch property determines whether the Alpha parameter is to be searched. | |
BestTrialMethod | The BestTrialMethod property determines the best trial method settings for parameters autoselection. | |
Criterion | The Criterion property determines parameter search criterion. | |
DeltaSearch | The DeltaSearch property determines whether the Delta parameter is to be searched. | |
GammaSearch | The GammaSearch property determines whether the Gamma parameter is to be searched. | |
Mode | The Mode property determines settings of parameter autoselection. | |
PhiSearch | The PhiSearch property determines whether the Phi parameter is to be searched. | |
QuickestDescentMethod | The QuickestDescentMethod property determines the Quickest Descend Method settings for parameters autoselection. |
See also: