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

  • Context: Graduate 
  • Thread starter Thread starter Nubyra
  • Start date Start date
  • Tags Tags
    Distribution Uniform
Click For Summary
SUMMARY

The discussion focuses on finding the distribution of the expression xy/z, where x, y, and z are independent variables uniformly distributed between 0 and 1. A Monte Carlo simulation is recommended as an effective method to approximate this distribution, with R being the suggested tool due to its accessibility and robust documentation. The conversation also references the potential for analytic solutions using distribution functions and highlights the relevance of the Central Limit Theorem in restating distributions in terms of Gaussian distributions.

PREREQUISITES
  • Understanding of Monte Carlo simulation techniques
  • Familiarity with R programming language
  • Knowledge of uniform distribution properties
  • Basic concepts of the Central Limit Theorem
NEXT STEPS
  • Learn how to implement Monte Carlo simulations in R
  • Explore inverse transform sampling methods
  • Study the properties of the Gaussian distribution in relation to sampling
  • Investigate the Uniform Product Distribution and its applications
USEFUL FOR

Statisticians, data scientists, and anyone interested in probabilistic modeling and simulation techniques for analyzing distributions of random variables.

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 product[itex]f_1(x)f_2(y)f_3^{-1}( z)[/itex] 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:

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 43 ·
2
Replies
43
Views
6K