Frank
- 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 Frank copula is a widely used copula in statistics and finance for
modeling dependencies between random variables. The Frank copula captures
symmetric dependence and is particularly useful when there is no tail
dependence.
- Symmetric Dependency : The Frank copula is suitable for datasets where dependency between variables is symmetric and without tail dependence.
- Modeling Joint Distributions : Used in scenarios where the relationship between random variables is non-linear but consistent across their range.
- Risk Management and Finance : It can model dependencies between financial assets, insurance claims, or other risk variables with moderate dependencies.
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:

