Gumbel
- A
180rotation captures extreme co-movements in the lower tail (i.e. simultaneous extreme losses). - A
90rotation captures scenarios where one variable exhibits extreme losses while the other shows extreme gains. - A
270rotation captures the opposite scenario, where one variable experiences extreme gains while the other suffers extreme losses.
The Gumbel copula is a widely used copula in statistics and quantitative
finance, particularly for modeling upper-tail dependence , which
captures the likelihood of extreme high values occurring simultaneously in
two or more random variables. The conditional probability formulas
derived from the Gumbel copula describe the relationship between two dependent random variables and (uniform marginals).
derived from the Gumbel copula describe the relationship between two dependent random variables and (uniform marginals).
- Upper-Tail Dependence : The Gumbel copula is ideal for scenarios where variables exhibit strong upper-tail dependence, such as extreme co-movements in financial markets.
- Risk Management : Used for modeling dependencies in extreme events like catastrophic losses in insurance or simultaneous stock crashes.
- Joint Probabilities : Helps compute joint or conditional probabilities for events involving highly correlated 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:

