Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Camilo Marchesini
dynare
Commits
2d03ca3e
Commit
2d03ca3e
authored
Aug 10, 2019
by
Johannes Pfeifer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NK_baseline_steadystate.m: Cosmetic changes
parent
1501032a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
examples/NK_baseline_steadystate.m
examples/NK_baseline_steadystate.m
+3
-3
No files found.
examples/NK_baseline_steadystate.m
View file @
2d03ca3e
...
...
@@ -8,9 +8,9 @@ function [ys,check] = NK_baseline_steadystate(ys,exo)
% - exo [vector] vector of values for the exogenous variables
%
% Output:
% - ys [vector] vector of steady state values f
p
r the the endogenous variables
% - ys [vector] vector of steady state values f
o
r the the endogenous variables
% - check [scalar] set to 0 if steady state computation worked and to
% 1 of not (allows to impos restriction on parameters)
% 1 of not (allows to impos
e
restriction
s
on parameters)
global
M_
...
...
@@ -28,7 +28,7 @@ check = 0;
options
=
optimset
();
% set options for numerical solver
% the steady state computation follows FV (2006), section 4.1
% the steady state computation follows FV
RR
(2006), section 4.1
PI
=
PIbar
;
u
=
1
;
q
=
1
;
...
...
Write
Preview
Markdown
is supported
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