Fact-checked by Grok 2 weeks ago

Plate notation

Plate notation is a graphical convention employed in probabilistic graphical models, particularly within , to compactly represent the replication of variables and substructures that occur multiple times, such as independent and identically distributed (i.i.d.) data points or shared parameters across instances. This notation uses rectangular "plates" to enclose repeated elements, indicating how many times the enclosed is instantiated, thereby simplifying the visualization of complex models without drawing each replication explicitly. It is especially useful for modeling scenarios involving multiple observations or hierarchical dependencies, where full expansion of the would become unwieldy. In practice, plate notation distinguishes between observed and latent variables through shading: shaded nodes represent observed data, while unshaded nodes denote hidden or latent variables. For instance, in the Naïve Bayes classifier, plates replicate variables like class labels (Y) and features (X_j) across multiple data points (D), capturing the i.i.d. assumption for inference tasks. Similarly, in (LDA) for topic modeling, nested plates depict replication over documents (M) and words within each document (N_m), with variables such as topic distributions (θ_m), topic assignments (z_{mn}), and word distributions (φ_k) enclosed to illustrate the generative process. This approach facilitates clearer communication of model structure in fields like and statistics, though it can become challenging for highly irregular or non-i.i.d. replications.

Fundamentals

Definition and Purpose

Plate notation is a visual used in Bayesian graphical models to represent variables that repeat multiple times, such as in datasets with and identically distributed (i.i.d.) observations. It employs rectangular boxes, known as "plates," to enclose subgraphs of the model, with a label (often an N) indicating the number of replications of the enclosed variables and edges. This notation, formalized as an extension of directed acyclic graphs in probabilistic models, allows for the compact depiction of high-dimensional structures without explicitly drawing each instance. The primary purpose of plate notation is to simplify the illustration of repeated structures in models involving learning from , where multiple samples or parameters are drawn under the same conditional dependencies. By enclosing replicated elements within a plate, it explicitly models the multiplicity of homogeneous , facilitating the of joint probability distributions into products over independent replications—for instance, expressing P(X₁, ..., Xₙ | θ) = ∏_{i=1}^N P(Xᵢ | θ) through the plate's . This approach makes analysis problems more explicit in the graph, akin to how nodes clarify in diagrams, and supports efficient reasoning about conditional independencies across replicates. Among its advantages, plate notation reduces visual clutter in graphical representations of complex models, avoiding the need to redraw identical subgraphs numerous times, which is particularly beneficial for high-dimensional Bayesian inference tasks. It also aids in model specification for algorithms by enabling straightforward conversion of plates into product forms for computation, thereby streamlining manipulations like evidence calculation and independence queries. However, plate notation has limitations: it can obscure dependencies between instances in nested or complex replications, assuming independence that may not hold, potentially leading to exponential computational complexity if inter-plate interactions exist; additionally, it often requires supplementary explanations for those unfamiliar with the convention, as the shorthand may not intuitively convey all structural details.

Historical Development

Plate notation emerged in the early as an extension to probabilistic graphical models, enabling compact representation of repeated variables and structures in Bayesian networks. It originated from efforts to visualize hierarchical and replicated components in statistical models, building directly on the foundations of directed acyclic graphs (DAGs) introduced by for encoding conditional independencies in probabilistic reasoning. The notation addressed limitations in standard graphical representations by allowing explicit depiction of data replication, which was particularly useful for empirical learning and inference tasks. The development was closely tied to the project, initiated by and colleagues in 1989, where plate notation became integral to specifying complex hierarchical models for Gibbs sampling-based inference. This innovation was soon formalized and extended by William Buntine in 1994, who incorporated plates into operations for learning Bayesian networks, demonstrating their utility in simplifying manipulations like and for model , building on earlier suggestions in the BUGS project. A key milestone occurred in 1998 when David J. Spiegelhalter applied plate notation in his work on Bayesian graphical modeling for monitoring health outcomes, using dashed boxes to enclose replicated subgraphs and indicate the number of instances. The first public release of (version 0.1) in 1993 further embedded the notation in practical Bayesian software. Plate notation gained wider prominence in the late and alongside the expansion of hierarchical Bayesian modeling, particularly as applications proliferated. It proved essential for representing multi-level structures in fields like topic modeling, exemplified by the 2003 introduction of (LDA), which relied on plates to depict document-topic and topic-word replications. Zoubin Ghahramani's contributions, including his 2004 overview of graphical models emphasizing variational inference and learning, helped popularize the notation within the community by highlighting its role in scalable probabilistic modeling. This evolution reflected a broader shift toward accessible tools for Bayesian computation, influencing subsequent advancements in nonparametric and infinite models.

Representation Mechanics

Plates and Variable Indexing

In plate notation for probabilistic graphical models, plates are represented as rectangular enclosures that group variables subject to replication, thereby compactly depicting repeated structures without drawing each instance individually. Each plate includes a in one of its corners—typically the lower right—denoting the dimension or count of replications, such as "" for N independent copies. This specifies the range of an over which the enclosed elements are repeated, allowing for efficient of models with multiple identical substructures. Nested plates extend this by one inside another, facilitating the of hierarchical repetitions where inner plates depend on outer ones, such as in multilevel models with varying group sizes. Variables placed inside a plate—whether scalars, vectors, or matrices—automatically acquire indexing subscripts based on the plate's dimension to indicate their replicated nature. For instance, a scalar variable \theta enclosed in a plate labeled N is interpreted as the set \{\theta_i\}_{i=1}^N, where each \theta_i corresponds to an independent draw or instance. Similarly, a vector variable \mathbf{x} within the same plate becomes \{\mathbf{x}_i\}_{i=1}^N, with each \mathbf{x}_i being a vector replicated across the index i. In formal terms, a variable V inside a plate with label N_p is indexed by values i = 1, \dots, N_p, and if V appears in multiple plates, its full indexing is the Cartesian product of the respective index sets, ensuring precise dimensionality in the model specification. This convention aligns the graphical representation with the mathematical joint distribution, where the plate enforces independence or exchangeability over the indexed dimensions unless otherwise specified by links. Shading conventions distinguish between observed and latent variables within and across plates: nodes representing observed data are shaded, while those for latent or unobserved variables remain unshaded, maintaining clarity in the distinction between known and inferred parameters. This applies uniformly to all variables enclosed by plates, ensuring that replication does not obscure the observational status; for example, observed data points y_i inside a plate would be shaded circles, contrasted with unshaded latent means \mu_i. The use of plates thus preserves the core semantics of directed graphical models while scaling to high-dimensional repetitions. In plate notation, arrows represent conditional dependencies between variables within probabilistic graphical models. Arrows that lie entirely within a plate are replicated along with the enclosed structure, such that each instance of the arrow corresponds to a specific value of the plate's indexing variable. For example, if an arrow connects two variables A and B inside a plate indexed by i, the dependency becomes A_i → B_i for each i in the plate's range. When arrows cross plate boundaries, specific replication rules apply to maintain the implied joint distribution. An arrow entering a plate from outside connects the external source to every replicated instance inside the plate, effectively broadcasting the dependency across all indices; this is known as replication or duplication of the incoming . Conversely, an arrow exiting a plate from inside to an external target duplicates such that every internal instance connects to the single external , often implying aggregation or sharing of parameters in the model. These boundary-crossing rules ensure that the graphical representation compactly encodes the full expanded model without explicit repetition of nodes and edges. The replication mechanics induced by plates imply a specific form for the . For instance, consider a θ located outside a plate of size N connected by an arrow to a X inside the plate; this notation represents the joint as the product over i from 1 to N of P(X_i | θ), where θ is shared across all replications. This construction captures independent replications conditioned on shared parameters, a common pattern in hierarchical models. For models involving multiple plates, whether nested or sequential, indices are ordered systematically to denote the dimensionality of replicated . In nested plates, the inner plate's is subscripted after the outer one's, such as z_{i,j} for a z replicated first over an outer i and then over an inner j. Arrows crossing multiple boundaries follow the duplication rule iteratively, connecting sources to all combinations of target indices while preserving conditional independencies. This indexing convention facilitates the translation from compact plate diagrams to explicit factorizations in algorithms.

Applications and Examples

Basic Example: Independent Observations

A fundamental illustration of plate notation involves a Bayesian model for N independent coin flips, where each flip is a binary observation x_i (1 for heads, 0 for tails) drawn from a Bernoulli distribution parameterized by the unknown bias \theta, which lies outside the plate, while the observations x_i are enclosed within a plate labeled N. This setup captures the scenario of i.i.d. data, such as repeated trials of a biased coin, allowing for compact representation of replication without drawing N separate nodes. In the diagram, a rectangular plate marked with N in its corner encloses the node for x_i, with an index i indicating the replication ; a directed from the \theta (positioned outside the plate) points into the plate toward x_i, signifying that this is replicated for each of the N instances, resulting in arrows from \theta to each x_1, \dots, x_N upon expansion. Additionally, a is placed on \theta, typically a (\alpha, \beta) to conjugate with the Bernoulli likelihood, shown as a or label connected appropriately without entering the plate. This visual shorthand avoids cluttering the graph with multiple identical and arrows, emphasizing the shared parameter across observations. The notation encodes the joint probability P(x_1, \dots, x_N \mid \theta) = \prod_{i=1}^N P(x_i \mid \theta), where each P(x_i \mid \theta) is Bernoulli(\theta), combined with the prior \theta \sim \text{Beta}(\alpha, \beta), facilitating inference such as posterior computation via conjugate updates to \text{Beta}(m_H + \alpha, N - m_H + \beta), with m_H as the number of heads. Here, the plate enforces conditional independence of the x_i given \theta, distilling the data's sufficient statistics for efficient modeling. To read this diagram step-by-step, first identify the plate and its index i, which signals replication over N units; expand the enclosed mentally into N copies of x_i (becoming x_1 to x_N), duplicating any incoming arrows (like from ) to connect to each copy while outgoing arrows from the plate aggregate if applicable. Next, interpret the dependencies: the shared influences all x_i identically, implying the product form for the likelihood and among the x_i conditioned on \theta. Finally, incorporate the on \theta to complete the full , ensuring the adheres to directed acyclic rules for Bayesian networks. This process reveals how plate notation succinctly represents in model complexity for i.i.d. settings.

Advanced Example: Latent Dirichlet Allocation

Latent Dirichlet Allocation (LDA) is a generative probabilistic model for collections of discrete data, such as text corpora, where documents are represented as mixtures of latent topics, and topics as mixtures of words. In plate notation, the employs nested plates to compactly represent the hierarchical structure: an outer plate indexed by M replicates variables across documents, while an inner plate indexed by N_i (the number of words in document i) replicates variables within each document i. Key variables include \theta_i, the topic distribution for document i; z_{i,j}, the topic assignment for the j-th word in document i; and w_{i,j}, the observed word itself. The diagram places hyperparameters \alpha (Dirichlet prior for \theta_i) and (Dirichlet prior for topic-word distributions, often denoted as \phi_k for topic k) outside the plates, with arrows indicating the generative process. From \alpha, an arrow points to \theta_i inside the outer plate, signifying \theta_i \sim \text{Dirichlet}(\alpha). Within the inner plate, arrows from \theta_i to z_{i,j} denote z_{i,j} \sim \text{Multinomial}(\theta_i), and from z_{i,j} (via ) to w_{i,j} indicate w_{i,j} \sim \text{Multinomial}(\phi_{z_{i,j}}), where \phi_k \sim \text{Dirichlet}(\beta) for each topic k. This replication structure accommodates varying document lengths through the inner plate's index N_i, while the outer plate scales to the full corpus size M. The joint distribution encoded by this plate diagram is: p(\theta, z, w \mid \alpha, \beta) = \prod_{i=1}^M p(\theta_i \mid \alpha) \prod_{j=1}^{N_i} p(z_{i,j} \mid \theta_i) \, p(w_{i,j} \mid z_{i,j}, \beta) where the product over j is taken up to N_i for each document i, and \beta parameterizes the topic-specific word distributions. Plate notation is particularly advantageous for LDA, as it avoids an exponential explosion of nodes and edges in the ; for a large with thousands of documents and words per document, the unrolled would be impractically vast, whereas plates concisely capture the repeated and conditional independencies.

Extensions and Conventions

Non-Standard Extensions

In hierarchical models, replicated fixed elements such as covariates that vary across groups may be represented as nodes inside plates, even though they are not random variables. These are typically depicted as unshaded circles to distinguish them from latent random variables, while global hyperparameters like precision parameters are placed outside plates for clarity in the graphical model. To handle cases where the number of inner elements varies (e.g., group sizes N_i differing for each i), standard plate notation uses labels with variable indices on the plates, such as "N_i" to denote group-specific counts. This supports datasets with uneven sizes under non-i.i.d. assumptions, though highly irregular structures may require additional annotations or alternative notations. Nested or hierarchical plates can represent multilevel dependencies in clustered data. Further adaptations for non-i.i.d. repetitions, such as in infinite models like the Chinese Restaurant Process (CRP), use nested plates to denote potentially unbounded replications. For example, an outer plate over customers implies an infinite sequence of assignments, with inner structures for dynamically growing occupancies. These visualize exchangeability and in nonparametric Bayesian models without fixed dimensionality. Plates encapsulate shared parameters across subsets through standard nesting, though informal uses of dashed lines may indicate conditional or partial dependencies in complex hierarchies.

Graphical Conventions

In plate notation for probabilistic graphical models, nodes representing random variables are typically depicted as circles, with shading used to distinguish observed data from latent variables: shaded circles indicate observed variables, while unshaded circles denote unobserved or latent ones. This convention enhances clarity by visually separating empirical data from inferred parameters. For multi-dimensional variables, boldface notation is commonly employed, where bold lowercase letters represent vectors (e.g., θ) and bold uppercase letters denote matrices (e.g., β); additionally, square brackets may enclose dimension indicators, such as [K] to specify the number of categories or topics in a distribution. Plates themselves are often rendered as rectangular boxes, sometimes with double lines or dashed borders to emphasize replication boundaries, though single-line rectangles predominate in many texts. Directed arrows in plate diagrams convey conditional dependencies, with solid arrows standardly used for probabilistic relationships between . Dashed or hollow arrows, in contrast, typically signify deterministic functions or logical relations, such as transformations without (e.g., a switch variable or fixed ). Squiggly lines occasionally appear in specialized contexts to denote optional or conditional switches, but this is less standardized. These arrow styles help differentiate generative stochastic processes from rule-based derivations, aiding model interpretation. Layout conventions in plate notation often follow a left-to-right ordering to mirror the generative sequence of the model, starting with hyperparameters or priors on the left and progressing to observed on the right. Nested plates are arranged hierarchically, with outer plates encompassing broader replications (e.g., ) and inner ones handling finer indices (e.g., words per document); labels inside or adjacent to plates explicitly denote replication counts, such as fixed N for data points or variable indices like N_d for document-specific lengths. This spatial organization promotes readability by aligning with the logical flow of variable indexing. Despite these widespread practices, plate notation lacks universal , resulting in variations across publications—such as differences in border styles for plates or the precise use of boldface versus subscripts for vectors—which can complicate cross-referencing models. Influential works like those on have helped propagate consistent conventions, yet ongoing diversity underscores the notation's flexibility for diverse applications.

Implementations and Tools

Software Packages

Several software packages incorporate plate notation concepts to specify and visualize replicated structures in probabilistic s, enabling efficient model definition and analysis. In the family, including WinBUGS and JAGS, plates are represented programmatically through for-loops in the model , which replicate or deterministic relations across indices without explicitly drawing diagrams. For instance, a loop such as for (i in 1:N) { Y[i] ~ dnorm(mu, tau) } defines an array of nodes equivalent to a plate enclosing N independent normal distributions in the . This approach simplifies coding hierarchical or repeated structures, with the index serving as a fixed identifier for data integration. PyMC translates plates into code via multidimensional shapes or explicit dimensions (dims), which correspond to vectorized operations or for-loops over replicated units, avoiding manual repetition. For example, specifying pm.Normal('x', mu=0, sigma=1, shape=(n_obs,)) creates a plate of n_obs independent draws, mimicking a for-loop . PyMC further supports import and export by generating plate diagrams automatically from code using the model_to_graphviz function, which renders variables within boxed plates to indicate dimensionality. Stan adopts a similar strategy, using for-loops to declare replicated substructures that align with plate notation in directed graphical models, promoting concise specification of multi-level parameters. These loops expand to array operations during compilation, facilitating vectorized inference without altering the declarative style. Since the early 2000s, plate notation integration has evolved from loop-based replication in BUGS-like tools to advanced primitives in probabilistic programming frameworks. Modern libraries like Pyro, integrated with PyTorch, provide explicit pyro.plate contexts to encode independence across plates, supporting scalable deep probabilistic models through automatic broadcasting and subsampling. This progression enables seamless handling of complex dependencies, as seen in extensions like Latent Dirichlet Allocation.

Rendering in LaTeX

Plate notation diagrams are commonly rendered in using the TikZ package, which provides flexible tools for custom , or specialized libraries like tikz-bayesnet for streamlined creation of Bayesian graphical models. The pgf (Portable Graphics Format) system underlying TikZ allows precise control over node placement, edges, and shapes, making it suitable for drawing plates as rectangular boundaries around replicated variables. Dedicated macros in tikz-bayesnet simplify plate notation by automating the grouping of nodes and adding replication labels, reducing manual coordinate calculations. To create a basic plate diagram in TikZ with tikz-bayesnet, begin by including the necessary libraries in the document preamble:
\usepackage{tikz}
\usetikzlibrary{bayesnet}
Within a tikzpicture environment, define nodes for variables (e.g., using styles like latent for unobserved variables or obs for observed data) and then enclose them in a plate using the \plate command. The syntax is \plate[options]{name}{fitlist}{caption}, where fitlist specifies the nodes to enclose, and caption adds the replication index label. For example, to depict a simple model with replicated observations y_{1:N} depending on parameters \theta:
\begin{tikzpicture}
  \node[latent] (theta) {$\theta$};
  \node[obs, below=of theta] (y) {$y_{1:N}$};
  \edge {theta} {y};
  \plate[inner sep=0.3cm, xshift=0.6cm] {plate1} {(y)} {$N$};
\end{tikzpicture}
This code positions the parameter above the observation , draws a directed between them, and wraps the observation in a plate labeled with N, indicating replication over N units. Adjustments to options like inner sep control plate size, while edge styles can denote or factors using predefined types. For advanced models, nested plates are implemented by grouping environments within TikZ scopes, allowing hierarchical replication such as plates within plates for multi-level data structures. This is achieved by nesting \plate commands, ensuring proper layering to avoid visual clutter. Additionally, graphical representations from probabilistic modeling software like PyMC can be exported—typically in DOT via pm.model_to_graphviz()—and converted to TikZ code using auxiliary tools for seamless integration. Best practices for scalable rendering include defining reusable styles for nodes and plates to maintain consistency across diagrams, positioning elements with relative coordinates (e.g., below=of) to adapt to model complexity, and previewing outputs iteratively to check alignment. Common pitfalls, such as overlapping labels or disproportionate plate sizes in intricate models, can be mitigated by increasing inner sep values and using the fit library for automatic bounding boxes, ensuring clarity without manual repositioning.

References

  1. [1]
    [PDF] CPSC 440: Advanced Machine Learning - Learning Graphical Models
    Plate Notation. Graphical representation of the IID assumption: It's common to represent repeated parts of graphs using plate notation: Page 7. Plate Notation.
  2. [2]
    [PDF] Probabilistic Graphical Models - Brown CS
    Shading & Plate Notation. Naïve Bayes Inference: Convention: Shaded nodes are observed, open nodes are latent/hidden. Y. X j. D. Plates denote replication of.
  3. [3]
    [PDF] • Plate Diagram
    The plate diagram of LDA model is given in Figure 1, showing document-specific topic distribution, topic assignment, observed word, and topic Dirichlet.
  4. [4]
  5. [5]
    [PDF] Tensor Variable Elimination for Plated Factor Graphs
    Directed graphical models explicitly denote repeated structure through plate notation (Buntine, 1994). Plates have not seen widespread use in factor graphs or ...
  6. [6]
    [PDF] Operations for Learning with Graphical Models - arXiv
    These graphical models are extended to model data analysis and empirical learning using the notation of plates.Missing: definition | Show results with:definition
  7. [7]
    Bayesian Graphical Modelling - jstor
    (1993) Bayesian computation via the Gibbs sampler and related Markov chain. Monte Carlo methods (with discussion). J. R. Statist. Soc. B, 55, 3-23 ...Missing: notation | Show results with:notation
  8. [8]
    [cs/9412102] Operations for Learning with Graphical Models - arXiv
    Dec 1, 1994 · These graphical models are extended to model data analysis and empirical learning using the notation of plates. Graphical operations for ...
  9. [9]
  10. [10]
    [PDF] Build, Compute, Critique, Repeat: Data Analysis with Latent Variable ...
    The figure illustrates some additional notation beyond nodes and edges: shaded nodes are ob- served variables; unshaded nodes are hidden variables; and fixed ...<|control11|><|separator|>
  11. [11]
    [PDF] Directed Graphical Models and Latent Variables Based on slides by ...
    Plates are like “macros” that allow you to draw a very complicated graphical model with a simpler notation. • The rules of plates are simple: repeat every ...Missing: obscures | Show results with:obscures<|control11|><|separator|>
  12. [12]
    [PDF] Probabilistic Modeling and Bayesian Analysis - MIT OpenCourseWare
    The plates are like the 'for' loops in the pseudocode of how the data is generated in the text description above. Coin Flip Example Part 7. Even simple models ...<|control11|><|separator|>
  13. [13]
    [PDF] Latent Dirichlet Allocation - Journal of Machine Learning Research
    We describe latent Dirichlet allocation (LDA), a generative probabilistic model for collections of discrete data such as text corpora. LDA is a three-level ...
  14. [14]
    Graphical Models - Project Euclid
    A plate is a useful device for capturing replication in graphical models, including the factorial and nested structures that occur in experimental designs. A ...<|control11|><|separator|>
  15. [15]
    [PDF] Bayesian Data Analysis Third edition (with errors fixed as of 20 ...
    A review of probability notation is given in Chapter 1 along with a more detailed list of topics assumed to have been studied. The practical orientation of the ...
  16. [16]
    [PDF] Labeled graph notations for graphical models - The Computable Plant
    Unlike the plate notation, overlaps and recursive substructure are not allowed within the node in such a diagram but must be represented by relationship ...
  17. [17]
    [PDF] A Brief Introduction to Bayesian Nonparametric Methods for ...
    The goal of this tutorial is to provide a conceptual introduction to. Bayesian nonparametrics that assumes only basic knowledge of standard Bayesian statistics,.
  18. [18]
    [PDF] Hierarchical Dirichlet Processes
    We discuss representations of hierarchical Dirichlet processes in terms of a stick-breaking process, and a generalization of the Chinese restaurant process that ...
  19. [19]
    [PDF] Probabilistic models of text and images by David Meir Blei
    In the graphical model notation, observed random variables are shaded, and latent random variables are unshaded. For example, the distribution on the real line ...
  20. [20]
    BUGS model specification language - MultiBUGS
    Directed links may be of two types: a thin solid arrow indicates a stochastic dependence while a thick hollow arrow indicates a logical function. An undirected ...<|separator|>
  21. [21]
    Probabilistic Graphical Model Representation in Phylogenetics - PMC
    Circular nodes can be stochastic, with solid lines, or deterministic, with dashed lines. Arrows pointing into variable nodes represent conditional ...
  22. [22]
    [PDF] JAGS Version 4.3.0 user manual - Your Name Here's Homepage
    Jun 28, 2017 · 2.4 For loops. For loops are used in the the BUGS language to simplify writing repeated expressions. A for loop takes the form: for (i in exp) ...Missing: plate | Show results with:plate
  23. [23]
    Distribution Dimensionality — PyMC 5.26.1 documentation
    Jun 25, 2024 · In the example above the number on the bottom left of each box (or plate) indicates the dimensionality of the distributions within. If a ...Glossary · Implicit Support Dimensions · DimsMissing: notation | Show results with:notation
  24. [24]
    Plate notation: shape parameter/for loop - PyMC Discourse
    Jul 29, 2017 · I'm having difficulty coding up the plate notation for the transition probabilities in particular. There is a separate theta vector (of length s) for each ...
  25. [25]
    7.5 For Loops - Stan Reference Manual
    In BUGS, for loops are declarative, defining plates in directed graphical model notation, which can be thought of as repeated substructures in the graphical ...
  26. [26]
    [PDF] Past, Present, and Future of Software for Bayesian Inference
    This model is in the class of Bayesian networks. Its representation as a graphical model in plate notation is: yi xi α β σ i = 1..n. JAGS model { for (i in 1 ...<|control11|><|separator|>
  27. [27]
    Introduction to Pyro — Pyro Tutorials 1.9.1 documentation
    In models with lots of repetition, it is convenient to use plate notation, so called because it is shown graphically as a rectangular “plate” around variables ...
  28. [28]
    jluttine/tikz-bayesnet - GitHub
    TikZ library for drawing Bayesian networks, graphical models and (directed) factor graphs in LaTeX.
  29. [29]
    how to draw plate indices in graphical model by tikz - TeX
    Sep 5, 2014 · The package tikz-BayesNet has \plate which has as its final argument the text to place within the plate. For example (from Lee and ...drawing graphical models / bayesnet - TeX - LaTeX Stack ExchangeHow to produce John Kruschke's Bayesian model diagrams using ...More results from tex.stackexchange.com