Search found 4 matches
- Sat Jun 25, 2016 2:56 am
- Forum: Econometric Discussions
- Topic: seasonality correction
- Replies: 0
- Views: 2230
seasonality correction
I've got seasonality in the third quarter in a time series, and i'm doing an arima forecast. To correct seasonality via seasonal differencing i do: seascorrect=log(gold)-log(gold(-3)) or seascorrect=log(gold)-log(gold(-4)). I tried both cases and both end seasonality, but i don't expect both to be c...
- Tue Jun 21, 2016 2:47 pm
- Forum: Econometric Discussions
- Topic: Correlogram
- Replies: 3
- Views: 8128
Re: Correlogram
The ADF tests for stationarity of the time series, and i can see you tested considering the existence of intercept. Essentially the ADF test estimates the regression of Yt in a randow walk process, random walk with drift and deterministic trend (ADF with none, with intercept and with intercept and d...
- Mon Jun 20, 2016 10:35 am
- Forum: Econometric Discussions
- Topic: Correlogram
- Replies: 3
- Views: 8128
Re: Correlogram
It seems to me that you might have a seasonal variable, but aas the autocorrelations seem to be within the band, i would suggest that it is stationary. The easiest way to determine if it is stationary or not is to do the ADF test.
- Sat Jun 18, 2016 9:05 am
- Forum: Econometric Discussions
- Topic: Noob ARMA questions
- Replies: 0
- Views: 2399
Noob ARMA questions
Hello, i'd like to ask for help because i read a lot of threads and posts but still i can't seem to find a solution. I'm currently trying to forecast gold, silver and platinum prices using an ARIMA approach. I started by checking for non-stationarity, and then i did the first difference of the logs,...
