Skip to content
Snippets Groups Projects
Commit 4e4cd75c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'occbin_IVF_smoother' into 'master'

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

See merge request Dynare/dynare!2116
parents 712e4af1 a4634cd1
Branches
Tags
1 merge request!2116dynare_estimation_init.m: set observable mapping for inversion filter if only smoother is used
Pipeline #7861 passed
...@@ -693,7 +693,7 @@ if options_.heteroskedastic_filter ...@@ -693,7 +693,7 @@ if options_.heteroskedastic_filter
end end
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) if isempty(options_.occbin.likelihood.IVF_shock_observable_mapping)
options_.occbin.likelihood.IVF_shock_observable_mapping=find(diag(M.Sigma_e)~=0); options_.occbin.likelihood.IVF_shock_observable_mapping=find(diag(M.Sigma_e)~=0);
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment