My favorites | Sign in
Logo
                
People details
Project owners:
  thomas.holden

Summary

This project is a Maple code generator for performing log-linearisation.

It is useful, for example, for macro-economists working with Dynamic Stochastic General Equilibrium (DSGE) or Real Business Cycle (RBC) models.

The project is written in C#.

Downloads

There are two available versions, both available in the Featured Downloads section on the right. The "Archive" package does not contain an installer and will not update itself. The "Installer" package contains an installer and is auto-updating.

License

All code and files are Copyright © 2007 Tom Holden and are available here licensed under the GNU General Public License v3.

Usage

The programme should be fairly self explanatory. The function signature box expects something like:

fPHILLIPS(PI, PIf, Y, Z)
fIS(Y, Yf, R, PIf, G)
fTAYLOR(R, Rp, PIf, Y, EPSILON)

which will produce output equations in

pid, pifd, yd, zd
yd, yfd, pifd, gd
rd, rpd, pifd, yd, epsilond

respectively. Note that the steady state values will be assumed to be:

PIs, PIfs, Ys, Yfs, Zs, Rs, Rps, Gs, EPSILONs

hence you would probably want to include the following Maple code in your worksheet, in order to ensure that future and past values are given the same steady state:

PIfs:=PIs; Yfs:=Ys; Rps:=Rs;

Maple is a registered trademark of Waterloo Maple Inc..









Hosted by Google Code