Can Autocorrelation Affect Exponential Smoothing Results?

  • Thread starter Thread starter neznam
  • Start date Start date
  • Tags Tags
    Exponential
neznam
Messages
15
Reaction score
0
Hi,
I have a conceptual question. Looking at exponential smoothing methods I came across relationship between the autocorrelation function and lambda. It says that if the time series doesn't apper to be autocorrelated then lambda is expected to have a low value :confused: .Any help will be appreciated.

1st order exponential smoothing
y(t)tilda=λ*y(t)+(1-λ)*y(t-1)tilda
where λ=1-θ
and θ represents the weights
 
Physics news on Phys.org
Hello, in many statistical tests, inferences or applications, personal judgement is required. I would rephrase your statement to "If the time series appears to not be auto-correlated, we should set lambda to a low value." After all, choosing lambda is a personal judgement on the part of the statistician, there is no "expectation of lambda" here.

so:

forecast(t)= lambda*observation(t-1) + (1-lambda)*forecast(t-1)

So if the time series appears correlated, then lambda should be set to a high value. Thereafter, forecast(t) will depend highly on observation(t-1) and less on forecast(t-1).
 
Thanks a lot. That makes a lot of sense now :-)
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top