FitControlsBicop

class FitControlsBicop(*args, **kwargs)

A class for controlling fits of bivariate copula models.

Attributes:
allow_rotations

Returns ——- bool whether non-zero copula rotations are considered during family selection.

family_set

Returns ——- list of BicopFamily the set of pair-copula families considered during selection.

nonparametric_grid_size

Returns ——- int the grid size used during nonparametric fits (number of grid points per axis).

nonparametric_method

Returns ——- str the nonparametric estimator used for the tll family (one of "constant", "linear", "quadratic").

nonparametric_mult

Returns ——- float the bandwidth multiplier applied during nonparametric fits.

num_threads

Returns ——- int the number of threads used during fitting.

parametric_method

Returns ——- str the parametric estimator used for parametric families (one of "mle", "itau").

preselect_families

Returns ——- bool whether families are pre-screened by a quick fit before the full criterion comparison.

psi0

Returns ——- float the prior probability of a non-independence copula used by the mbic criterion.

selection_criterion

Returns ——- str the model-selection criterion (one of "loglik", "aic", "bic", "mbic").

weights

Returns ——- ndarray, shape (n,), dtype float the per-observation weights used during fitting (empty when observations are weighted equally).

Attributes

allow_rotations

Returns:

family_set

Returns:

nonparametric_grid_size

Returns:

nonparametric_method

Returns:

nonparametric_mult

Returns:

num_threads

Returns:

parametric_method

Returns:

preselect_families

Returns:

psi0

Returns:

selection_criterion

Returns:

weights

Returns:

Methods

__init__

Instantiates the controls for fitting bivariate copula models.