Replication files for "What's Up with the Phillips Curve?" by Marco Del Negro, Michele Lenza, Giorgio E. Primiceri, and Andrea Tambalotti, Brookings Papers on Economic Activity, Spring 2020. Conference Draft
VAR results
- Matlab 18
DSGE results
Download instructions
-
Download Julia from
https://julialang.org/downloads/
. -
Open the Julia REPL and type:
a. Press
]
to enter Pkg mode.b. Enter
add https://github.com/FRBNY-DSGE/DSGE.jl#brookings_pc
c. Enter
add SMC
, followed bypin SMC@v0.1.6
.d. Enter
add StateSpaceRoutines
, followed bypin StateSpaceRoutines@v0.3.1
.d. If, after running this replication code, you would like to use the most current version of DSGE.jl, go into Pkg mode, enter
rm DSGE
, and enteradd DSGE
. To use the most current version of SMC, go into Pkg mode and enterfree SMC
. Do the same steps for using the most current version of StateSpaceRoutines.
Git users are welcome to fork this repository or clone it for local
use. Non-Git users will probably find it easiest to download the zip
file by clicking on the green Clone or download
button on the right
hand side of this screen, and then clicking "Download ZIP".
How to run the VAR code
See the readme.docx in src/ReplicationFilesVAR.
How to run the DSGE code
See the readme.txt in src/ReplicationFilesDSGE.
The VAR code is copyright of Giorgio Primiceri. The DSGE code is copyright of the authors and the Federal Reserve Bank of New York. You may reproduce, use, modify, make derivative works of, and distribute and this code in whole or in part so long as you keep this notice in the documentation associated with any distributed works. Neither the name of the Federal Reserve Bank of New York (FRBNY) nor the names of any of the authors may be used to endorse or promote works derived from this code without prior written permission. Portions of the code attributed to third parties are subject to applicable third party licenses and rights. By your use of this code you accept this license and any applicable third party license.
THIS CODE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT ANY WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. FRBNY IS NOT, UNDER ANY CIRCUMSTANCES, LIABLE TO YOU FOR DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH USE OF OR INABILITY TO USE THE CODE, INCLUDING, BUT NOT LIMITED TO DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, PUNITIVE, SPECIAL OR EXEMPLARY DAMAGES, WHETHER BASED ON BREACH OF CONTRACT, BREACH OF WARRANTY, TORT OR OTHER LEGAL OR EQUITABLE THEORY, EVEN IF FRBNY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR LOSS AND REGARDLESS OF WHETHER SUCH DAMAGES OR LOSS IS FORESEEABLE.