Skip to content
Snippets Groups Projects
Verified Commit ed9f8a34 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Manual: fix typo in mathematical description of “conditional_forecast” command

[skip ci]
parent e4953523
Branches
Tags
No related merge requests found
...@@ -11422,7 +11422,7 @@ the :comm:`bvar_forecast` command. ...@@ -11422,7 +11422,7 @@ the :comm:`bvar_forecast` command.
   
.. math:: .. 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: and :math:`y_{u,t}` can be updated by evaluating the second block of equations:
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment