joari

TikZ

Oct 20th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. \begin{frame}{Estimativa do limite inferior -- procedimento}%{n_g independent samples, each one of size n}
  2. \begin{columns}
  3. \column[T]{.65\textwidth}
  4. \begin{tikzpicture}
  5. \draw(0,3) -- (2,3);
  6. \draw(2,3) -- (3.5,5.5);
  7. \draw(2,3) -- (3.5,4.5);
  8. \draw(2,3) -- (3.5,0.5);
  9. \only<1->{
  10. \draw(3.5,0) rectangle +(0.5,6)
  11. +(0.3,6.5) node {\textcolor{black}{1}}
  12. +(0.3,5.5) node {\textcolor{black}{$\xi^1$}}
  13. +(0.3,4.5) node {\textcolor{black}{$\xi^2$}}
  14. +(0.3,0.5) node {\textcolor{black}{$\xi^n$}}
  15. +(0.3,-.3) node {\textcolor{black}{$\widehat{\vartheta}_{n,1}$}}; }
  16. \only<2->{
  17. \draw(4.6,0) rectangle +(0.5,6)
  18. +(0.3,6.5) node {\textcolor{green}{2}}
  19. +(0.3,5.5) node {\textcolor{green}{$\xi^1$}}
  20. +(0.3,4.5) node {\textcolor{green}{$\xi^2$}}
  21. +(0.3,0.5) node {\textcolor{green}{$\xi^n$}}
  22. +(0.3,-.3) node {\textcolor{green}{$\widehat{\vartheta}_{n,2}$}}; }
  23. \only<3->{
  24. %\draw(5.5,0) rectangle +(0.5,6)
  25. %+(0.3,6.5) node {\textcolor{red}{3}}
  26. %+(0.3,5.5) node {\textcolor{red}{$\xi^1$}}
  27. %+(0.3,4.5) node {\textcolor{red}{$\xi^2$}}
  28. %+(0.3,0.5) node {\textcolor{red}{$\xi^n$}}
  29. %+(0.3,-.3) node {\textcolor{red}{$\widehat{\vartheta}_{n,3}$}}; \pause
  30. \draw(6.5,0) rectangle +(0.5,6)
  31. +(0.3,6.5) node {\textcolor{blue}{$n_g$}}
  32. +(0.3,5.5) node {\textcolor{blue}{$\xi^1$}}
  33. +(0.3,4.5) node {\textcolor{blue}{$\xi^2$}}
  34. +(0.3,0.5) node {\textcolor{blue}{$\xi^n$}}
  35. +(0.3,-.3) node {\textcolor{blue}{$\widehat{\vartheta}_{n,n_g}$}};}
  36. \end{tikzpicture}
  37. \column[T]{.45\textwidth}%\pause
  38. \only<4->{
  39. \centering {Problema discretizado}
  40. \begin{align*}
  41. \widehat{\vartheta}_{n,j} = & \min_{x} \left\{ c^\top x + \widehat{Q}_{n,j}(x) \right\} \\
  42. & \text{s. a} \quad Ax = b \\
  43. & x \geq 0
  44. \end{align*}
  45.  
  46. \begin{itemize}
  47. \item[] Obs.: \[ \mathbb{E}[\widehat{\vartheta}_{n,j}] \leq \vartheta^* \]
  48. \end{itemize} }
  49. \end{columns}
  50. \end{frame}
Advertisement
Add Comment
Please, Sign In to add comment