Ask Your Question
0

Probability density function - multivariate random variable

asked 2014-01-01 14:11:34 +0200

mresimulator gravatar image

updated 2014-01-01 19:37:04 +0200

Hi experts!

I know that many of you are professional mathematicians. My question is about statcistics and sage:

given two independient random variables X and Y (with a probability density function fX and fY), and the multivariable random variable A defined by: A=h(X,Y),

How can I obtain the explicit equation of probability density function of random varible A?

I only know that the join probability density fuction fXY is fXY=fX*fY (because there are independent).

Like you can see in the article http://en.wikipedia.org/wiki/Probabil... section 'Multiple variables' we can write the pdf of A using Dirac delta function.

Waiting for your answers.

Thans a lot!!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-01-02 08:55:31 +0200

ppurka gravatar image

updated 2014-01-02 21:18:11 +0200

This question should go into math stack exchange. The formula/transformation you are looking for is the one with the Jacobian, not the one with the Dirac Delta function.

For two variables, you can define another function Z = g(X,Y) which along with W = h(X,Y) is bijective and differentiable (as explained in Wikipedia). Then the Jacobian will work and you can later integrate over Z to get W.

In terms of computing it, I am not aware of anything which can easily compute these distributions/densities. You are probably better off deriving it mathematically. Alternatively, look into whether R can do this.

edit flag offensive delete link more

Comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2014-01-01 14:11:34 +0200

Seen: 597 times

Last updated: Jan 02 '14