FitControlsVinecop
- class FitControlsVinecop(*args, **kwargs)
A class for controlling fits of vine copula models.
Attributes
allow_rotationsWhether to allow rotations for the families.
family_setThe family set.
nonparametric_grid_sizeThe grid size for the post-estimation interpolation in nonparametric models.
nonparametric_methodThe fit method for nonparametric families.
nonparametric_multA factor with which the smoothing parameters are multiplied.
num_threadsThe number of threads.
parametric_methodThe fit method for parametric families.
preselect_familiesWhether to exclude families based on symmetry properties of the data.
psi0The prior probability of non-independence.
seedsThe seeds for the random number generator.
select_familiesWhether to select the families.
select_thresholdWhether to select the threshold.
select_trunc_lvlWhether to select the truncation level.
selection_criterionThe selection criterion.
show_traceWhether to show the trace.
thresholdThe threshold.
tree_algorithmThe spanning tree algorithm.
tree_criterionThe tree criterion.
trunc_lvlThe truncation level.
weightsThe weights for the observations.
Methods
Instantiates custom controls for fitting vine copula models.