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