From 6e111403affd5b76e5aa7df1dfe0ee11b65f20f1 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Fri, 13 Aug 2021 17:52:14 +0200 Subject: [PATCH] dr.tex: update footnote Related to https://git.dynare.org/Dynare/dynare/-/issues/7 (cherry picked from commit 35b2a24cc5e8cbec5e8425af0780758a2c87bd79) --- doc/dr.tex | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/dr.tex b/doc/dr.tex index 828a27bd3b..d3d85ebf4c 100644 --- a/doc/dr.tex +++ b/doc/dr.tex @@ -62,12 +62,8 @@ detail the algorithm implemented in Dynare for computing the first order approximated solution of nonlinear rational expectations models.\footnote{This algorithm is available using the \texttt{stoch\_simul} command of Dynare. The original implementation of this algorithm was done by Michel Juillard, using - MATLAB, and is available in the \texttt{matlab/dr1.m} file which is - distributed with Dynare. Another implementation was done by the author, in - C++, in the \texttt{DecisionRules} class, in the - \texttt{mex/sources/estimation} directory of the source tree. The notations - used in the present paper are closer to the C++ implementation than to the - MATLAB implementation.} + MATLAB, and is available in the \texttt{matlab/dyn\_first\_order\_solver.m} file which is + distributed with Dynare.} This algorithm is based on a generalized Schur decomposition---also known as the QZ decomposition---and is therefore essentially a variation on the -- GitLab