find a CDF for a liner transformation for indipendent random variable

16 Views Asked by At

given that $X_1 \sim U[-2,1]. X_2=0.5e^{-|t|}, -\infty<t<\infty$. find $F_Y$ if:

$$ Y = \begin{cases} X_2, & \text{$X_1<-1$} \\ X_1, & \text{$-1 \le X_1<0$} \\ 3, & \text{$0 \le X_1$} \\ \end{cases}$$

I have problem solving for $-1\le X_1<0$

1

There are 1 best solutions below

2
On BEST ANSWER

Hint

Recall that $F_Y(y) = \mathbb{P}[Y \leq y]$. So according to your definition, you want to find $\mathbb{P}[Y \leq y]$ for $y \in [-1,0]$. How do you do that?

EDIT

In response to the comment below. Note that if $y \in [-1,0]$, $$ F_Y(y) = \int_{-\infty}^y f_Y(z) dz = \int_{-\infty}^{-1} f_Y(z) dz + \int_{-1}^{y} f_Y(z) dz = F_{X_2}(-1) + \left( F_{X_1}(y) - F_{X_1}(-1) \right). $$