Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

SummaryThis 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#. DownloadsThere are two available ... [More] 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. LicenseAll code and files are Copyright © 2007 Tom Holden and are available here licensed under the GNU General Public License v3. UsageThe 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, epsilondrespectively. Note that the steady state values will be assumed to be: PIs, PIfs, Ys, Yfs, Zs, Rs, Rps, Gs, EPSILONshence 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.. [Less]

0
 
  0 reviews  |  0 users  |  656 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.