DVineStructure.__init__

DVineStructure.__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyvinecopulib.DVineStructure, order: List[int]) -> None

Parameter order:

The order of variables in the D-vine (diagonal entries in the R-vine array); must be a permutation of 1, …, d.

  1. __init__(self: pyvinecopulib.DVineStructure, order: List[int], trunc_lvl: int) -> None

Parameter order:

The order of variables in the D-vine (diagonal entries in the R-vine array); must be a permutation of 1, …, d.

Parameter trunc_lvl:

The truncation level.