VoseCopulaBiClayton

MR-dice-icon.png Download a pdf copy of this help file  here

See also: Copulas in ModelRisk, Bivariate Copula window, Vose Multivariate Copula, Archimedean copulas - Clayton Frank and Gumbel

{=VoseCopulaBiClayton(Alpha, direction)}image1115.gif

 

 

1Excel_icon.gif Example model

MR_window_Bivariate_Copula_1.jpg
The bivariate copula window

Array function that returns random variables from a bivariate Clayton copula.

The output is an array of two cells, with randomly generated copula values between [0,1]. Link the U-parameter of distribution functions to these to generate values of these distributions correlated by this copula.

image253.gif

The optional direction parameter changes the direction of the copula. This can take values 1,2,3,4, orienting the generated densities as illustrated below (when omitted the direction is 1):

MR_copula_directions.jpg

For the multivariate version of this copula see VoseCopulaMultiClayton.

Example: correlating variables with a bivariate copula

So for example, to generate a normal(0,1) and a beta(2,1) value correlated by a Clayton(3) copula, you would do the following:

VoseFunctions for this copula

VoseCopulaBiClayton generates values from this copula.

VoseCopulaBiClaytonFit fits this copula to data.

VoseCopulaBiClaytonFitP returns the parameter(s) of this copula fitted to data.

VoseCopulaBiClaytonObject creates a copula object for this copula (use VoseCopulaSimulate to simulate from it).

VoseCopulaBiClaytonFitObject creates a copula object for this copula fitted to data (use VoseCopulaSimulate to simulate from it).