Skip to content

lnsongxf/CSL_Code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current State Linearization Toolkit

Abstract

This code repository stores the code needed to execute the current state linearization method discussed in Evans and Phillips (2015) ["Linearization about the Current State: A Computational Method for Approximating Nonlinear Policy Functions during Simulation."](https://drive.google.com/file/d/0B6KGaihAO5TJZGJLemE1V1d5bFE/view).

It also stores general code toolkit that can be used to implement the procedure in both MATLAB and Python. This toolkit can be used to solve and simulate using either the CSL method from the paper or to solve and simulate using standard linearization about the steady state (SSL). The code makes extensive use of Harald Uhlig's MATLAB code version 2.0 from H. Uhlig (1995). Code examples for the model from Brock and Mirman (1978), a simple RBC model, and Hansen (1985) are included.

Sections

  • MATLAB Code for the Paper
  • CSL Toolkit
    • MATLAB files
    • Python files

Researchers

  • Rick Evans
  • Yulong Li
  • Kerk Phillips

License

The following copyright license restrictions apply:

Copyright: H. Uhlig. Feel free to copy, modify and use at your own risk. However, you are not allowed to sell this software or otherwise impinge on its free distribution.

Copyright: K. Phillips. Feel free to copy, modify and use at your own risk. However, you are not allowed to sell this software or otherwise impinge on its free distribution.

References

Brock, William A. and Leonard Mirman, (1972) "Optimal Economic Growth and Uncertainty: the Discounted Case," Journal of Economic Theory, 4(3), 479-513.

Hansen, Gary, (1985), "Indivisible labor and the business cycle, Journal of Monetary Economics, 16(3), 309-327.

Uhlig, Harald, (1995) "A Toolkit for Solving Nonlinear Dynamic Stochastic Models Easily," Discussion Paper, Institute for Empirical Macroeconomis, Federal Reserve Bank of Minneapolis #101 or Tilburg University, CentER DP 9597.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 94.9%
  • Python 3.8%
  • Other 1.3%