Assembly: Stat;
The IExponentialSmoothingBestTrialMethod interface defines the settings of best trial method for the exponential smoothing parameters automatic search.
IExponentialSmoothingBestTrialMethod
Property name | Brief description | |
InitialApproximation | The InitialApproximation property determines initial approximation of parameters. | |
MaxIteration | The MaxIteration property determines maximum number of iterations (n) for the best trial method. | |
MethodConstant | The MethodConstant property determines the constant Z in the Best Trial method. | |
Order | The Order property determines the number of realizations S in a single iteration of the Best Trial method. |
See also: