Expand description
Models structures.
Structs§
- CatBN
- A categorical Bayesian network.
- CatCIM
- A struct representing a categorical conditional intensity matrix.
- CatCIMS
- Sample (sufficient) statistics for a categorical CIM.
- CatCPD
- A categorical CPD.
- CatCPDS
- Sample (sufficient) statistics for the categorical CPD.
- CatCTBN
- A categorical continuous time Bayesian network.
- CatPhi
- A categorical potential.
- DiGraph
- A struct representing a directed graph using an adjacency matrix.
- GaussBN
- A Gaussian Bayesian network.
- GaussCPD
- A Gaussian CPD.
- GaussCPDP
- Parameters of a Gaussian CPD.
- GaussCPDS
- Sample (sufficient) statistics for a Gaussian CPD.
- Gauss
Phi - A Gaussian potential.
- Gauss
PhiK - Parameters of a Gaussian potential.
- UnGraph
- A struct representing an undirected graph using an adjacency matrix.