Skip to content
Snippets Groups Projects
Commit a4634cd1 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

dynare_estimation_init.m: set observable mapping for inversion filter if only smoother is used

parent 885080ea
Branches
Tags
1 merge request!2116dynare_estimation_init.m: set observable mapping for inversion filter if only smoother is used
......@@ -693,7 +693,7 @@ if options_.heteroskedastic_filter
end
end
if options_.occbin.likelihood.status && options_.occbin.likelihood.inversion_filter
if (options_.occbin.likelihood.status && options_.occbin.likelihood.inversion_filter) || (options_.occbin.smoother.status && options_.occbin.smoother.inversion_filter)
if isempty(options_.occbin.likelihood.IVF_shock_observable_mapping)
options_.occbin.likelihood.IVF_shock_observable_mapping=find(diag(M.Sigma_e)~=0);
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment