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
DynareJulia
Dynare.jl
Commits
985e3d5c
Commit
985e3d5c
authored
Apr 29, 2020
by
MichelJuillard
Browse files
fixing example1
parent
caed0c97
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/models/example1/example1.mod
View file @
985e3d5c
//
Example 1 from Collard's guide to Dynare
//
cyclic reduction algorithm
var y, c, k, a, h, b;
varexo e, u;
...
...
@@ -52,6 +52,6 @@ end;
check;
options_.debug = true
;
stoch_simul(dr=cycle_reduction,order=1);
stoch_simul(dr=cycle_reduction, order=1)
;
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