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 | |
| The AlphaSearch property determines whether the Alpha parameter is to be searched. | ||
| The BestTrialMethod property determines the best trial method settings for parameters autoselection. | ||
| The Criterion property determines parameter search criterion. | ||
| The DeltaSearch property determines whether the Delta parameter is to be searched. | ||
| The GammaSearch property determines whether the Gamma parameter is to be searched. | ||
| The Mode property determines settings of parameter autoselection. | ||
| The PhiSearch property determines whether the Phi parameter is to be searched. | ||
| The QuickestDescentMethod property determines the Quickest Descend Method settings for parameters autoselection. |
See also: