ERM Chapter 18 Flashcards
What is the marginal distribution?
The individual distribution of each of the risk factors in isolation.
What is the difference between joint distributions and copulas?
The joint distribution expresses the dependence of interrelated factors on one another implicitly, whilst copious allows for this dependence explicitly.
What is a copula?
Expresses a multivariate cumulative distribution function in terms of the individual marginal cumulative functions.
P(X < x, Y < y) = Fx,y(x, y) = Cx,y[Fx(x), Fy(y)]
The key benefit of copulas is the deconstruction of a joint distribution of a set of variables into components that allows each component to be adjusted independently of the others.
What are the basic properties of copulas?
- Increasing the range of values for the individual variables must increase the joint probability of observing a combination within that range:
C(u1, u2, …, uN) is an increasing function of each input variable.
- If we integrate out all other variables (by setting their CDF’s to the maximum value of 1 so as to include all possible values), we should just have the marginal distribution of variable i.
C(1, 1, u3, …, 1) = u3
- A valid probability is produced by the copulas function for any valid combination of the parameters:
(Insert photo of formula here)
What is Sklar’s theorem?
- let F be a joint distribution function with marginal cumulative distribution functions F1, …, FN then Sklar’s theorem states that there exists a copula, C, such that for all x1, …, xN E (-infinity, infinity)
F(x1, …, xN) = C(F1(x1), …, FN(xN)) - if the marginal cumulative distribution functions are continuous, then C is unique.
- conversely, if C is a copula and F1, …, FN are univariate cumulative distribution functions, then the function F defined above is a joint cumulative distribution function with marginal distribution functions F1, …, FN.
Outline the formula for discrete copulas.
Method 1:
1/(1+T) <= F(x,y) <= T/(1+T)
Method 2:
1/2T <= F(x,y) <= (T-1/2)/T
What is the survival copula?
F^(x,y) = P[X > x, Y > y] = C^[F^x(X), F^y(Y)],
where F^x(X) = 1 - Fx(X), F^y(Y) = 1 - Fy(Y)
C^(1-u, 1-v) = 1 - u - v - C(u, v)
The survival copula expresses the joint probability in terms of marginal survival probabilities
What is the difference between concordance or association and dependence?
Concordance or association does not imply that one directly influences the other. For example, both might be dependent upon a third variable.
What are the axioms for a good measure of concordance?
- completeness of domain: Mx,y defined for all values of x and y, with x and y being continuous
- symmetry: Mx,y = My,x
- coherence: if C(Fx(x), Fy(y)) >= C(Fw(w), Fz(z)), then Mx,y >= Mw,z
- unit range: -1 <= Mx,y <= 1
- interdependence: if X and Y are independent then Mx,y = 0
- covergence
Name the three main types of copulas.
- fundamental copulas
- explicit copulas
- implicit copulas
What are the three types of fundamental copulas?
- independence copula - no upper or lower tail dependence as variables are independent, thus dependence = 0.
- co-monotonicity copula - represents perfect positive dependence between the variables, thus dependence = 1.
- counter-monotonicity copula - represents perfect negative dependence between the two variables, so any tail dependence between the variables will only manifest itself when the variables are at opposite ends i.e. one is high and one is low. There will be no special relationship when both are low or both are high.
What are the Frechet-Hoffding bounds?
In the bivariate case the co-montonicity and counter-monotonicity copulas represent the extremes of the possible levels of association between variables. They are the upper and lower boundaries for all copulas - known as the Frechet-Hoffding bounds.
Outline the characteristics of generator functions.
- w: [0, 1] -> [0, infinity)
- valid generator functions are continuous and strictly decreasing functions
- the pseudo-inverse of w with the domain [0, infinity] is defined to be:
w-1(x) = w-1(x), 0
Outline Archimedean copulas.
- Four types of copulas, being: > Gumbel copula > Frank copula > Clayton copula > Generalised Clayton copula
- c(u1, …, uN) = w-1[sum(w(ui))]
- to find the copula function, set the generator function equal to k and solve for u, where u will equal the pseudo-inverse of w
A: - relatively simple to use. In particular, they are closed-form probability distributions and avoid the need for integration.
D: - small number of parameters involved (<3) means their application to heterogeneous groups of variables is limited.
Outline the Gumbel copula.
- generator function:
(-ln(u))^a, 1<=a