Copula theory

Notes on copula theory

View project on GitHub

Clockwise rotation

The most prominent copula modification is a rotation of a given copula by either 90, 180 or 270 degrees. Thereby one can rotate in two different directions: clockwise or counter clockwise. This page shows the derivation of pdf, cdf, h- and v-functions for clockwise rotation, which is the default setting of this package. In order to get the respective formulas for counter clockwise rotation, take a look at this page.

When deriving the individual formulas it helps to look at a concrete example, which shall be illustrated by the following contour line plots of a copula pdf:

pdf contour plot

When using new copulas obtained through modification of given copulas, properties like pdf or v-function are calculated by relating them to properties of the respective original copula.

pdf

In order to derive the pdf value of a given rotated copula, the rotation needs to be reverted and the original copula be evaluated at the a obtained point with new coordinates. For example, for a 90 degrees clockwise rotation and the given purple point shown on the left, the coordinates in terms of the original underlying copula without rotation can be seen on the right. Going from the left to the right figure, the rotation has been reverted.

Resolving 90° rotation

Hence, we get the pdf value of a clockwise 90° rotated copula with

The same procedure also works for 180 and 270 degrees:

Resolving 90° rotation

Resolving 90° rotation

To sum up, the following formulas for pdf values of clockwise rotated copulas hold:

cdf

The logic for the cdf of a rotated copula is quite similar. Recalling the definition of the copula cdf, is just an integration of the probability mass contained in a rectangular starting at the origin with upper right corner given by . Reverting the rotation, the same rectangular can be found in a different location of the original underlying copula. Therefore, we need to make use of the formula for integration of a general rectangular for a copula, often called -volume [REFERENCE_KEY!]:

Hence, for any given rectangular starting at the origin the location needs to be found after reversion of the rotation. In the following plots this is illustrated through the gray shaded rectangular.

Resolving 90° rotation

Once the coordinates are fixed for the original un-rotated copula, the -volume of the rectangular can be calculated through the standard formula:

The same also holds for rotations of 180 and 270 degrees:

Resolving 90° rotation

Resolving 90° rotation

h- and v-functions

As - and -functions are just partial derivatives of a copula (REFERENCE_KEY), they can easily be derived from the cdf formulas for rotated copulas. Here are the respective formulas as a lookup table:

Proof: 90° rotation

Proof: 180° rotation

Proof: 270° rotation

inverse h- and v-functions

With given - and -functions the following inverses can be derived:

Proof: 90° rotation

Proof: 180° rotation

Proof: 270° rotation