Vinecop.__init__
- Vinecop.__init__(self, d: int) None
Default constructor for the
Vinecopclass.The default constructor uses
from_dimension()to instantiate an empty vine copula of a given dimension. It can then be used to select a model from data usingselect(). Alternatives to instantiate vine copulas are:from_data(): Instantiate from data, as well as an optionalFitControlsVinecop, anRVineStructureor matrix, and variable types.from_structure(): Instantiate from anRVineStructureor matrix, as well as optional pair-copulas and variable types.from_file(): Instantiate from a JSON file, or a CBOR file when the filename ends in.cbor.from_json(): Instantiate from a JSON string.