Site icon IGNOU CORNER

Distinguish between weak stationarity and strong stationarity. Explain the methods of testing for stationarity in a univariate time series model.

Introduction

Stationarity is a fundamental concept in time series analysis. A stationary time series is one whose properties do not depend on the time at which the series is observed. In econometrics, stationarity ensures that the statistical inferences made about the model are valid. There are two main types of stationarity: weak stationarity and strong stationarity. Understanding the distinction between them is important for choosing the appropriate tests and models.

Weak vs. Strong Stationarity

1. Weak Stationarity (Second-Order Stationarity)

A time series is weakly stationary if its:

Example: AR(1) process: Yt = ρYt-1 + εt (where |ρ| < 1) is weakly stationary.

2. Strong Stationarity (Strict Stationarity)

A time series is strongly stationary if the joint distribution of any set of observations is identical, regardless of when the observations are taken.

Formally, for any set of time indices t1, t2, …, tk, the joint distribution of (Yt1, Yt2, …, Ytk) is the same as (Yt1+h, Yt2+h, …, Ytk+h) for all h.

Note: Every strongly stationary process is also weakly stationary, but the converse is not true.

Importance of Stationarity in Time Series

Testing for Stationarity in Univariate Time Series

There are several tests used to check stationarity in time series models. These tests help in identifying whether the series has a unit root or not (a sign of non-stationarity).

1. Augmented Dickey-Fuller (ADF) Test

The ADF test is widely used for testing unit roots. It involves estimating the following regression:

ΔYt = α + βt + γYt-1 + δ1ΔYt-1 + … + δpΔYt-p + εt

Where:

Null Hypothesis (H0): γ = 0 (non-stationary, unit root present)

Alternative Hypothesis (H1): γ < 0 (stationary)

2. Phillips-Perron (PP) Test

Similar to the ADF test, but it makes a non-parametric correction to the test statistic to account for serial correlation and heteroscedasticity in the errors.

3. Kwiatkowski-Phillips-Schmidt-Shin (KPSS) Test

Unlike ADF and PP, KPSS has a different hypothesis structure:

Null Hypothesis (H0): The series is stationary

Alternative Hypothesis (H1): The series is non-stationary

Used often in conjunction with ADF for confirmation.

4. Visual Inspection

5. Autocorrelation Function (ACF) Plots

If the ACF of the series declines slowly, it indicates non-stationarity. A rapidly decaying ACF suggests stationarity.

Conclusion

Stationarity is essential for the correct specification and estimation of time series models. Weak stationarity assumes constant mean and variance, while strong stationarity assumes consistent joint distributions. Various tests like ADF, PP, and KPSS help in testing for stationarity. Understanding the type of stationarity and applying the right test ensures reliable forecasting and policy analysis using time series data.

Exit mobile version