RVineStructure.get_struct_array

RVineStructure.get_struct_array(self, natural_order: bool = False) list

Extract structure array (all elements above the diagonal in the R-vine array).

Parameters:
natural_orderbool

Whether indices correspond to natural order.

Notes

The triangular array is represented in Python as a nested list indexed [tree][edge], where tree i holds d - 1 - i entries.