Term | Description |
---|---|
![]() | the observed time series values at time = 1, …, T |
![]() | the difference of two consecutive observations at time
t, ![]() |
![]() | the constant term in a regression model |
![]() | the coefficient of a linear time trend in a regression model |
![]() | the coefficient of a quadratic time trend in a regression model |
![]() | the lag order of the autoregressive process |
![]() | the serially independent error term at time t for t = 2, ..., T |
Each Augmented Dickey-Fuller test uses the following hypotheses:
Null hypothesis, H0:
Alternative hypothesis, H1:
The null hypothesis says that a unit root is in the time series sample, which means that the mean of the data is not stationary. Rejecting the null hypothesis indicates that the mean of the data is stationary or trend stationary, depending on the model for the test.
where
Term | Description |
---|---|
![]() | the least square coefficient estimate of the
![]() |
![]() | the standard error of the least squares estimate of the
![]() |
Under the null hypothesis, the asymptotic distribution of the test statistic does not follow a standard distribution. Fuller (1976)1 provides a table with common percentiles of the asymptotic distribution. MacKinnon (19942, 20103) applies response surface approximations to simulated data to provide an approximate p-value for any value of the ADF test statistic.
If the specifications for the analysis use 0.01, 0.05, or 0.1 as the significance level, then the evaluation of the null hypothesis compares the test statistic to the critical value for that significance level. If the test statistic is less than or equal to the critical value, reject the null hypothesis.
If the specifications for the analysis give a different significance level, then the evaluation of the null hypothesis compares the approximate p-value to the significance level. If the p-value is less than the significance level, reject the null hypothesis.
where
n is the number of observations that the analysis uses to fit the
regression model. The values for
and
come from tables in MacKinnon (2010). If the test statistic is less than or
equal to the critical value, reject the null hypothesis.
The calculation of the approximate p-value comes from Mackinnon (1994). Compare the p-value to the significance level to make a decision. If the p-value is less than or equal to the significance level, reject the null hypothesis.
The selection of the lag order depends on the criterion in the specifications of the analysis. If the specifications for the analysis do not include a criterion, then the regression model for the test is the maximum order of p.
In the calculations to determine the lag order, the number of observations depends on the maximum lag order such that m = n – p – 1.
Term | Description |
---|---|
n | the total number of observations |
p | the maximum lag order of the differenced terms that are in the model |
The calculation of each criteria follows:
The analysis evaluates a regression model for each lag order in the specifications of the analysis. The lag order for the test is the regression model with the minimum value of the AIC.
where
Term | Description |
---|---|
m | the number of observations that depends on the maximum lag order |
k | the number of coefficients in the model, including the constant if the regression model has a non-zero constant |
RSS | the residual sum of squares of the regression model |
The analysis evaluates a regression model for each lag order in the specifications of the analysis. The lag order for the test is the regression model with the minimum value of the BIC.
where
Term | Description |
---|---|
m | the number of observations that depends on the maximum lag order |
k | the number of coefficients in the model, including the constant if the regression model has a non-zero constant |
RSS | the residual sum of squares of the regression model |
where i = 1, …, p
Term | Description |
---|---|
![]() | the least squares estimate of the ![]() |
![]() | the standard error of the least squares estimate of the
![]() |