1
0

revisions and appendix update

This commit is contained in:
2023-02-24 15:10:00 -08:00
parent c5e0a01713
commit 3dc090ec6a
18 changed files with 254 additions and 438 deletions

View File

@@ -73,7 +73,7 @@
\node[unobserved] (y) {$Y$};
\node[observed, above=of y] (x) {$X$};
\node[observed, left=of y] (w) {$W$};
\node[observed, right=of y] (w) {$W$};
% \node[unobserved, above=of w] (k) {$K$};
\node[observed,right=of x] (z) {$Z$};
@@ -95,14 +95,14 @@
\node[unobserved] (y) {$Y$};
\node[observed={white}{gray!40}, above=of y] (x) {$X$};
\node[observed, left=of y] (w) {$W$};
\node[observed, right=of y] (w) {$W$};
% \node[unobserved, above=of w] (k) {$K$};
\node[observed,right=of x] (z) {$Z$};
% \node[residual,below=of y] (e) {$\varepsilon$};
% \node[residual,below=of w] (xi) {$\xi$};
\draw[-] (x) -- (y);
\draw[-] (x) -- (w);
\draw[-] (z) -- (w);
\draw[-] (y) -- (w);
\draw[-] (x) -- (z);
% \draw[-] (k) -- (w);
@@ -111,7 +111,7 @@
% \draw[-] (y) -- (xi);
% \draw[-] (w) -- (xi);
\end{tikzpicture}
\caption{In \emph{Simulation 2b}, the edge connecting $W$ and $X$ signifies that the predictions $W$ are not conditionally independent of $X$ given $Y$, indicating systematic misclassification. \label{fig:simulation.2b}}
\caption{In \emph{Simulation 2b}, the edge connecting $W$ and $Z$ signifies that the predictions $W$ are not conditionally independent of $Z$ given $Y$, indicating systematic misclassification. \label{fig:simulation.2b}}
\end{subfigure}
\vspace{1em}
\begin{subfigure}[t]{0.2\textwidth}
@@ -127,4 +127,4 @@
\caption{
Bayesnet networks representing the conditional independence structure of our simulations. \label{bayesnets}
}
\end{figure}
\end{figure}