Let $z = xy$ be a product of two uniform random variables, with $x$ having the range $[a, b)$ and $y$ the range $[c, d)$.
What is the probability density function of $z$, and how is it calculated?
Let $z = xy$ be a product of two uniform random variables, with $x$ having the range $[a, b)$ and $y$ the range $[c, d)$.
What is the probability density function of $z$, and how is it calculated?
On
The general formula for the pdf of the product $Z=XY$ of two random variables $X$ and $Y$ is given by
$$p_{Z}(z)= \int_{-\infty}^{\infty}\frac{1}{|x|}p_{XY}\left (x,\frac{z}{x}\right )\;dx$$
where $p_{XY}(x,y)$ is the joint distribution of the two random variables. If they are independent you can use $p_{XY}(x,y)=p_X(x)p_Y(y)$.
There are different solutions depending on whether $a > 0$ or $a < 0$, $c > 0$ or $c < 0$ etc. If you can tie it down a bit more, I'd be happy to compute a special case for you.
In the case of: $a > 0$ and $c > 0$, there are three special sub-cases:
Case 1: $a d > b c$
Case 2: $a d < b c$
Case 3: $a d = b c$
Here is the output for Case 1 using the mathStatica/Mathematica combo ...
Case 1: $a > 0$, $c > 0$, $a d > b c$
Given $X \sim \text{Uniform}(a,b)$ with pdf $f(x)$, and $Y \sim \text{Uniform}(c,d)$ with pdf $g(y)$ and parameters $a>0$ and $c>0$, we have:
Find pdf of the product $Z = X * Y$, say $h(z)$:
with domain of support (just define it on the real line):
Here is a plot of the pdf for Case 1:
update ...
Case 3: $a > 0$, $c > 0$, $a d == b c$
Case 3 is really just a special case of case 1 ...
Given $X \sim \text{Uniform}(a,b)$ with pdf $f(x)$, and $Y \sim \text{Uniform}(c,d)$ with pdf $g(y)$, and parameters $a>0$ and $c>0$, we have:
Find pdf of the product $Z = X * Y$, say $h(z)$:
with domain of support (just define it on the real line):
Here is a plot of the pdf for Case 3, for your set-up, with $a = c$, and $b = d$:
... and you are all done :) I might update the mathStatica code to automatically output all the special cases ... for the next version :)