We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b057e14 commit 1b2467cCopy full SHA for 1b2467c
README.markdown
@@ -97,4 +97,10 @@ rbc2.modsolvers.pyklein2d.solve()
97
# Simulate the models after they have been solved
98
rbc1.modsolvers.forkleind.sim(400)
99
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
106
```
0 commit comments