copula_names

copula_names()

List the supported copula families.

Returns

Name Type Description
list of str The seven bivariate copula family names.

Examples

>>> copula_names()
['AliMikhailHaq', 'Clayton', 'Frank', 'Gumbel', 'Joe', 'Normal', 'StudentT']