forked from escheffel/pymaclab
-
Notifications
You must be signed in to change notification settings - Fork 0
mostlyeconmix/pymaclab
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Depends ------- ipython numpy scipy pp sympy sympycore mlabwrap scikits.timeseries Installation ------------ python setup.py build sudo python setup.py install Usage ----- import pymaclab as pm # Model Instantiation with data rbc1 = pm.newMOD('modfiles/rbc1.txt',db1) # Model instantiation without data rbc2 = pm.newMOD('modfiles/rbc2.txt') # Solve the models using different methods rbc1.modsolvers.forkleind.solve() rbc2.modsolvers.pyklein2d.solve() # Simulate the models after they have been solved rbc1.modsolvers.forkleind.sim(400) rbc2.modsolvers.pyklein2d.sim(1000)
About
Dynamic Stochastic Equilibrium Models (DSGE) in Python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- MATLAB 40.5%
- Python 36.2%
- TeX 10.2%
- Fortran 8.1%
- PostScript 4.8%
- HTML 0.2%