Bicop.from_data

Bicop.from_data(data: numpy.ndarray, controls: pyvinecopulib.core.FitControlsBicop = FitControlsBicop(), var_types: collections.abc.Sequence[str] = ['c', 'c']) pyvinecopulib.core.Bicop

Instantiates from data.

Equivalent to creating a default Bicop() and then selecting the model using select().

Parameters:
datandarray, shape (n, m), dtype float

See select().

controlsFitControlsBicop

See select().

var_typeslist of str

Two strings specifying the types of the variables, e.g., ("c", "d") means first variable continuous, second discrete.