X-Git-Url: https://code.communitydata.science/ml_measurement_error_public.git/blobdiff_plain/b52b4f7daaba8a877b041ddb24c8f36b466ddc5b..d0c5766bdf867a81a2477d2cac1d40812110af90:/charts/example_2_dag/example_2_dag.tex diff --git a/charts/example_2_dag/example_2_dag.tex b/charts/example_2_dag/example_2_dag.tex deleted file mode 100644 index 07ec19c..0000000 --- a/charts/example_2_dag/example_2_dag.tex +++ /dev/null @@ -1,47 +0,0 @@ -\documentclass[12pt]{standalone} - -\usepackage{ucs} -\usepackage[utf8x]{inputenc} - -\usepackage[T1]{fontenc} -\usepackage{textcomp} -\renewcommand{\rmdefault}{ugm} -\renewcommand{\sfdefault}{phv} -\usepackage[garamond]{mathdesign} -\usepackage{tikz} -\usetikzlibrary{positioning, shapes, arrows, shadows} - -\begin{document} - -\tikzset{>=latex} -\begin{tikzpicture}[ - observed/.style={circle, draw}, - partly observed/.style 2 args={draw, fill=#2, path picture={ - \fill[#1, sharp corners] (path picture bounding box.south west) -| - (path picture bounding box.north east) -- cycle;}, - circle}, - unobserved/.style={draw, circle, fill=gray!40} - ] - - \node[observed] (y) {Y}; - \node[observed,above=of y, xshift=1cm] (r) {R}; - \node[partly observed={white}{gray!40}, left=of r] (x) {X}; - \node[observed, left=of x] (w) {W}; - \node[unobserved, above=of w, xshift=1cm] (k) {K}; - - \matrix [draw, below, yshift=-0.2cm, font=\small, align=center, column sep=2\pgflinewidth, inner sep=0.6em, outer sep=0em, nodes={align=center, anchor=center}] at (current bounding box.south){ - \node[observed,label=right:observed] {}; \\ - \node[unobserved,label=right:unobserved]{}; \\ - }; - - - \draw[->] (r) -- (y); - \draw[->] (r) -- (x); - \draw[->] (x) -- (y); - \draw[->] (x) -- (w); - \draw[->] (k) -- (x); - \draw[->] (k) -- (w); - -\end{tikzpicture} -\end{document} -