Page 1 of 1
different results using higer order approximation
Posted:
Tue May 09, 2017 4:13 am
by zhanghuifd
Dear friends,
I have encountered a weird problem that the IRFs under first-order is different from those under third-order approximation.
The response variables and exogenous shocks used are the same.
i.e. employment responses to first moment technology shock. The IRF behaves even in the opposite direction. By the way, I also use pruning at third-order.
Would any friend like to help me with this problem?
Thanks in advance!
Re: different results using higer order approximation
Posted:
Tue May 09, 2017 6:51 pm
by jpfeifer
Have you tried what happens if you decrease the shock variances? In that case, the IRFs should be close to first order case.
Re: different results using higer order approximation
Posted:
Wed May 10, 2017 8:23 am
by zhanghuifd
Hi, professor Pfeifer, thanks for your reply.
Yes, I have tried it but still failed.
May be there is some thing wrong with my model.
Thanks!!
Re: different results using higer order approximation
Posted:
Wed May 10, 2017 1:24 pm
by jpfeifer
Did
- Code: Select all
model_diagnostics
return anything?
Re: different results using higer order approximation
Posted:
Fri May 12, 2017 6:28 am
by zhanghuifd
Hi, professor Pfeifer!
Sorry, it returns nothing. I should think it over and check it again.
Thanks for your help and reply!
Re: different results using higer order approximation
Posted:
Fri May 12, 2017 6:33 am
by jpfeifer
Please provide me with the file.
Re: different results using higer order approximation
Posted:
Sat May 13, 2017 12:11 am
by zhanghuifd
Hi, professor!
Sorry! I was going to send you my file. But I may fix the problem after setting shook variances below 0.01. I was in a hurry and did not quitely understand your advice at first. Sorry for that! But I have seen others' code that set shook variances to 1 and it works normally.
Does it mean higher order approximation make IRFs more unstable than first-order approximation? Thanks a lot!
Re: different results using higer order approximation
Posted:
Sun May 14, 2017 3:19 am
by zhanghuifd
Dear friends,
I have a problem about how to read or save the simulated moments when using third-order approximation?
Thanks a lot!
Re: different results using higer order approximation
Posted:
Sun May 14, 2017 10:27 am
by jpfeifer
Regarding your first point, see
Remark 10 (Scaling With a Factor 100)
of Pfeifer(2013): "A Guide to Specifying Observation Equations for the Estimation of DSGE Models"
https://sites.google.com/site/pfeiferecon/Pfeifer_2013_Observation_Equations.pdf. When you use 1 in a nonlinear model for the shock variance, you are actually using 100%.
Regarding simulated data at higher order: they should be saved the same way as at order=1 if you specify the
- Code: Select all
periods
option
Re: different results using higer order approximation
Posted:
Sun May 14, 2017 11:33 am
by zhanghuifd
Hi! Prof. Pfeifer, thanks for your help !!