Questions tagged [copula]

A copula is a multivariate distribution with uniform marginal distributions. Copulas are mostly used to represent or to model the structure of dependence between random variables, separately from the marginal distributions.

A copula is a multivariate distribution with uniform marginal distributions. Copulas are mostly used to represent or to model the structure of dependence between random variables, separately from the marginal distributions.

Let $F(y_1,...y_n)$ be the multivariate CDF of a random vector $Y$. We say the function $C(u_1,...,u_n)$ is the copula for the joint distribution of $Y$, when its marginals, $F(Y_j)$ are uniformly distributed.

The copula determines the distribution of every function of $Y$ that is invariant to univariate monotone transformations of $Y$. This means that the joint distribution of the ranks $r_1,...,r_n$ of an i.i.d. sample $Y_1, ..., Y_n$ from $F$ is entirely determined by $C$ (if the margins are absolutely continuous).

This is based on Sklar's theorem which shows that all multivariate distributions contain a copula, and how joint distributions are formed by coupling together marginal distributions with a copula. If you take a continuous multivariate distribution and apply the Probability Integral Transform to each margin, the resulting multivariate distribution has uniform margins and will be a copula.

Copulas are widely used in many application areas including finance, insurance, actuarial science, biostatistics, hydrology and weather research.

Reference: http://en.wikipedia.org/wiki/Copula_%28probability_theory%29

444 questions
121
votes
4 answers

Is it possible to have a pair of Gaussian random variables for which the joint distribution is not Gaussian?

Somebody asked me this question in a job interview and I replied that their joint distribution is always Gaussian. I thought that I can always write a bivariate Gaussian with their means and variance and covariances. I am wondering if there can be a…
MarkSAlen
  • 2,559
  • 5
  • 24
  • 25
29
votes
5 answers

Introductory reading on Copulas

For some time now, I have been looking for a good introductory reading on Copulas for my seminar. I am finding lots of material that talk about theoretical aspects, which is good, but before I move onto them I am looking to build a good intuitive…
NaN
  • 586
  • 5
  • 15
28
votes
1 answer

How to construct a multivariate Beta distribution?

What is a multidimensional generalization of the Beta distribution, in compliance with the following specification? I am not looking for the Dirichlet distribution. I am looking for a generalization where the distribution is defined on the hypercube…
Angelorf
  • 1,441
  • 1
  • 13
  • 23
21
votes
2 answers

What are some techniques for sampling two correlated random variables?

What are some techniques for sampling two correlated random variables: if their probability distributions are parameterized (e.g., log-normal) if they have non-parametric distributions. The data are two time series for which we can compute…
Pete
  • 587
  • 4
  • 13
21
votes
1 answer

Difference between multivariate standard normal distribution and Gaussian copula

I wonder what the difference between multivariate standard normal distribution and Gaussian copula is since when I look at the density function they seem the same to me. My issue is why the Gaussian copula is introduced or what benefit the Gaussian…
user26979
  • 321
  • 1
  • 3
  • 4
21
votes
1 answer

Attainable correlations for lognormal random variables

Consider the lognormal random variables $X_1$ and $X_2$ with $\log(X_1)\sim \mathcal{N}(0,1)$, and $\log(X_2)\sim \mathcal{N}(0,\sigma^2)$. I'm trying to calculate $\rho_{\max}$ and $\rho_{\min}$ for $\rho (X_1,X_2)$. One step in the given solution…
Pk.yd
  • 233
  • 2
  • 5
19
votes
1 answer

How to simulate from a Gaussian copula?

Suppose that I have two univariate marginal distributions, say $F$ and $G$, which I can simulate from. Now, construct their joint distribution using a Gaussian copula, denoted $C(F,G;\Sigma)$. All the parameters are known. Is there a non-MCMC method…
Tilo
  • 191
  • 1
  • 1
  • 3
16
votes
1 answer

Upper bounds for the copula density?

The Fréchet–Hoeffding upper bound applies to the copula distribution function and it is given by $$C(u_1,...,u_d)\leq \min\{u_1,..,u_d\}.$$ Is there a similar (in the sense that it depends on the marginal densities) upper bound for the copula…
Coppola
  • 161
  • 3
16
votes
2 answers

Correlated Bernoulli trials, multivariate Bernoulli distribution?

I'm simplifying a research question that I have at work. Imagine that I have 5 coins and let's call heads a success. These are VERY biased coins with probability of success p=0.1. Now, if the coins were independent, then getting the probability of…
S. Punky
  • 713
  • 6
  • 14
15
votes
6 answers

Method for generating correlated non-normal data

I'm interested in finding out a method for generating correlated, non-normal data. So ideally some sort of distribution that takes in a covariance (or correlation) matrix as a parameter and generates data that approximates it. But here's the catch:…
15
votes
3 answers

Why don't we see Copula Models as much as Regression Models?

Is there any reason that don't see Copula Models as much as we see Regression Models (e.g. https://en.wikipedia.org/wiki/Vine_copula, https://en.wikipedia.org/wiki/Copula_(probability_theory)) ? I have spent the last few months casually reading…
11
votes
1 answer

Is there a multivariate version of the Weibull distribution?

I hope this one is self-explanatory, but let me know if something is unclear: Is there a multivariate version of the Weibull distribution?
9
votes
2 answers

What is an adaptive copula?

My basic question is: What is an adaptive copula? I have slides from a presentation (unfortunately, I cannot ask the author of the slides) about adaptive copulae and I am not getting, what this means resp. what this is good for? Here are the…
Copuleros
  • 337
  • 1
  • 4
9
votes
1 answer

What is the equivalent for cdfs of MCMC for pdfs?

In conjunction with a Cross Validated question on simulating from a specific copula, that is, a multivariate cdf $C(u_1,\ldots,u_k)$ defined on $[0,1]^k$, I started wondering about the larger picture, namely how, when given such a function, can one…
Xi'an
  • 90,397
  • 9
  • 157
  • 575
9
votes
0 answers

Copulas for generating uniform random variables with correlations

I want to generate uniform random variables which have a correlation structure defined by a graph i.e. a variable is only correlated with its neighbors in the graph and is uncorrelated with the rest conditional on its neighbors. It seems that I…
1
2 3
29 30