There are two types of claims that are made to an insurance company. Let $N_i(t)$ denote the number of type $i$ claims made by time $t$, and suppose that $\{N_1(t), t \ge 0\}$ and $\{N_2(t), t \ge 0\}$ are independent Poisson processes with rates $λ_1 = 10$ and $λ_2 = 1$.
The amounts of successive type 1 claims are independent exponential random variables with mean 1000 dollars whereas the amounts from type 2 claims are independent exponential random variables with mean 5000 dollars. A claim for 4000 dollars has just been received; what is the probability it is a type 1 claim?
Here's my approach to the problem:
\begin{align} & P(\text{claim} = \text{type 1}\mid 4000) \\[10pt] = {} & \frac{P(4000\mid \text{claim} = \text{type 1})(\text{claim} = \text{type 1})}{P(4000\mid \text{claim} = \text{type 1})P(\text{claim} = \text{type 1}) + P(4000\mid\text{claim} = \text{type 2})P(\text{claim} = \text{type 2})} \end{align}
by Bayes' formula.
My question is, how do I calculate $P(4000\mid \text{claim} = \text{type 1})$ and $P(4000\mid \text{claim} = \text{type 2})$? The dollar value of claims is exponentially distributed, and since the distribution is continuous I can't fix a value to the pdf, I need a range. Any tips on how to calculate these two values?
Since the claim size has a continuous distribution, the probability that it is a particular amount is $0.$ One uses a probability density instead of a probability in such cases.
\begin{align} \Pr(\text{type 1}) & = \frac{10}{11} \\[10pt] \Pr(\text{type 2}) & = \frac 1 {11} \\[10pt] L(\text{type 1}) & = \frac 1 {1000} e^{-4000/1000} \\[10pt] L(\text{type 2}) & = \frac 1 {5000} e^{-4000/5000} \end{align} $L$ is the likelihood function.
$$ \Pr(\text{type 1}\mid 4000) = \frac{\Pr(\text{type 1})\cdot L(\text{type 1})}{\Pr(\text{type 1})\cdot L(\text{type 1}) + \Pr(\text{type 2})\cdot L(\text{type 2})}. $$