Skip to content

Fix dsge_simulated_theoretical_variance_decomposition.m for non-stationa...

Johannes Pfeifer requested to merge JohannesPfeifer:var_decomp_unit into master

...ry variables only

If all variables contain unit roots, dsge_simulated_theoretical_variance_decomposition.m crashes because tmp is NaN. Instead, the first draw is now checked for a unit root and a warning is displayed.

Merge request reports