Page 1 of 1

ARDL and multicollinearity

Posted: Thu Aug 31, 2023 8:05 am
by NipNip
Hello!
Would you agree on the following?

"The ARDL approach does not address multicollinearity problems. In fact, when the sample size is relatively small, multicollinearity problems can easily arise when the lag order is set too high".

"But, We also are differencing the data when estimating an ARDL model".

Could you, please, share your experience? How robust is ARDL against multicollinearity?

Re: ARDL and multicollinearity

Posted: Thu Aug 31, 2023 8:33 am
by startz
A first question is why you care about multicollinearity???

For many macro time series determining exact timing of effects is quite hard. So ARDL models do have a lot of multicollinearity. That means individual coefficients are not well identified. But functions of the coefficients, such as long-run effects are often very well identified.

Re: ARDL and multicollinearity

Posted: Thu Aug 31, 2023 9:18 am
by NipNip
Thank you, startz. Please, correct me if I'm wrong. There is a distinction between short run and long run multipliers, even Interim/delay multipliers. What about them? What really matter are the functions of the coefficients, such as long-run effects? the Does sample (thinking of 20 or 30 observations) affect of SR and LR multipliers validity?

Re: ARDL and multicollinearity

Posted: Thu Aug 31, 2023 9:28 am
by startz
You are right that there is a distinction. Of course, once you've run the ARDL you get estimates and standard errors for trhe case at hand.

In principle 20 or 30 observations might be okay. In practice I would say it likely isn't enough.

Re: ARDL and multicollinearity

Posted: Fri Sep 01, 2023 4:22 am
by cheriedavy
The ARDL (Autoregressive Distributed Lag) approach can help mitigate multicollinearity to some extent by differencing the data, which can reduce the correlation between independent variables. However, it's not immune to multicollinearity issues, especially when you include a high number of lag terms. When the lag order is set too high in ARDL models, it can still lead to multicollinearity problems, especially with a small sample size.
I would suggest you to read business on Wealthymagazines
Therefore, it's essential to carefully select the lag order and consider other methods like variable selection or regularization techniques to address multicollinearity effectively in ARDL modeling.
Furthermore, here is the info on how much social security will i get if i make $25,000 a year

Re: ARDL and multicollinearity

Posted: Fri Sep 01, 2023 8:41 am
by NipNip
If the ARDL model has multicollinearity, heteroskedasticity, serial correlation, etc., then any functions from it, say Short-run/Long-run multipliers and so will be affected by these problems. Right?

Re: ARDL and multicollinearity

Posted: Sat Sep 02, 2023 1:03 pm
by startz
Yes. But these problems have very different consequences. What problem do you think multicollinearity causes?

Re: ARDL and multicollinearity

Posted: Sat Sep 02, 2023 4:45 pm
by NipNip
I think is affects the standard errors of the estimates, which translates to uncertainty on the estimates. Also, Shouldn't this bother us?
Also, OLS can't clearly distinguish the effects of correlated covariates.
Please, correct me if I'm wrong.

Re: ARDL and multicollinearity

Posted: Sat Sep 02, 2023 9:51 pm
by startz
Correct. But this is a consequence of the data and the model. Basically, ols is optimal in the presence of multicollinearity.

Re: ARDL and multicollinearity

Posted: Sun Sep 03, 2023 7:04 am
by NipNip
I think you meant "this is a consequence of the data and NOT the model". The model requires lags, tho. So. The issue is how the variables are encoded.
Using lags will come up with multicollinearity. Why time-series analysts are ok with them?

Re: ARDL and multicollinearity

Posted: Sun Sep 03, 2023 1:24 pm
by startz
Specifying lags is part of specifying a model.

You still haven’t said why you think an estimate with multicollinearity is bad.

Re: ARDL and multicollinearity

Posted: Sun Sep 03, 2023 1:47 pm
by NipNip
It is bad because we are not sure about the true effect of the regressors. They can change from one sample to another.

Re: ARDL and multicollinearity

Posted: Sun Sep 03, 2023 1:51 pm
by startz
Okay. So it is nice if there is little multicollinearity. It is also nice if we have many observations and other things. For a given dataset and a correctly specified number of lags, ols is the best we can do…multicollinearity or not.

Re: ARDL and multicollinearity

Posted: Sun Sep 03, 2023 2:01 pm
by NipNip
Even if multicollinearity translates to "instability in the coefficients", we might need to just accepted it because of the available data and as long as the model specification has the best fit. Particularly when working with time-series in a regression setting.

Re: ARDL and multicollinearity

Posted: Sun Sep 03, 2023 2:25 pm
by startz
Makes sense