Skip to main content

Module probabilistic

Module probabilistic 

Source

Structs§

BayesianNetwork
BayesianNode

Constants§

MAX_BAYESIAN_NODES

Functions§

evaluate_threshold
pc_adjacent
PC-algorithm skeleton (constraint-based structure learning): two variables are adjacent (share an edge) iff their correlation is at/above threshold in absolute value — i.e. they are NOT marginally independent. This is the order-0 skeleton; the full PC additionally removes edges via conditional-independence tests over separating sets.