2

Let a correlation matrix $\Sigma$ be given. I would like to sample from the n-dimensional multivariate beta distribution where each marginal distribution is known and the variables are correlated as prescribed by $\Sigma$. Is there a way to do this, preferably one that is not very expensive computationally?

There is a lot of info on how to solve similar problems for the normal distribution (see link to Wikipedia with a well-known procedure, or this question or this question) and there are some questions on how to do this for the special case of $n=2$ (for example this). But I cannot find information on this specific question here, neither on Google or SE.

Sid
  • 341
  • 2
  • 10
  • There isn't a single multivariate beta, but any number of ways to make multivariate distributions with beta margins. Are you talking about a Dirichlet distribution or something else? – Glen_b Jun 25 '17 at 01:41
  • @Glen_b Maybe I'm misunderstanding the terminology here, but by the n-dimensional multivariate beta distribution, I just mean a vector $x$ of length $n$ in which each element is a random variable that follows the beta distribution. Is that inaccurate? – Sid Jun 25 '17 at 16:19
  • 1
    There's an infinity of distributions with Beta margins. Are you indifferent to what the joint distribution is as long as it has beta margins and you can get approximately the desired correlations? – Glen_b Jun 25 '17 at 16:46
  • 2
    Magnussen (2004) does this using a ratio of Gamma distributions. Magnussen, Steen. 2004. An algorithm for generating positively correlated Beta-distributed random variables with known marginal distributions and a specified correlation, *Computational Statistics & Data Analysis*, **46**, 397–406. – SecretAgentMan Sep 25 '18 at 23:56

0 Answers0