You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Hello all, if I understood properly, one may use ARDL with I(0) and I(1) variables but just one co-integrating relationship. If I have I(1) dependent variable and a mixture of three I(0) and five I(1) independent variables and I have more than one co-integrating relationship among them, may I estimate a vector error-correction model? How should I treat those I(0) variables in my model? Thanks for any help!
I want to know that if we can apply ARDL model in case our dependent variable is stationary and the independent variables are a mix of stationary and non-stationary(integrated at order 1) variables
Hi,
I would like to ask from anyone that if I have a mix of stationary and non stationary (integrated at level I) independent variables but my dependent variable is stationary, so can I still apply ARDL model?
If all roots of the AR polynomial fall outside the unit circle such that the integration properties of the dependent variable are solely driven by the integration properties of the (weakly) exogenous regressors, the short-run coefficients (and therefore the ARDL coefficients of the exogenous regressors) are \( \sqrt(T) \) consistent and asymptotically normally distributed. In the case of I(1) regressors, the corresponding long-run coefficients are \( T \) consistent and asymptotically normally distributed. See Pesaran and Shin (1999). The problem of a non-standard distribution concerns the coefficients of the autoregressive terms (the lags of the dependent variable) and the adjustment coefficient in the error-correction representation.
If you want to test for an existence of a long-run relationship, you can use the bounds testing procedure of Pesaran, Shin, and Smith (2001) and the critical values provided by them. This is implemented in the ardl command.
Bootstrap standard errors are not available.
Literature:
1) Pesaran, M.H. and Y. Shin (1999): An Autoregressive Distributed Lag Modelling Approach to Cointegration Analysis. In: Strom, S. (Ed.): Econometrics and Economic Theory in the 20th Century: The Ragnar Frisch Centennial Symposium. Cambridge, UK: Cambridge University Press;
2) Pesaran, M.H., Shin, Y. and R.J. Smith (2001): Bounds Testing Approaches to the Analysis of Level Relationships. Journal of Applied Econometrics 16 (3), 289-326.
I do not want to let the last question stand unanswered here. As a short answer: To do impulse response analysis, estimation of a vector error correction model may be the proper starting point. See the manual entry vec intro for further details.
Hi Sebastian,
ardl involves non-stationary variables, so the estimated coefficient can be still consistent but with non-standard distribution. My question is how to get the correct s.e. and confidence interval of the non-standard distribution to do inference? Appears bootstrap cannot work with ardl.
I do not want to let the last question stand unanswered here. As a short answer: To do impulse response analysis, estimation of a vector error correction model may be the proper starting point. See the manual entry vec intro for further details.
the coefficients of the error-correction equation are linear or nonlinear combinations of the coefficients of the levels equation. You can find the relationship of the two sets of parameters laid out for example in a paper by Hassler/Wolters (2005). As you can see there (topmost equation on page 3), the coefficient of the dependent variable in the long-run relationship is equal to one by construction. The short-run adjustment coefficients of the dependent variable (first differences at various lags) are included in the estimation output according to your specification of options lags() and maxlags().
Firstly thanks for the code. I find it really great and helpful as I don't have Microfit software to conduct ARDL and using Eviews for ARDL is a bit of a hassle.
However, whenever I run ARDL using the 'EC' code, it seems that no matter how many lags I used for the depvar, it doesn't appear in the Long-run section of the result. From my understanding, an ARDL model should also include the lagged of depvar in estimating the Long Run relationship.
Interpretation of individual short-run effects is a bit tricky here. Consider a permanent (!) shock to GDP. That means, the change in GDP is positive (or negative) in the current period but zero in the next periods (because GDP remains at its higher/lower level). The coefficient of D.GDP simply tells us how depvar is contemporaneously affected by this permanent shock conditional on being initially in the long-run equilibrium.
The one-period delayed effect due to this shock consists of multiple components. One component is the error-correction term, the short-run adjustment due to the deviation from the long-run equilibrium. Another component is the lagged difference of depvar, and a third component is LD.GDP (maybe call it the delayed direct effect, because the other two components are indirect effects). The coefficient of the latter thus gives the one-period delayed effect to this permanent shock that is not due to the long-run equilibrium adjustment and the short-run autoregressive response.
Giving a correct quantitative interpretation to this parameter therefore becomes a bit cumbersome. It might be more appropriate here to compute impulse response functions to describe the short-run dynamics.
I have a question in relation to interpreting one's short run dynamics in the ARDL approach to cointegration and would be very grateful if anyone had any advice on the matter!
Short run dynamics are given by the coefficients of variables in difference form in one's error correction model given a cointegrating relationship is present. My confusion lies in how does one interpret these effects if there is more than one term for a given variable included in the ECM? I.e. if in my ECM I have D.gdp and LD.gdp included how do I interpret the short run effect of GDP on my depvar?
Leave a comment: