Trying to generate a bivariate distribution from a univariate distribution

In summary, if you want a bivariate PDF then you will need to find a way to make your random variables independent and also have them follow a symmetric distribution.
  • #1
csprh
6
1
Hi all

I have a univariate distribution of the form

[itex]\frac{xγ}{((x^2+γ^2)^{1.5})}[/itex]

where both parameters are real and non-negative.

How do I go about finding the bivariate form, where x and y (the new bivariate variables) are still both real and positive?

To explain further what I mean, the univariate cauchy distribution can be similarily is defined as

[itex]\frac{(γ/∏)}{(x^2+γ^2)}[/itex]

where x and y (in this case) are real numbers which can be positive and negative.

it's bivariate distribution can be defined as

[itex]\frac{(γ/(2∏))}{(x^2+y^2+γ^2)^{1.5}}[/itex]

How was this calculation done? One guess I had was to transform the first equation above into the Fourier domain and therefore obtain it's characteristic function. Transform this somehow in the CF domain and invert. Hmmmm. I seem to be a long way off this at the moment.

Any help would be gratefully received. I have spent at least three weeks mucking around with Matlab, Maple and Mathematica, but not to too much avail.

Thanks in advance

Paul
 
Physics news on Phys.org
  • #2
OK, there goes my 2 cents on this... as far as I remember that's up on how you define your multivariate distribution, let's imaging [itex](X_1...X_n)[/itex] follows a multivariate Normal distribution or the Cauchy distribution, then every linear combination of its components is also a Normal or a Cauchy distribution.

But the Normal and the Cauchy are both symmetric distributions and yours is not, so there's no way you can get a bivariate distribution where the linear combination of its components will behave as your distribution.

Now, if you forget about that condition and X,Y are independent you only need to multiply their PDF. [itex]f(x,y)=f(x) f(y)[/itex] and if they are not then [itex]f(x,y)=f(x|y) f(y|x)[/itex]

I hope this helps.
 
  • #3
Hey csprh and welcome to the forums.

If you have a form of a PDF which needs to be normalized to make it a 'true' PDF, then the best way to handle this is to first decide a domain for your PDF (i.e. x is between blah and blah and y is between blah and blah) and then calculate the volume under this function using a double integral, which will give you a number. Also before you do this, make sure your PDF is > 0 at all points in your domain.

When you have done this you will get integral = V which is the volume under the surface. To make this a PDF simply multiply your PDF by 1/V and this will create a proper PDF that you can use for doing distribution calculations.

If you are trying however to treat your random variables as 'particular' distributions and want to find the corresponding distribution of something in relation to this, then you will need to use a transformation theorem to find your PDF in terms of these other variables. So for example let's say you have X and Y which are distributions and want to find the distribution of f(X,Y): you need to use the properties of these (as well as independence properties and conditional properties if they exist) to get your final PDF.
 

1. How can you generate a bivariate distribution from a univariate distribution?

One way to generate a bivariate distribution from a univariate distribution is by using the Copula method. This involves fitting a copula function to the univariate distribution and then using it to generate a bivariate distribution by combining two independent random variables.

2. What is a Copula function?

A Copula function is a mathematical function that describes the dependence structure between two or more random variables. It is used in the Copula method to generate a bivariate distribution from a univariate distribution.

3. Can any univariate distribution be used to generate a bivariate distribution?

No, not all univariate distributions can be used to generate a bivariate distribution. The univariate distribution must have a Copula function that can be fitted to it in order to use the Copula method.

4. Are there any other methods for generating a bivariate distribution from a univariate distribution?

Yes, there are other methods such as the transformation method and the mixture model method. However, the Copula method is often preferred as it allows for more flexibility in modeling the dependence between the variables.

5. How can I assess the goodness of fit for a bivariate distribution generated from a univariate distribution?

There are several methods for assessing the goodness of fit for a bivariate distribution. These include visual inspection of the scatter plot, statistical tests such as the Kolmogorov-Smirnov test, and measures of correlation such as the Pearson correlation coefficient.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
961
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
923
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
864
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
932
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
2K
Back
Top