Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
a4634cd1
Commit
a4634cd1
authored
2 years ago
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
dynare_estimation_init.m: set observable mapping for inversion filter if only smoother is used
parent
885080ea
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2116
dynare_estimation_init.m: set observable mapping for inversion filter if only smoother is used
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/dynare_estimation_init.m
+1
-1
1 addition, 1 deletion
matlab/dynare_estimation_init.m
with
1 addition
and
1 deletion
matlab/dynare_estimation_init.m
+
1
−
1
View file @
a4634cd1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Johannes Pfeifer
@JohannesPfeifer
mentioned in commit
3afe7f13
·
2 years ago
mentioned in commit
3afe7f13
mentioned in commit 3afe7f13ee9ca439f927e6cc01a252bf4c9f73ed
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment