Interpreting stationarity test output
Posted: Thu Jun 11, 2015 4:17 am
Dear All,
I want to do the stationarity test for two nostationary variable. I have used the following command.
@adfautoselect(maxlags=14,det=trend,print) lfp (to check the lag of series but is it necessary to check the auto correlation here?)
Then i got the following output
Information Criteria for ADF Lag Lengths, Series LFP
Lags AIC BIC HQ MAIC ADF
0 -8.439 -8.430* -8.436* -8.437 -2.244
1 -8.439 -8.428 -8.435 -8.436 -2.317
2 -8.439 -8.425 -8.434 -8.437 -2.230
3 -8.439* -8.423 -8.433 -8.437* -2.313
4 -8.439 -8.420 -8.432 -8.436 -2.372 (How to interpret this values of AIC, BIC, HQ, MAIC, ADF?)
5 -8.439 -8.417 -8.431 -8.437 -2.291
6 -8.438 -8.413 -8.429 -8.436 -2.262
7 -8.438 -8.410 -8.427 -8.435 -2.294
8 -8.437 -8.406 -8.426 -8.434 -2.317
9 -8.436 -8.403 -8.424 -8.433 -2.348
10 -8.436 -8.399 -8.422 -8.433 -2.294
11 -8.435 -8.396 -8.420 -8.432 -2.265
12 -8.435 -8.393 -8.419 -8.433 -2.190
13 -8.435 -8.390 -8.419 -8.433 -2.113
14 -8.434 -8.387 -8.417 -8.432 -2.153
It shows the autocorrelation problem persists over all the lag including level(0) so if i use the following command
@dfunit(lags=0,det=trend, method=AIC) lfp (is this command correct)
When i run the same command with the first difference @adfautoselect(maxlags=14,det=trend,print) dlfp, I got the output
Information Criteria for ADF Lag Lengths, Series DLFP
Lags AIC BIC HQ MAIC ADF
0 -8.437 -8.429* -8.434* -6.560 -43.547
1 -8.438 -8.426 -8.433 -6.405 -32.536
2 -8.438* -8.424 -8.433 -6.546 -25.416
3 -8.437 -8.421 -8.431 -6.633* -21.592
4 -8.438 -8.418 -8.431 -6.498 -20.169 (AIC, BIC, HQ, MAIC remain almost similar to the level series, how to interpret the result?)
5 -8.437 -8.415 -8.429 -6.443 -18.648
6 -8.436 -8.411 -8.427 -6.493 -16.995
7 -8.435 -8.407 -8.425 -6.526 -15.751
8 -8.434 -8.404 -8.423 -6.570 -14.682
9 -8.434 -8.401 -8.422 -6.477 -14.292
10 -8.433 -8.397 -8.420 -6.425 -13.791
11 -8.433 -8.394 -8.419 -6.279 -13.648
12 -8.434 -8.392 -8.418 -6.119 -13.530
13 -8.433 -8.389 -8.417 -6.200 -12.720
14 -8.433 -8.386 -8.416 -6.334 -11.861
Whether i have to use @dfunit(lags=0,det=trend, method=AIC) dlfp command to check stationarity of the series?
I need your help to understand the topic.
With sincere regards,
Upananda
I want to do the stationarity test for two nostationary variable. I have used the following command.
@adfautoselect(maxlags=14,det=trend,print) lfp (to check the lag of series but is it necessary to check the auto correlation here?)
Then i got the following output
Information Criteria for ADF Lag Lengths, Series LFP
Lags AIC BIC HQ MAIC ADF
0 -8.439 -8.430* -8.436* -8.437 -2.244
1 -8.439 -8.428 -8.435 -8.436 -2.317
2 -8.439 -8.425 -8.434 -8.437 -2.230
3 -8.439* -8.423 -8.433 -8.437* -2.313
4 -8.439 -8.420 -8.432 -8.436 -2.372 (How to interpret this values of AIC, BIC, HQ, MAIC, ADF?)
5 -8.439 -8.417 -8.431 -8.437 -2.291
6 -8.438 -8.413 -8.429 -8.436 -2.262
7 -8.438 -8.410 -8.427 -8.435 -2.294
8 -8.437 -8.406 -8.426 -8.434 -2.317
9 -8.436 -8.403 -8.424 -8.433 -2.348
10 -8.436 -8.399 -8.422 -8.433 -2.294
11 -8.435 -8.396 -8.420 -8.432 -2.265
12 -8.435 -8.393 -8.419 -8.433 -2.190
13 -8.435 -8.390 -8.419 -8.433 -2.113
14 -8.434 -8.387 -8.417 -8.432 -2.153
It shows the autocorrelation problem persists over all the lag including level(0) so if i use the following command
@dfunit(lags=0,det=trend, method=AIC) lfp (is this command correct)
When i run the same command with the first difference @adfautoselect(maxlags=14,det=trend,print) dlfp, I got the output
Information Criteria for ADF Lag Lengths, Series DLFP
Lags AIC BIC HQ MAIC ADF
0 -8.437 -8.429* -8.434* -6.560 -43.547
1 -8.438 -8.426 -8.433 -6.405 -32.536
2 -8.438* -8.424 -8.433 -6.546 -25.416
3 -8.437 -8.421 -8.431 -6.633* -21.592
4 -8.438 -8.418 -8.431 -6.498 -20.169 (AIC, BIC, HQ, MAIC remain almost similar to the level series, how to interpret the result?)
5 -8.437 -8.415 -8.429 -6.443 -18.648
6 -8.436 -8.411 -8.427 -6.493 -16.995
7 -8.435 -8.407 -8.425 -6.526 -15.751
8 -8.434 -8.404 -8.423 -6.570 -14.682
9 -8.434 -8.401 -8.422 -6.477 -14.292
10 -8.433 -8.397 -8.420 -6.425 -13.791
11 -8.433 -8.394 -8.419 -6.279 -13.648
12 -8.434 -8.392 -8.418 -6.119 -13.530
13 -8.433 -8.389 -8.417 -6.200 -12.720
14 -8.433 -8.386 -8.416 -6.334 -11.861
Whether i have to use @dfunit(lags=0,det=trend, method=AIC) dlfp command to check stationarity of the series?
I need your help to understand the topic.
With sincere regards,
Upananda