Best Trial Method

The best trial method is used to automatically select exponential smoothing parameters.

Denote the i-th approximation:

,

where:

n+1-th approximation un+1 with the n-th approximation un available is searched as follows:

  1. Introduce some S implementations of random vectors:

  1. Find the index i0 using the criterion:

Where J is the criterion that defined optimal one-step-forward predictions in an exponential smoothing problem.

  1. Find n+1 approximation:

  1. Move to the first step.

See also:

Exponential Smoothing | Seasonal Effects Model | Growth Models | IExponentialSmoothingBestTrialMethod