Models#
Public model classes for probabilistic, causal, and structural-equation workflows.
Directed Probabilistic Models#
|
Initializes a Discrete Bayesian Network. |
|
Class to represent Linear Gaussian Bayesian Networks (LGBN). |
|
Class for representing Functional Bayesian Network. |
|
Base class for Dynamic Bayesian Network |
|
Class to represent Naive Bayes. |
Structural Equation Models#
|
Base class for graphical representation of Structural Equation Models(SEMs). |
|
Base class for algebraic representation of Structural Equation Models(SEMs). |
|
Class for representing Structural Equation Models. |
Undirected and Derived Models#
|
Base class for Markov Model. |
|
Class to represent a Markov Chain with multiple kernels for factored state space, along with methods to simulate a run. |
|
Class for representing factor graph. |
|
Class for representing Junction Tree. |
|
Base class for representing Cluster Graph. |
Note
Deprecated compatibility aliases such as BayesianNetwork and
MarkovNetwork are omitted here. Use
DiscreteBayesianNetwork and DiscreteMarkovNetwork instead.