tikz-bayesnet icon indicating copy to clipboard operation
tikz-bayesnet copied to clipboard

TikZ library for drawing Bayesian networks, graphical models and (directed) factor graphs in LaTeX.

Results 7 tikz-bayesnet issues
Sort by recently updated
recently updated
newest added

Adds the `partial` node type which can be used to represent partially observed variables

When using bayesnet, many warnings like the following appear, even when running `pdflatex` on the example `example.tex` file. Is there any way to avoid them? ``` Missing character: There is...

I would like to have an edge that loops from one node to itself to show a temporal dependence. Using `\edge {b_t} {b_t} ;` does not work. Is there a...

I'm having some issues with the interpretability of models drawn with bayesnet. This is more a suggestion for improvements, than an error report, but anyway: Having identical shapes for latent...

Can I find a list of options for nodes, edges, etc. somewhere?

Hi Is it able to manually set the position of a plate's label? Regards Johnny

A fairly trivial change that recapitulates what I've done on my own system. Just thought it might be worth merging.