Skip to content

Instantly share code, notes, and snippets.

@tellnnn
tellnnn / Lee&Wagenmakers_2013_Fig10_4.tex
Last active December 21, 2020 13:23
LaTeX code for blog post TikZ でグラフィカルモデルを書こう!(link: https://tellnnn.netlify.app/post/others/tikz4bayes/)
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning,fit,arrows.meta}
\tikzset{
disc/.style={rectangle,minimum size=1cm},
cont/.style={circle,minimum size=1cm},
obs/.style={draw,fill=gray!60},
latent/.style={draw},