Independent solution

How to solve this Joint Cumulative Distribution Functions question

Setup

Setup

The requested joint CDF includes outcomes with at most two events and aggregate severity at most three. Partition by the event count.

F(2,3)=n=02Pr(X=n,Y3)F(2,3)=\sum_{n=0}^{2}\Pr(X=n,\,Y\le3)

Model

Model

With zero or one event, the aggregate cannot exceed three. With two events, the only disqualifying severity pair is two losses of size two.

Pr(Y3X=0)=Pr(Y3X=1)=1\Pr(Y\le3\mid X=0)=\Pr(Y\le3\mid X=1)=1
Pr(Y3X=2)=1(0.50)2=0.75\Pr(Y\le3\mid X=2)=1-(0.50)^2=0.75

Compute

Compute

Weight the conditional probabilities by the count probabilities.

F(2,3)=0.80+0.12+(0.05)(0.75)F(2,3)=0.80+0.12+(0.05)(0.75)
F(2,3)=0.9575F(2,3)=0.9575

Answer

Answer

The joint cumulative probability is 0.9575.

0.9575(E)\boxed{0.9575\quad\text{(E)}}