Independent solution

How to solve this Uniform Distribution question

Setup

Setup

Let L denote the loss and write the limited payment as the smaller of L and the payment ceiling.

Y=min(L,4),LUniform(0,5)Y=\min(L,4),\qquad L\sim\operatorname{Uniform}(0,5)

Model

Model

Below the ceiling, the event that the payment is at most x is exactly the event that the loss is at most x.

Pr(Yx)=Pr(Lx)=x5,0x<4\Pr(Y\le x)=\Pr(L\le x)=\frac{x}{5},\qquad 0\le x<4

Compute

Compute

No payment is negative, and all payments are at most four. The upper tail of the original loss becomes an atom at the ceiling.

FY(x)={0,x<0,x/5,0x<4,1,x4,F_Y(x)=\begin{cases}0,&x<0,\\ x/5,&0\le x<4,\\1,&x\ge4,\end{cases}
Pr(Y=4)=1FL(4)=15\Pr(Y=4)=1-F_L(4)=\frac15

Answer

Answer

The CDF has slope one fifth below the ceiling and a jump to one at four.

FY(x)=0, x/5, 1 on the three regions(A)\boxed{F_Y(x)=0,\ x/5,\ 1\ \text{on the three regions}\quad\text{(A)}}