Conditional Independence Net

This website uses Javascript to render markdown documents in your browser, apply syntax highlighting to code fragments and render $\LaTeX$ formulas. Below is the markdown source code of this page. You can either read that or enable Javascript to have it rendered to HTML.

# NAME

CInet::Propositional::Families - Predefined families of CI relations

# SYNOPSIS

    use CInet::Propositional::Families;
    say Semigraphoids(4)->count;

# DESCRIPTION

This module defines commonly used \`propositional\` types:

- Semigraphoids
- Graphoids
- Semigaussoids (or compositional graphoids)
- Gaussoids
- MarkovNetworks (or undirected graphical models)

# AUTHOR

Tobias Boege <tobs@taboege.de>

# COPYRIGHT AND LICENSE

This software is copyright (C) 2024 by Tobias Boege.

This is free software; you can redistribute it and/or
modify it under the terms of the Artistic License 2.0.