Hello Toam,
dou you also have code for lag augmented Local projection impulse responses or any suggestion.
thanks
Search found 9 matches
- Thu Nov 07, 2024 7:20 am
- Forum: Examples and Sample Code
- Topic: Jorda(2005)—Local Projection Impulse Responses
- Replies: 12
- Views: 69433
- Tue Sep 26, 2023 2:33 am
- Forum: Examples and Sample Code
- Topic: Kilian and Vigfusson (2011)
- Replies: 76
- Views: 206514
Re: Kilian and Vigfusson (2011)
Hi Tom, One more question please, I run the orginal figure6 program with negative delta. So that i got the response of gdp to oil price decreases. however the strongest response is with one st dev. and the response tends to decrease with the magnitude of the shock which is different than the expecte...
- Thu Sep 21, 2023 1:48 am
- Forum: Examples and Sample Code
- Topic: Kilian and Vigfusson (2011)
- Replies: 76
- Views: 206514
Re: Kilian and Vigfusson (2011)
Thank you Tom,
I am going to try.
I am going to try.
- Wed Sep 20, 2023 9:20 am
- Forum: Examples and Sample Code
- Topic: Kilian and Vigfusson (2011)
- Replies: 76
- Views: 206514
Re: Kilian and Vigfusson (2011)
Hi tom,
if i add dummy ı have to modify the bootstarping and forecsating part
ı tried several things, but didnt work.
ı guess ı have to add dummy with group command, and in forcast part some path?
ı really appreciate any help for dummy part
if i add dummy ı have to modify the bootstarping and forecsating part
ı tried several things, but didnt work.
ı guess ı have to add dummy with group command, and in forcast part some path?
ı really appreciate any help for dummy part
- Wed Sep 20, 2023 3:32 am
- Forum: Examples and Sample Code
- Topic: Kilian and Vigfusson (2011)
- Replies: 76
- Views: 206514
Re: Kilian and Vigfusson (2011)
Hello tom,
ı would like to ask you a question about how to add dummy in code for figure6.
thanks in advance
ı would like to ask you a question about how to add dummy in code for figure6.
thanks in advance
- Fri Mar 29, 2019 6:58 am
- Forum: Examples and Sample Code
- Topic: Kilian and Vigfusson (2011)
- Replies: 76
- Views: 206514
Re: Kilian and Vigfusson (2011)
Dear Tom, thank you for the reply, I would like to compare nonlinear IRs with linear IRs. so, in order to get IR for the level of y, my code for the bivariate linear model is frml(identity) lydef ly = ly{1}+y set ly dstart hend = 0.0 ******* linreg(define=xeq) x / ux # constant x{1 to p} y{1 to p} l...
- Wed Mar 20, 2019 8:01 am
- Forum: Examples and Sample Code
- Topic: Kilian and Vigfusson (2011)
- Replies: 76
- Views: 206514
Re: Kilian and Vigfusson (2011)
Dear Tom, I would like to compare the nonlinear IR from this code with the linear IR. so, my equations would be linreg(define=xeq) x / ux # constant x{1 to p} y{1 to p} compute sigmax=sqrt(%sigmasq) * linreg(define=yeq) y / uy # constant x{1 to p} y{1 to p} group linearvar xeq yeq lydef ??? does not...
- Tue Nov 13, 2018 8:45 am
- Forum: Examples and Sample Code
- Topic: Kilian and Vigfusson (2011)
- Replies: 76
- Views: 206514
Re: Kilian and Vigfusson (2011)
the paper is for bivariate case. so, set x = drpoil set y = dgdp ı would like to add another variable, lets say inflation dpm then i tried to continue as below; linreg(define=xeq) x / ux # constant x{1 to p} y{1 to p} dpm{1 to p} compute sigmax=sqrt(%sigmasq) * linreg(define=yeq) y / uy # constant x...
- Tue Nov 13, 2018 8:12 am
- Forum: Examples and Sample Code
- Topic: Kilian and Vigfusson (2011)
- Replies: 76
- Views: 206514
Re: Kilian and Vigfusson (2011)
Dear Doan, How can I change the program codes to obtain the impulse responses (figure6) with additional explanatory variables. I mean, i would like to keep oil price (x) as it is in the code (defining censored variable for oil price only. however in my estimation system i would like to include other...