Time-Series Note September 2022
Time-Series Note September 2022
1. Stochastic Process
E (u t ) 0 t ; var(ut ) 2 t ;
cov(ut , ut s ) 0 s 0
Moving Average (MA) Value of Y at time point t is moving Moving Average process of order m:
Process average of the current and past Yt 0 u t 1u t 1 2 u t 2 ... m u t m
values of the random disturbance Here, ut is white noise with
term. E (u t ) 0 t ; var(ut ) 2 t ;
cov(ut , u t s ) 0 s 0
m
=> E( Yt ) 0; var( Yt ) 2 j2
j 0
Autoregressive (AR) Value of Y at time point t depends Autoregressive process of order r:
Process on its previous values and random Yt 1Yt 1 2Yt 2 ... r Yt r u t
disturbance at that time point.
ARMA Process The variable Y has characteristics of ARMA process of order r and m, i.e.
both AR and MA ARMA (r, m):
Yt 1Yt 1 2Yt 2 ... r Yt r ut
1ut 1 2ut 2 ... m ut m
Here,
E (u t ) 0 t ; var(ut ) 2 t ;
cov(ut , u t s ) 0 s 0
ARIMA Process Differencing non-stationary time- ARIMA (r, d, m) means the time-series
series to make it integrated and has to be differenced d times to make it
modelling the differenced series as stationary and the stationary time series
ARMA process can be modelled as ARMA(r, m)
3. An Example
Consider the model: Yt Yt 1 ut
Three possibilities
(1) When 1 , the series is non-stationary and explosive. Past shocks have a greater
impact than current ones.
(2) When 1, the series is non-stationary shocks persist at full force, and the series is not
mean-reverting. This is the random walk model and where the variance increases with t
and we have the infinite variance problem.
(3) When 1 , series is stationary and the effects of shocks die out exponentially according
to. The series reverts to its mean.
Typically, we are interested in the last two scenarios, i.e., 1 and 1 . The question is
whether we have a unit root or not (also known as a random walk) i.e., 1?
Y1 Y0 u1
Y2 Y1 u2 ( Y0 u1 ) u2 Y0 u1 u2
2
This shows that the current error is the sum of all the previous shock weighted by the coefficient
() declining exponentially. How fast the effect of these previous errors will die out depends on
the value of
When < 1 the time-series is stationary. In this case, the time-series looks jagged and it never
wanders too far from the mean. The effect of the errors decay and disappear over time. Impact
of recent events are relatively more important than what happened a long time ago.
3.1 Model 1
t 1
Yt Y0 t ut
0
E (Yt ) (Unconditional mean)
0 1
2 2 2
var(Yt ) var ( ut ) (Unconditional variance)
1
2
0 0
Both unconditional mean and variance are constant (independent of time)
2 2 1 2 2 1 2 2 1
Phillips- Yt 2Yt1 ut Yt 0 2Yt 1 ut Yt 0 1t 2Yt 1 ut H0 : 2 0
Perron (PP)
Test Yt 2Yt1 ut ; Yt 0 2Yt 1 ut ; Yt 0 1t 2Yt 1 ut ; H1 : 2 0
2 2 1 2 2 1 2 2 1
4.4 Choice of the Alternative Models
1. Test for unit roots in the process of the variable with the drift and the time trend.
If the null hypothesis (H0: 2 = 0) is not rejected, there are unit roots.
If the null hypothesis rejected, check for the presence of the time trend. If the corresponding
null hypothesis is rejected, the process is stationary around a time trend.
If the coefficient of time variable is significant and presence of unit roots is not rejected,
the variable has unit roots with the time trend.
2. If there is no time trend, test for the unit roots with drift.
Check the process of unit roots. If there are no unit roots, the variable is stationary.
If a constant term is significant, check the results for unit roots. If the null hypothesis is
not rejected, the variable has unit roots with the drift. If the null hypothesis is rejected,
the variable has no unit roots.
3. If there is no constant, test for unit roots with no drift and no time trend. If there are no
unit roots, the process is stationary.
Selection of Functional Form for Unit Root Test
Is H 0 : 2 0 Conclusion: Presence
If YES of No Unit Root
rejected?
If NOT:
p
Estimate the Model: Yt 0 2Yt1 Y
j1
j t j ut
Conclusion: Presence
Is H 0 : 2 0
If YES No Unit Root
rejected?
Is H 0 : 0 0 rejected Is H 0 : 2 0
Conclusion: Presence
given non-rejection of If YES rejected using If NOT
of Unit Root
H0 : 2 0 normal distribution?
If NOT:
p
Estimate the Model: Yt 2Yt1 Y
j1
j t j ut
rejected?
If NOT Conclusion: Presence of Unit Root
4.6 Comparative Analysis among the DF, ADF and PP Tests of Unit Root
Unlike the DF test, the ADF test allows for higher-order autoregressive processes by
p
including the term(s) Yt j
j 1
Although the DF and the ADF tests are frequently used in testing for unit roots, there are
problems of size distortions and low power. In DF test, the problem of autocorrelation is
not corrected for. There is problem of selection of lag length in ADF test. The information
criteria such as AIC or BIC often select a low value of the lag length.
The PP test is based on the similar equation as employed in the DF test (without the lagged
differenced terms included in the ADF test).
Monte Carlo studies suggest that the PP test has greater power than the ADF test