From 5cea6e6ef2af20f8edaaffe9acdc00dd609d5f59 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Thu, 9 Jul 2015 08:34:22 +0200 Subject: [PATCH] Clarify which model variant is used in fs2000.mod --- examples/fs2000.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/fs2000.mod b/examples/fs2000.mod index 8717fbeb8e..06931dac3c 100644 --- a/examples/fs2000.mod +++ b/examples/fs2000.mod @@ -1,7 +1,7 @@ /* - * This file replicates the estimation of the cash in advance model described - * Frank Schorfheide (2000): "Loss function-based evaluation of DSGE models", - * Journal of Applied Econometrics, 15(6), 645-670. + * This file replicates the estimation of the cash in advance model (termed M1 + * in the paper) described in Frank Schorfheide (2000): "Loss function-based + * evaluation of DSGE models", Journal of Applied Econometrics, 15(6), 645-670. * * The data are in file "fsdat_simul.m", and have been artificially generated. * They are therefore different from the original dataset used by Schorfheide. @@ -17,7 +17,7 @@ */ /* - * Copyright (C) 2004-2010 Dynare Team + * Copyright (C) 2004-2015 Dynare Team * * This file is part of Dynare. * -- GitLab