Skip to content
Snippets Groups Projects
Verified Commit 6e0be01a authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Reorder arguments in function f.

parent 53a401cc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ LATEX = pdflatex
all: sep.pdf clean
sep.pdf: sep.tex ../../models/one/jacobian-0.tikz ../../models/one/jacobian-1.tikz ../../models/one/jacobian-2.tikz ../../models/rbc/rbc.tikz ../../models/rbcii/rbcii.tikz ../../models/rbcii/rbcii_.tikz
@rubber --src-specials --unsafe --pdf sep
@rubber --unsafe --pdf sep
@rubber --clean sep
clean:
......
% rubber: synctex
\documentclass{beamer}
\usepackage{amsmath,amsfonts}
......@@ -165,12 +166,12 @@
\centering
\[
\begin{split}
&\sum_{i=1}^n\omega_i f\left( y_{i,t+1}, {\color{red} y_t}, {\color{blue} y_{t-1}}\right) = 0\\
&\sum_{i=1}^n\omega_i f\left( {\color{blue} y_{t-1}}, {\color{red} y_t}, y_{i,t+1}\right) = 0\\
\begin{sideways}\hspace{-.6cm}\footnotesize{i=1,\dots,n}\end{sideways} &\begin{sqcases}
f\left( y_{i,t+2}, y_{i,t+1}, {\color{red}y_t}, \epsilon_i \right) = 0\\
f\left( y_{i,t+3}, y_{i,t+2}, y_{i,t+1}, 0 \right) = 0\\
f\left( {\color{red}y_t}, y_{i,t+1}, y_{i,t+2}, \epsilon_i \right) = 0\\
f\left( y_{i,t+1}, y_{i,t+2}, y_{i,t+3}, 0 \right) = 0\\
\vdots\\
f\left( {\color{blue}y^{\star}}, y_{i,t+H-1}, y_{i,t+H-2}, 0 \right) = 0\\
f\left( y_{i,t+H-2}, y_{i,t+H-1}, {\color{blue}y^{\star}}, 0 \right) = 0\\
\end{sqcases}
\end{split}
\]
......@@ -215,14 +216,14 @@
\[
\begin{split}
&\sum_{i=1}^n\omega_i f\left( y_{i,t+1}, {\color{red} y_t}, {\color{blue} y_{t-1}}\right) = 0\\
&\sum_{i=1}^n\omega_i f\left( {\color{blue} y_{t-1}}, {\color{red} y_t}, y_{i,t+1}\right) = 0\\
\begin{sideways}\hspace{-.6cm}\footnotesize{i=1,\dots,n}\end{sideways} & \begin{sqcases}
\sum_{j=1}^n\omega_jf\left( y_{j,i,t+2}, y_{i,t+1}, {\color{red}y_t}, \epsilon_i \right) = 0\\
\sum_{j=1}^n\omega_jf\left( {\color{red}y_t}, y_{i,t+1}, y_{j,i,t+2}, \epsilon_i \right) = 0\\
\begin{sideways}\hspace{-.6cm}\footnotesize{j=1,\dots,n}\end{sideways} \begin{sqcases}
f\left( y_{j,i,t+3}, y_{j,i,t+2}, y_{i,t+1}, \epsilon_j \right) = 0\\
f\left( y_{j,i,t+4}, y_{j,i,t+3}, y_{j,i,t+2}, 0 \right) = 0\\
f\left( y_{i,t+1}, y_{j,i,t+2}, y_{j,i,t+3}, \epsilon_j \right) = 0\\
f\left( y_{j,i,t+2}, y_{j,i,t+3}, y_{j,i,t+4}, 0 \right) = 0\\
\vdots\\
f\left( {\color{blue}y^{\star}}, y_{j,i,t+H-1}, y_{j,i,t+H-2}, 0 \right) = 0
f\left(y_{j,i,t+H-2} , y_{j,i,t+H-1}, {\color{blue}y^{\star}}, 0 \right) = 0
\end{sqcases}
\end{sqcases}
\end{split}
......
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