FitControlsBicop
- class FitControlsBicop(*args, **kwargs)
A class for controlling fits of bivariate copula models.
- Attributes:
allow_rotationsReturns ——- bool whether non-zero copula rotations are considered during family selection.
family_setReturns ——- list of BicopFamily the set of pair-copula families considered during selection.
nonparametric_grid_sizeReturns ——- int the grid size used during nonparametric fits (number of grid points per axis).
nonparametric_methodReturns ——- str the nonparametric estimator used for the
tllfamily (one of"constant","linear","quadratic").nonparametric_multReturns ——- float the bandwidth multiplier applied during nonparametric fits.
num_threadsReturns ——- int the number of threads used during fitting.
parametric_methodReturns ——- str the parametric estimator used for parametric families (one of
"mle","itau").preselect_familiesReturns ——- bool whether families are pre-screened by a quick fit before the full criterion comparison.
psi0Returns ——- float the prior probability of a non-independence copula used by the
mbiccriterion.selection_criterionReturns ——- str the model-selection criterion (one of
"loglik","aic","bic","mbic").weightsReturns ——- ndarray, shape (n,), dtype float the per-observation weights used during fitting (empty when observations are weighted equally).
Attributes
- Returns:
- Returns:
- Returns:
- Returns:
- Returns:
- Returns:
- Returns:
- Returns:
- Returns:
- Returns:
- Returns:
Methods
Instantiates the controls for fitting bivariate copula models.