Skip to content

Make PosteriorIRF obey irf_shocks

Johannes Pfeifer requested to merge JohannesPfeifer:irf_shocks into master

The matrices are still initialized to have the size M_.exo_nbr, but the computations (e.g. moments) are now only performed for the shocks in irf_shocks. PosteriorIRF_core2 still does not allow for a selection, but the check for IRFs>10^(-6) already effectively prevents the plotting.

Merge request reports