Clayton
- A
180rotation captures extreme co-movements in the upper tail (i.e. simultaneous extreme gains). - A
90rotation captures scenarios where one variable exhibits extreme gains while the other shows extreme losses. - A
270rotation captures the opposite scenario, where one variable experiences extreme losses while the other suffers extreme gains.
The Clayton copula is widely used in statistics and quantitative finance
for modeling dependency structures between random variables, particularly
those exhibiting lower-tail dependence .The conditional probability formulas derived from the Clayton copula
describe the dependency between two variables and
(or more generally, and , representing uniform marginals)
conditional on one variable.
- Tail Dependence : Clayton copula is ideal for modeling lower-tail dependence, capturing the likelihood of extreme low values in and occurring simultaneously.
- Risk Management : In financial risk, conditional probabilities from the Clayton copula are used to assess joint default probabilities and systemic risk.
- Dependency Analysis : Quantifies the strength and nature of dependency between random variables.
- “An Introduction to Copulas (2nd ed.)”, Nelsen (2006)
- “Multivariate Models and Dependence Concepts”, Joe, Chapman & Hall (1997)
- “Quantitative Risk Management: Concepts, Techniques and Tools”, McNeil, Frey & Embrechts (2005)
- “The t Copula and Related Copulas”, Demarta & McNeil (2005)
- “Copula Methods in Finance”, Cherubini, Luciano & Vecchiato (2004)
Ancestors
systematica.models.arbitrage_index.base.BaseCopulaabc.ABC
Instance variables
-
lower_tail_dependence: float: Theoretical lower tail dependence coefficient. -
upper_tail_dependence: float: Theoretical upper tail dependence coefficient.
Methods
density
Returns:
Raises:
cumulative_density
Returns:
Raises:
arbitrage
Returns:
Raises:
partial_derivative
Returns:
Raises:
score
u and v are bivariate inputs (u, v) where each row represents a
bivariate observation. Both u and v must be in the interval [0, 1],
having been transformed to uniform marginals.
Returns:
Raises:

