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
No related branches found
No related tags found
No related merge requests found
......@@ -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:
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment