Skip to content

Commit 1b2467c

Browse files
committed
Update README.markdown
Added dynare++ showcase example
1 parent b057e14 commit 1b2467c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,10 @@ rbc2.modsolvers.pyklein2d.solve()
9797
# Simulate the models after they have been solved
9898
rbc1.modsolvers.forkleind.sim(400)
9999
rbc2.modsolvers.pyklein2d.sim(1000)
100+
101+
# If dynare++ is installed and in your PATH, then you can solve
102+
# the model alternatively using dynare++ in the background and all
103+
# relevant solution attributes get attached to the DSGE model instance
104+
rbc1.mk_dynare(order=1,centralize=False)
105+
rbc1.modsolvers.dynare.PP
100106
```

0 commit comments

Comments
 (0)