Two balls are selected at random without replacement from a box that contains 3 blue, 2 red, and 3 green balls. If $X$ is the number of blue balls selected and $Y$ is the number of red balls selected.
Then the value of…
I have two variables and a single output for example:
$$x_1=\{0.2,0.4,0.6\} , x_2=\{0.2,0.6,1.9\} , y=\{10, 18, 30\}$$
I want to find an equation to obtain y from both $x_1$ and $x_2$: $y=f(x_1,x_2)$
What kind of equation is suitable for this…
Here X and Y follow bivariate normal distribution and Q is a new variable including X and Y. Prove that the new variable Q follows chi square distribution with 2 degree of freedom.
I'm given a
$$f_{X,Y}(x,y) =
\begin{cases}
cx, & \text{x > 0, y > 0, 1}\ \leq \ x+y \ \leq 2, \\
0, & \text{elsewhere.}
\end{cases}$$
and trying to find a the constant $c$.
I've set the x range to
$$0 < x < 2$$
and y range to
$$1-x < y <…
Please tap image twice to read.
Could someone prove why X and $Z+\Theta$ follow the same distribution with equations?
The text is taken from Ross A first course in probability
I have $X$ and $Y$ which are independent random variables following the normal distribution.
How should I prove that a random variable ($Y-2X$, $X+3Y$) has bivariate normal distribution?
And how should I find the values of parameters for it?
Thanks…