RVineStructure.__init__
- RVineStructure.__init__(self, d: int = 1, trunc_lvl: int = 18446744073709551615) None
Default constructor for the
RVineStructureclass.The default constructor uses
from_dimension()to instantiate a default structure of a given dimension and truncation level. Alternatives to instantiate structures are:from_order(): Instantiate from an order vector.from_matrix(): Instantiate from a matrix.from_struct_array(): Instantiate from an order vector and a structure array.from_file(): Instantiate from a JSON file, or a CBOR file when the filename ends in.cbor.from_json(): Instantiate from a JSON string.