Toolkit Add-ons | | |
SimulEditor Version 3 by Kolver Hernandez, University
of Delaware
- SimulEditor is a software that creates .m-files in the format required by Uhlig's (1999) Toolkit. The Matlab .m-file of your model is created in
4-intuitive steps in a user-friendly environment. If you have done simulations before, you may have realized that constructing a .m-file is not only time consuming but also a frequent source of errors, this is minimized with SimulEditor since it has built-in several double checks. SimulEditor is platform independent, plus is free! Make your next simulation with only some few clicks!
- SimulEditor
webpage
Makesysmat Version 1.0 by
Martin Schneider, Oesterreichische
Nationalbank
- Makesysmat greatly simplifies the way how to write down and solve a
model with Uhlig's Toolkit. You just have to write down the loglinear equations of your model in a convenient form (e.g. '0 = - y(t) + z(t) + rho * k(t-1)') and specify the type of each equation and variable. Then, makesysmat does the cumbersome work of translating the model into the
matrices AA-NN for you. It carefully parses the equations for syntax errors
and provides a diagnostic tool that helps you to properly set the equation
and variable types. The program writes MATLAB code into the file "filename_SYSMAT.m"and runs that code in one step.
- The program and a readme file with instructions can be found in the
zip-folder
makesysmat.zip.
First-order Approximations by
Li Yu
- Using the Symbolic Math Toolbox, this tool computes the first order
approximations of the model equations and creates the necessary matricies
for the toolkit routines. As an example, the stochastic neoclassical growth
model is solved using this tool.
- The program and a readme file with instructions can be found in the
zip-folder
liyu.zip.
|