IRFs to inactive shocks

This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location where you will have to reset your password.
Forum rules
This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location (https://forum.dynare.org) where you will have to reset your password.

IRFs to inactive shocks

Postby reubenpjacob » Wed Jul 16, 2014 1:31 am

Hi All
I have been estimating a DSGE model using only a subset of the shocks, setting some shock st. deviations to zero. I noted that dynare produces impulse responses for even the inactive shocks! It must be noted that in the 'inactive-shock triggered' IRFs the deviations of the endogenous variables from steady-state are very very small, to the order of 10^-10. Have any of you experienced the same? And if so, what could be the explanation?
Thanks
Reuben
reubenpjacob
 
Posts: 133
Joined: Fri Oct 06, 2006 3:23 pm
Location: Reserve Bank of New Zealand

Re: IRFs to inactive shocks

Postby jpfeifer » Wed Jul 16, 2014 8:46 am

To prevent dealing with non-positive definite covariance matrices, Dynare adds a small number to the diagonal of the covariance matrix:
Code: Select all
    SS(M_.exo_names_orig_ord,M_.exo_names_orig_ord)=M_.Sigma_e+1e-14*eye(M_.exo_nbr);

In most cases, no IRFs are displayed as IRFs are only printed for cases where the response exceeds
Code: Select all
options_.impulse_responses.plot_threshold=1e-10;

In your case, the IRFs seem to barely exceed this threshold, resulting in displayed graphs. But this is nothing to worry about.
------------
Johannes Pfeifer
University of Cologne
https://sites.google.com/site/pfeiferecon/
jpfeifer
 
Posts: 6940
Joined: Sun Feb 21, 2010 4:02 pm
Location: Cologne, Germany

Re: IRFs to inactive shocks

Postby reubenpjacob » Thu Jul 17, 2014 11:47 pm

Thanks, Johannes! I must thank you for your work on this website. It is fantastic.
reubenpjacob
 
Posts: 133
Joined: Fri Oct 06, 2006 3:23 pm
Location: Reserve Bank of New Zealand


Return to Dynare help

Who is online

Users browsing this forum: No registered users and 5 guests

cron