Hi all,
Since quantile regression does not make any assumptions on distribution of error terms, does autocorrelation or heteroskedasticity create a problem on the robustness of the model? If no do you have any reference for this? If yes, what should I do?
Thanks in advance,
Search found 9 matches
- Mon Dec 19, 2016 5:03 am
- Forum: Econometric Discussions
- Topic: Autocorrelation in quantile regression
- Replies: 0
- Views: 5500
- Thu Jul 14, 2016 1:01 am
- Forum: Estimation
- Topic: Generalized variance decomposition
- Replies: 3
- Views: 4925
Re: Generalized variance decomposition
I do have the same problem. Any answer would be appreciated.
- Tue Jun 07, 2016 4:17 am
- Forum: Estimation
- Topic: Generalized variance decomposition
- Replies: 3
- Views: 4925
Generalized variance decomposition
Hi all, I am using Eviews 7 and as far as I know, we cannot run generalized variance decomposition in Eviews, right? Is there an update on later versions?
- Sun Jun 05, 2016 9:02 am
- Forum: Programming
- Topic: Problem on GARCH(1,1) programming
- Replies: 10
- Views: 7059
Re: Problem on GARCH(1,1) programming
Thanks a lot! Just this code will save me hours of time.
- Sat Jun 04, 2016 10:28 am
- Forum: Programming
- Topic: Problem on GARCH(1,1) programming
- Replies: 10
- Views: 7059
Re: Problem on GARCH(1,1) programming
If I get your question right, to the white code area in Eviews 7.
- Sat Jun 04, 2016 7:10 am
- Forum: Programming
- Topic: Problem on GARCH(1,1) programming
- Replies: 10
- Views: 7059
Re: Problem on GARCH(1,1) programming
There are 5000 observations for each series. So I write 5000 in lieu of N (not sure if thats correct, but guess so). Then the error says "!a is not a valid string or scalar name". stuck at that point.
- Sat Jun 04, 2016 6:38 am
- Forum: Programming
- Topic: Problem on GARCH(1,1) programming
- Replies: 10
- Views: 7059
Re: Problem on GARCH(1,1) programming
I basically would like to do a volatility spillover test which includes multiple steps as follows: 1) After calculating the standardized residuals for the two stationary series i and j, estimate a GARCH (1,1) model for these residuals and obtain the standardized residuals of this equation, the deriv...
- Sat Jun 04, 2016 4:58 am
- Forum: Programming
- Topic: Problem on GARCH(1,1) programming
- Replies: 10
- Views: 7059
Re: Problem on GARCH(1,1) programming
Thanks for your quick answer. scalar n=1 'number of time series (y1,y2,.....,N), (x1,x2,.....,N) scalar ind=1 'input for loop for !a=1 to N vector(N) LMxy 'returns LMstat for volatility spillover from x to y vector(N) pvalxy 'returns corresponding pvalue for LMxy vector(N) LMyx 'returns LMstat for v...
- Sat Jun 04, 2016 4:43 am
- Forum: Programming
- Topic: Problem on GARCH(1,1) programming
- Replies: 10
- Views: 7059
Problem on GARCH(1,1) programming
Hi all, I have been using Eviews for a very long time- though have not used programming at all. One friend obtained me a code for a multiple step procedure. However, I cannot make it work. The part of it as follows: for !a=1 to N equation eq1{!a}.arch y{!a} c y{!a}(-1) eq1{!a}.garch eq1{!a}.makederi...
