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
8130125f
Commit
8130125f
authored
3 years ago
by
Marco Ratto
Browse files
Options
Downloads
Patches
Plain Diff
reset nested waitbars when computing posterior smoother with occbin
parent
bad52b29
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1992
bug fixes in varlist_indices heteroskedastic initialization and occbin smoother
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/prior_posterior_statistics_core.m
+2
-0
2 additions, 0 deletions
matlab/prior_posterior_statistics_core.m
with
2 additions
and
0 deletions
matlab/prior_posterior_statistics_core.m
+
2
−
0
View file @
8130125f
...
...
@@ -224,6 +224,8 @@ for b=fpar:B
fprintf
(
'prior_posterior_statistics: This should not happen. Please contact the developers.\n'
,
message
)
end
if
options_
.
occbin
.
smoother
.
status
opts_local
.
occbin
.
simul
.
waitbar
=
0
;
opts_local
.
occbin
.
smoother
.
waitbar
=
0
;
[
alphahat
,
etahat
,
epsilonhat
,
alphatilde
,
SteadyState
,
trend_coeff
,
aK
,
~
,
~
,
P
,
~
,
~
,
trend_addition
,
state_uncertainty
,
M_
,
oo_
,
bayestopt_
]
=
...
occbin
.
DSGE_smoother
(
deep
,
gend
,
Y
,
data_index
,
missing_value
,
M_
,
oo_
,
opts_local
,
bayestopt_
,
estim_params_
);
else
...
...
This diff is collapsed.
Click to expand it.
Marco Ratto
@rattoma
mentioned in commit
5835e50c
·
3 years ago
mentioned in commit
5835e50c
mentioned in commit 5835e50c80accfb98e76154cffae23fd6406edca
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