DVineStructure.__init__
- DVineStructure.__init__(self, order: collections.abc.Sequence[int], trunc_lvl: int = 18446744073709551615) None
- Parameters:
- orderlist of int
The order of variables in the D-vine (diagonal entries in the R-vine array); must be a permutation of 1, …, d.
- trunc_lvlint
The truncation level.