- #1
cwrn
- 15
- 0
Homework Statement
Two independent series of experiments are performed. The probability of a positive result (independent of each other) in the respective series are given by p and q. Let X and Y be be the amount of experiments before the first negative result occur in the respective series.
1) Determine the probability functions for X and Y.
2) Let Z = min(X,Y), determine the distribution of Z by calculating the probability function. Give an interpretation of the answer. Why does Z have the distribution that was found?
3) Let Z ~ N(0,1) and let Y = Z2. Calculate the probability density function for Y.
4) Let X ~ N(μ, σ2) and let Y = X2. Calculate the probability density function for Y.
Homework Equations
Normal distribution:
$$
\begin{align}
f_X(x) = \frac{1}{\sigma\sqrt{2\pi}}e^{-\frac{(x-\mu)^2}{2\sigma^2}}
\end{align}
$$
The Attempt at a Solution
Since this is a problem from a previous exam in this course, I don't have an answer sheet, but on some parts I just need to know if I've done correctly or not.
1) Let X and Y be the random variables (discrete in this case). Since the experiments in a series are independent of each other the probability function should look like this:
$$
\begin{align}
p_X(x) = p^x = Pr(X\ taking\ on\ value\ x) \\
p_Y(y) = q^y = Pr(Y\ taking\ on\ value\ y)
\end{align}
$$
(for x and y > 0)
The book I'm using is quite vague with the notation of probability functions, is the correct way to write it?
2) Does Z = min(X,Y) refer to an event where both experiments yields a negative result from the first attempt?
If that's the case the probability must be (1-p)(1-q)?
3) Z ~ N(0,1) means [itex]\mu = 0, \ \sigma = 1[/itex], which yields the probability density function
$$
\begin{align}
f_Z(z) = \varphi(z) = \frac{1}{\sqrt{2\pi}}e^{-\frac{z^2}{2}}
\end{align}
$$
Since Y = Z2, it must mean that y = z2. So the solution is given simply by substituting z?
4) I assume this is almost like 3), but with different values?
Last edited: