IExponentialSmoothingBestTrialMethod.Order

Syntax

Order: Integer;

Description

The Order property determines the number of realizations S in a single iteration of the Best Trial method.

Comments

To determine the maximum number of iterations (n) of the best trial method for parameter searching, use the IExponentialSmoothingBestTrialMethod.MaxIteration property.

Example

The property use is given in the example for IExponentialSmoothingBestTrialMethod.InitialApproximation.

See also:

IExponentialSmoothingBestTrialMethod