rvine_trees.hpp file
Namespaces
- namespace vinecopulib
- Tools for bivariate and vine copula modeling.
Classes
- class vinecopulib::RVineTrees
- A list-of-trees decomposition of an R-vine structure.
- struct vinecopulib::RVineTrees::Edge
- A single edge: conditioned pair
(a, b), conditioning setC, and the associated pair-copula (independence by default). - struct vinecopulib::RVineTrees::PairCopulaLocation
- The source of a pair copula in a matrix representation.
- struct vinecopulib::RVineTrees::Decomposition
- The result of
to_.struct_ array() - struct vinecopulib::RVineTrees::AugmentedEdge
- One edge of the augmented (line-graph) view: its two incident node ids plus a non-owning pointer to the underlying
Edge(intrees_). - struct vinecopulib::RVineTrees::AugmentedTree
- The augmented (line-graph) view of a tree used during conversion.
degreesis indexed by node id (contiguous), avoiding astd::map.