Order: Integer;
The Order property determines the number of realizations S in a single iteration of the Best Trial method.
To determine the maximum number of iterations (n) of the best trial method for parameter searching, use the IExponentialSmoothingBestTrialMethod.MaxIteration property.
The property use is given in the example for IExponentialSmoothingBestTrialMethod.InitialApproximation.
See also: