Edge struct
A single edge: conditioned pair (a, b), conditioning set C, and the associated pair-copula (independence by default).
Constructors, destructors, conversion operators
Public variables
-
size_
t a - first conditioned variable (arg1)
-
size_
t b - second conditioned variable
-
std::vector<size_
t> C - conditioning set, kept sorted ascending
-
std::vector<size_
t> all_indices - sorted {a} ∪ {b} ∪ C (precomputed)
- Bicop pair_copula
- pair-copula (independence by default)