Skip to content

Change disp() to errors in var_sample_moments.m

Johannes Pfeifer requested to merge JohannesPfeifer:dsge_var into master

Otherwise, the data moments that are required for estimating DSGE-VARs are set to an empty matrix instead of aborting. This will then lead to a cryptic crash in initial_estimation_checks.m due to matrix dimensions not agreeing.

Merge request reports