Copula families, properties and methods
Families
The copul package covers implementations of the following copula families:
Archimedean copula families including Clayton, Gumbel, Frank, Joe, Ali-Mikhail-Haq, and more
Extreme-value copulas families like Hüsler-Reiss, Galambos, Marshall-Olkin, etc.
Elliptical copula families: Gaussian, Student’s t, and Laplace.
Unclassified copula families like the Plackett or Raftery copula families.
Furthermore, the package provides the following copulas:
Independence copula
Lower and upper Fréchet bounds
Checkerboard copulas
A list of all implemented copulas can be found in copul.Families.
Properties
The following properties are available for the above copula families and copulas if they exist and are known:
cdf: Cumulative distribution functionpdf: Probability density functioncond_distr_1,cond_distr_2: Conditional distribution functionslambda_L,lambda_U: Lower and upper tail dependence coefficientsrho,tau,xi: Spearman’s rho, Kendall’s tau, and Chatterjee’s xigenerator,inv_generator: Generator and inverse generator for Archimedean copula familiespickands: Pickands dependence functions for extreme-value copula families
Methods
The following methods are available for the above copula families and copulas:
rvs: Generate random samples from the copulascatter_plot: Generate a scatter plot of the copulaplot_cdf: Visualize the cumulative distribution functionplot_pdf: Visualize the probability density functionplot_rank_correlations: Visualize Spearman’s rho, Kendall’s tau, and Chatterjee’s xiplot_generator: Visualize the generator functionplot_pickands: Visualize the Pickands dependence function