Unit root

From HandWiki
Short description: Feature of some stochastic processes


In probability theory and statistics, a unit root is a feature of some stochastic processes (such as random walks) that can cause problems in statistical inference involving time series models. A linear stochastic process has a unit root if 1 is a root of the process's characteristic equation. Such a process is non-stationary but does not always have a trend.

If the other roots of the characteristic equation lie inside the unit circle—that is, have a modulus (absolute value) less than one—then the first difference of the process will be stationary; otherwise, the process will need to be differenced multiple times to become stationary.[1] If there are d unit roots, the process will have to be differenced d times in order to make it stationary.[2] Due to this characteristic, unit root processes are also called difference stationary.[3][4]

Unit root processes may sometimes be confused with trend-stationary processes; while they share many properties, they are different in many aspects. It is possible for a time series to be non-stationary, yet have no unit root and be trend-stationary. In both unit root and trend-stationary processes, the mean can be growing or decreasing over time; however, in the presence of a shock, trend-stationary processes are mean-reverting (i.e. transitory, the time series will converge again towards the growing mean, which was not affected by the shock) while unit-root processes have a permanent impact on the mean (i.e. no convergence over time).[5]

If a root of the process's characteristic equation is larger than 1, then it is called an explosive process, even though such processes are sometimes inaccurately called unit roots processes.

The presence of a unit root can be tested using a unit root test.

Definition

Consider a discrete-time stochastic process [math]\displaystyle{ (y_t,t=1,2,3,\ldots) }[/math], and suppose that it can be written as an autoregressive process of order p:

[math]\displaystyle{ y_t=a_1 y_{t-1}+a_2 y_{t-2} + \cdots + a_p y_{t-p}+\varepsilon_t. }[/math]

Here, [math]\displaystyle{ (\varepsilon_{t},t=0,1,2,\ldots,) }[/math] is a serially uncorrelated, zero-mean stochastic process with constant variance [math]\displaystyle{ \sigma^2 }[/math]. For convenience, assume [math]\displaystyle{ y_0 = 0 }[/math]. If [math]\displaystyle{ m=1 }[/math] is a root of the characteristic equation, of multiplicity 1:

[math]\displaystyle{ m^p - m^{p-1}a_1 - m^{p-2}a_2 - \cdots - a_p = 0 }[/math]

then the stochastic process has a unit root or, alternatively, is integrated of order one, denoted [math]\displaystyle{ I(1) }[/math]. If m = 1 is a root of multiplicity r, then the stochastic process is integrated of order r, denoted I(r).

Example

The first order autoregressive model, [math]\displaystyle{ y_t=a_1 y_{t-1}+\varepsilon_t }[/math], has a unit root when [math]\displaystyle{ a_1=1 }[/math]. In this example, the characteristic equation is [math]\displaystyle{ m - a_1 = 0 }[/math]. The root of the equation is [math]\displaystyle{ m = 1 }[/math].

If the process has a unit root, then it is a non-stationary time series. That is, the moments of the stochastic process depend on [math]\displaystyle{ t }[/math]. To illustrate the effect of a unit root, we can consider the first order case, starting from y0 = 0:

[math]\displaystyle{ y_t= y_{t-1}+\varepsilon_t. }[/math]

By repeated substitution, we can write [math]\displaystyle{ y_t = y_0 + \sum_{j=1}^t \varepsilon_j }[/math]. Then the variance of [math]\displaystyle{ y_t }[/math] is given by:

[math]\displaystyle{ \operatorname{Var}(y_t) = \sum_{j=1}^t \sigma^2=t \sigma^2 . }[/math]

The variance depends on t since [math]\displaystyle{ \operatorname{Var}(y_1) = \sigma^2 }[/math], while [math]\displaystyle{ \operatorname{Var}(y_2) = 2\sigma^2 }[/math]. The variance of the series is diverging to infinity with t.

There are various tests to check for the existence of a unit root, some of them are given by:

  1. The Dickey–Fuller test (DF) or augmented Dickey–Fuller (ADF) tests
  2. Testing the significance of more than one coefficients (f-test)
  3. The Phillips–Perron test (PP)
  4. Dickey Pantula test

Related models

In addition to autoregressive (AR) and autoregressive–moving-average (ARMA) models, other important models arise in regression analysis where the model errors may themselves have a time series structure and thus may need to be modelled by an AR or ARMA process that may have a unit root, as discussed above. The finite sample properties of regression models with first order ARMA errors, including unit roots, have been analyzed.[6][7]

Estimation when a unit root may be present

Often, ordinary least squares (OLS) is used to estimate the slope coefficients of the autoregressive model. Use of OLS relies on the stochastic process being stationary. When the stochastic process is non-stationary, the use of OLS can produce invalid estimates. Granger and Newbold called such estimates 'spurious regression' results:[8] high R2 values and high t-ratios yielding results with no real (in their context, economic) meaning.

To estimate the slope coefficients, one should first conduct a unit root test, whose null hypothesis is that a unit root is present. If that hypothesis is rejected, one can use OLS. However, if the presence of a unit root is not rejected, then one should apply the difference operator to the series. If another unit root test shows the differenced time series to be stationary, OLS can then be applied to this series to estimate the slope coefficients.

For example, in the AR(1) case, [math]\displaystyle{ \Delta y_{t} = y_{t} - y_{t-1} = \varepsilon_{t} }[/math] is stationary.

In the AR(2) case, [math]\displaystyle{ y_{t} = a_{1}y_{t-1} + a_{2}y_{t-2} + \varepsilon_{t} }[/math] can be written as [math]\displaystyle{ (1 -\lambda_{1}L)(1 - \lambda_{2}L)y_{t} = \varepsilon_{t} }[/math] where L is a lag operator that decreases the time index of a variable by one period: [math]\displaystyle{ Ly_{t} = y_{t-1} }[/math]. If [math]\displaystyle{ \lambda_{2} = 1 }[/math], the model has a unit root and we can define [math]\displaystyle{ z_{t} = \Delta y_{t} }[/math]; then

[math]\displaystyle{ z_{t} = \lambda_{1}z_{t-1} + \varepsilon_{t} }[/math]

is stationary if [math]\displaystyle{ |\lambda_1| \lt 1 }[/math]. OLS can be used to estimate the slope coefficient, [math]\displaystyle{ \lambda_{1} }[/math].

If the process has multiple unit roots, the difference operator can be applied multiple times.

Properties and characteristics of unit-root processes

  • Shocks to a unit root process have permanent effects which do not decay as they would if the process were stationary
  • As noted above, a unit root process has a variance that depends on t, and diverges to infinity
  • If it is known that a series has a unit root, the series can be differenced to render it stationary. For example, if a series [math]\displaystyle{ Y_t }[/math] is I(1), the series [math]\displaystyle{ \Delta Y_t=Y_t-Y_{t-1} }[/math] is I(0) (stationary). It is hence called a difference stationary series.[citation needed]

Unit root hypothesis

The diagram above depicts an example of a potential unit root. The red line represents an observed drop in output. Green shows the path of recovery if the series has a unit root. Blue shows the recovery if there is no unit root and the series is trend-stationary. The blue line returns to meet and follow the dashed trend line while the green line remains permanently below the trend. The unit root hypothesis also holds that a spike in output will lead to levels of output higher than the past trend.

Economists debate whether various economic statistics, especially output, have a unit root or are trend-stationary.[9] A unit root process with drift is given in the first-order case by

[math]\displaystyle{ y_t = y_{t-1} + c + e_t }[/math]

where c is a constant term referred to as the "drift" term, and [math]\displaystyle{ e_t }[/math] is white noise. Any non-zero value of the noise term, occurring for only one period, will permanently affect the value of [math]\displaystyle{ y_t }[/math] as shown in the graph, so deviations from the line [math]\displaystyle{ y_t = a + ct }[/math] are non-stationary; there is no reversion to any trend line. In contrast, a trend-stationary process is given by

[math]\displaystyle{ y_t = k \cdot t + u_t }[/math]

where k is the slope of the trend and [math]\displaystyle{ u_t }[/math] is noise (white noise in the simplest case; more generally, noise following its own stationary autoregressive process). Here any transient noise will not alter the long-run tendency for [math]\displaystyle{ y_t }[/math] to be on the trend line, as also shown in the graph. This process is said to be trend-stationary because deviations from the trend line are stationary.

The issue is particularly popular in the literature on business cycles.[10][11] Research on the subject began with Nelson and Plosser whose paper on GNP and other output aggregates failed to reject the unit root hypothesis for these series.[12] Since then, a debate—entwined with technical disputes on statistical methods—has ensued. Some economists[13] argue that GDP has a unit root or structural break, implying that economic downturns result in permanently lower GDP levels in the long run. Other economists argue that GDP is trend-stationary: That is, when GDP dips below trend during a downturn it later returns to the level implied by the trend so that there is no permanent decrease in output. While the literature on the unit root hypothesis may consist of arcane debate on statistical methods, the hypothesis carries significant practical implications for economic forecasts and policies.

See also

Notes

  1. "Trend-Stationary vs. Difference-Stationary Processes - MATLAB & Simulink". http://uk.mathworks.com/help/econ/trend-stationary-vs-difference-stationary.html. 
  2. "EViews Help". http://www.eviews.com/help/helpintro.html#page/content%2Fadvtimeser-Unit_Root_Testing.html%23ww184715. 
  3. "Differencing and unit root tests". http://pages.stern.nyu.edu/~churvich/Forecasting/Handouts/UnitRoot.pdf. 
  4. "Non-Stationary Series". http://www.stats.ox.ac.uk/~burke/Autocorrelation/Non-Stationary%20Series.pdf. 
  5. Heino Bohn Nielsen. "Non-Stationary Time Series and Unit Root Tests". http://www.econ.ku.dk/metrics/Econometrics2_05_II/Slides/08_unitroottests_2pp.pdf. 
  6. Sargan, J. D.; Bhargava, Alok (1983). "Testing residuals from least squares regressions for being generated by the Gaussian random walk". Econometrica 51 (1): 153–174. doi:10.2307/1912252. 
  7. Sargan, J. D.; Bhargava, Alok (1983). "Maximum Likelihood Estimation of Regression Models with First Order Moving Average Errors when the Root Lies on the Unit Circle". Econometrica 51 (3): 799–820. doi:10.2307/1912159. 
  8. Granger, C. W. J.; Newbold, P. (1974). "Spurious regressions in econometrics". Journal of Econometrics 2 (2): 111–120. doi:10.1016/0304-4076(74)90034-7. 
  9. Krugman, Paul (March 3, 2009). "Roots of evil (wonkish)". The New York Times. https://krugman.blogs.nytimes.com/2009/03/03/roots-of-evil-wonkish/. 
  10. Hegwood, Natalie; Papell, David H. (2007). "Are Real GDP Levels Trend, Difference, or Regime-Wise Trend Stationary? Evidence from Panel Data Tests Incorporating Structural Change". Southern Economic Journal 74 (1): 104–113. doi:10.1002/j.2325-8012.2007.tb00829.x. http://www.shsu.edu/academics/economics-and-international-business/documents/wp_series/wp06-01.pdf. Retrieved 2021-08-14. 
  11. Lucke, Bernd (2005). "Is Germany's GDP trend-stationary? A measurement-with-theory approach". Jahrbücher für Nationalökonomie und Statistik 225 (1): 60–76. doi:10.1515/jbnst-2005-0105. http://www.wiso-net.de/genios1.pdf?START=0A1&ANR=215850&DBN=ZECO&ZNR=1&ZHW=-4&WID=59162-3020953-72523_1. Retrieved 2013-07-29. 
  12. Nelson, Charles R.; Plosser, Charles I. (1982). "Trends and Random Walks in Macroeconomic Time Series: Some Evidence and Implications". Journal of Monetary Economics 10 (2): 139–162. doi:10.1016/0304-3932(82)90012-5. 
  13. Olivier Blanchard with the International Monetary Fund makes the claim that after a banking crisis "on average, output does not go back to its old trend path, but remains permanently below it."