Provide warning if moments_varendo is not set but conditional_variance_decomposition

pac-components
Johannes Pfeifer 2021-12-10 14:13:19 +01:00
parent f7f7c77411
commit de90c5d246
1 changed files with 4 additions and 0 deletions

View File

@ -310,6 +310,10 @@ if DynareOptions.mh_tune_jscale.status && (DynareOptions.mh_tune_jscale.maxiter<
warning('You specified mh_tune_jscale, but the maximum number of iterations is smaller than the step size. No update will take place.')
end
if ~isempty(DynareOptions.conditional_variance_decomposition) && ~DynareOptions.moments_varendo
disp('The conditional_variance_decomposition-option will be ignored. You need to set moments_varendo');
end
function evaluate_expression(expression,M_,oo_)
% function evaluate_expression(expression,M_,oo_)
%evaluates expressions relying on M_ and oo_ having their original names