Double Exponential Smoothing (Holts)

This method is similar to Browns method, but Holts Method uses different parameters than the one used in original series to smooth the trend value.

The prediction of exponential smoothing can be obtained by using two smoothing constants (with values between 0 and 1) and three equations as follows:
( 1 )
( 2 )
( 3 )

Equation (1) calculates smoothing value from the trend of the previous period added by the last smoothing value . Equation (2) calculates trend value from , , and . Finally, equation (3) (forward prediction) is obtained from trend, , multiplied with the amount of next period forecasted, m, and added to basic value .

 

Starting value and

There are two parameters needed to estimate exponential smoothing with Holts method, the smoothing value and the trend . To find these parameters, the least squares method is used. The estimation value for is the intercept value of linear estimation, while is the slope value.

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Textual smileys will be replaced with graphical ones.
  • You may quote other posts using [quote] tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
one * = two
Solve this math question and enter the solution with digits. E.g. for "two plus four = ?" enter "6".