From ed9f8a34456a12ebeaf4056f940d510096620a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 15 Oct 2024 10:47:33 -0400 Subject: [PATCH] =?UTF-8?q?Manual:=20fix=20typo=20in=20mathematical=20desc?= =?UTF-8?q?ription=20of=20=E2=80=9Cconditional=5Fforecast=E2=80=9D=20comma?= =?UTF-8?q?nd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] --- doc/manual/source/the-model-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index ab955cc69..653d83f12 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -11422,7 +11422,7 @@ the :comm:`bvar_forecast` command. .. math:: - \varepsilon_{c,t} = R_{c,c}^{-1}\bigl( y_{c,t} - T_{c,c}y_{c,t} - T_{c,u}y_{u,t} - R_{c,u}\varepsilon_{u,t}\bigr) + \varepsilon_{c,t} = R_{c,c}^{-1}\bigl( y_{c,t} - T_{c,c}y_{c,t-1} - T_{c,u}y_{u,t-1} - R_{c,u}\varepsilon_{u,t}\bigr) and :math:`y_{u,t}` can be updated by evaluating the second block of equations: -- GitLab