IExponentialSmoothingBestTrialMethod.Order

Fore Syntax

Order: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IExponentialSmoothingBestTrialMethod