Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marco Ratto
dynare
Commits
26db005e
Commit
26db005e
authored
May 17, 2022
by
Johannes Pfeifer
Browse files
evaluate_planner_objective.m: add warning if planner discount is not smaller than 1
parent
40871519
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/evaluate_planner_objective.m
View file @
26db005e
...
...
@@ -86,6 +86,10 @@ nstatic = M_.nstatic;
nspred
=
M_
.
nspred
;
beta
=
get_optimal_policy_discount_factor
(
M_
.
params
,
M_
.
param_names
);
if
beta
>=
1
fprintf
(
'evaluate_planner_objective: the planner discount factor is not strictly smaller than 1. Unconditional welfare will not be finite.\n'
)
end
if
options_
.
ramsey_policy
if
oo_
.
gui
.
ran_perfect_foresight
T
=
size
(
oo_
.
endo_simul
,
2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment