DVineStructure.__init__

DVineStructure.__init__(*args, **kwargs)

Creates a new instance of the class.

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

Parameters:

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

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

  • trunc_lvl – The truncation level.