Distribution of xy/z. X,y,z ind uniform 0 to 1

Nubyra
Messages
1
Reaction score
0
Hi,

Can someone please help me solve the following:

Find the distribution of xy/z where x, y, z is independent and uniformly distributed from 0 to 1


Thanks for the help
 
Physics news on Phys.org
Nubyra said:
Hi,

Can someone please help me solve the following:

Find the distribution of xy/z where x, y, z is independent and uniformly distributed from 0 to 1


Thanks for the help

Hey Nubyra and welcome to the forums.

Although I can't give you an analytic answer off the top of my head, one suggestion I do want to make is to use monte-carlo simulation to get a good idea of what the distribution should look like.

Most statistical problems will be able to simulate uniform by default so you should have no problems with this. I would recommend you use R since it is free, well documented, and is easy to use for this task.

http://www.r-project.org
 
If you know the distribution functions you might be able to obtain the productf_1(x)f_2(y)f_3^{-1}( z) analytically.

http://en.wikipedia.org/wiki/Inverse_transform_sampling

http://mathworld.wolfram.com/UniformProductDistribution.html

http://mathworld.wolfram.com/InverseGaussianDistribution.html

http://mathworld.wolfram.com/NormalProductDistribution.html

EDIT: Most distributions can be restated in terms the Gaussian based on the sampling distribution and the Central Limit Theorem.
 
Last edited:
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Back
Top