From e886a903279c487d3ba6fbb5a65c94db229adb53 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtanb@gmail.com> Date: Thu, 24 Jun 2010 18:40:14 +0200 Subject: [PATCH] Update userguide .mod files: add comment to match text of userguide (cherry picked from commit 15d4e8b88fcfacc77a72d49907c45f1d95967d78) --- doc/userguide/models/fs2000ns.mod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/userguide/models/fs2000ns.mod b/doc/userguide/models/fs2000ns.mod index 396adf6dfc..0ca4203fa8 100644 --- a/doc/userguide/models/fs2000ns.mod +++ b/doc/userguide/models/fs2000ns.mod @@ -63,6 +63,10 @@ y = 0.6; dA = exp(gam); end; +// the above is really only useful if you want to do a stoch_simul +// of your model, since the estimation will use the Matlab +// steady state file also provided and discussed above. + steady; estimated_params; -- GitLab