BicopFamily
- class BicopFamily(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
A bivariate copula family identifier.
Contains the following families:
indep: Independent copula,gaussian: Gaussian copula,student: Student t copula,clayton: Clayton copula,gumbel: Gumbel copula,frank: Frank copula,joe: Joe copula,bb1: BB1 copula,bb6: BB6 copula,bb7: BB7 copula,bb8: BB8 copula,tawn: Tawn copula,tll: Transformation local-likelihood (nonparametric) copula.
The following convenient sets of families are provided:
allcontains all the families,parametriccontains the parametric families (all excepttll),nonparametriccontains the nonparametric families (indepandtll),one_parcontains the parametric families with a single parameter (gaussian,clayton,gumbel,frank, andjoe),two_parcontains the parametric families with two parameters (student,bb1,bb6,bb7, andbb8),three_parcontains the parametric families with three parameters (tawn),ellipticalcontains the elliptical families (gaussianandstudent),archimedeancontains the archimedean families (clayton,gumbel,frank,joe,bb1,bb6,bb7, andbb8),extreme_valuecontains the extreme value families (tawnandgumbel),bbcontains the BB families (bb1,bb6,bb7, andbb8),itaufamilies for which estimation by Kendall’s tau inversion is available (indep,gaussian,student,clayton,gumbel,frank,joe),ltcontains the families that are lower-tail dependent (clayton,bb1,bb7,tawn),utcontains the families that are upper-tail dependent (gumbel,joe,bb1,bb6,bb7,bb8,tawn),rotationlesscontains families that don’t have a rotation because they already cover positive and negative dependence (indep,gaussian,student,frank,tll).