answersLogoWhite

0


Best Answer

Lets define exponential smoothing first...

Exponential smoothing, or exponential moving average, is a running average of a set of observations, where the weight of each observation is inversely exponentially weighted as a function of how old it is. It is a relatively simple thing to do.

Given a set of observations O1, O2, O3, ... ON the running exponential moving average A1, A2, A3, ... AN can be calculated in real time, at each time N, with the expression ...

AN = AN-1 (1 - X) + ON X

... where X is a weighting factor that determines that amount of smoothing. For instance, if X were zero, then the smoothing is infinite, and O does not contribute at all to A, and if X were one, then smoothing is zero, and A follows O with no smoothing at all. In a more useful example, if X were 0.2, then the smoothing would be five, and A would follow O with a time constant of five iterations, i.e. after five iterations we would be at about 63% of one step change and after 25 iterations we would be at about 95% of one step change.

Some people swap the position of X and (1 - X) in the above equation. Its their choice, but the discussion that follows will have to change accordingly.

X is the smoothing factor. It is simply the number of iterations that you want for your time constant. If you were to model this as an electronic circuit, for instance, with a capacitor and a resistor, the exponential curve would be in the form ...

e-T/RC

... where RC was your time constant. The same thing applies here. If you evaluated the first equation once per second, with an X value of 0.2, you would have a time constant of 5 seconds. If you, on the other hand, evaluated it 100 times per second, with X being 0.002, you would still have a time constant of 5 seconds, but it would much more closely approximate the second equation, which is a continuous equation, rather than a discrete equation.

In summary, then, the smoothing factor, or X, is one over the number of iterations that you want to be your time constant.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you derive the exponential smoothing factor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How does one do Exponential Smoothing?

There are many ways one might use Exponential Smoothing. Basically, Exponential Smoothing is a simple calculation one uses to collect data that allows one to predict future events.


What are forecasting models?

1) forecasting for stationary series A- Moving average B- Exponential Smoothing 2) For Trends A- Regression B- Double Exponential Smoothing 3) for Seasonal Series A- Seasonal factor B- Seasonal Decomposition C- Winters's methode


Prediction interval in exponential smoothing?

There are a few good books on it actually. You should look it up.


What advantages as a forecasting tool does exponential smoothing have over moving average?

When implemented digitally, exponential smoothing is easier to implement and more efficient to compute, as it does not require maintaining a history of previous input data values. Furthermore, there are no sudden effects in the output as occurs with a moving average when an outlying data point passes out of the interval over which you are averaging. With exponential smoothing, the effect of the unusual data fades uniformly. (It still has a big impact when it first appears.)


What is the forecasting method that takes a fraction of forecast error into account for the next period forecast?

Exponential Smoothing Model


What is a growth factor in exponential growth?

implementation of exponential groth


What is a exponential factor?

The exponential factor gives the proportion of collisions with kinetic energy greater than the activation energy


How do you Calculate Exponential Moving average?

Exponential moving average is a running average of a set of observations, where the weight of each observation is inversely exponentially weighted as a function of how old it is. It is a relatively simple thing to do. Given a set of observations O1, O2, O3, ... ON the running exponential moving average A1, A2, A3, ... AN can be calculated in real time, at each time N, with the expression ... AN = AN-1 (1 - X) + ON X ... where X is a weighting factor that determines that amount of smoothing. For instance, if X were zero, then the smoothing is infinite, and O does not contribute at all to A, and if X were one, then smoothing is zero, and A follows O with no smoothing at all. In a more useful example, if X were 0.2, then the smoothing would be five, and A would follow O with a time constant of five iterations, i.e. after five iterations we would be at about 63% of one step change and after 25 iterations we would be at about 95% of one step change.


What has the author Joseph V Reilly written?

Joseph V. Reilly has written: 'A dynamic inventory model using exponential smoothing'


What is the factor in an exponential form?

yes


How do you derive the moment generating function of an exponential distribution?

To derive the moment generating function of an exponential distribution, you can use the definition of the moment generating function E(e^(tX)) where X is an exponential random variable with parameter λ. Substitute the probability density function of the exponential distribution into the moment generating function formula and simplify the expression to obtain the final moment generating function for the exponential distribution, which is M(t) = λ / (λ - t) for t < λ.


What is a factor called in a exponential notation?

the base