Exercise
The number of hurricanes that will hit a certain house in the next ten years is Poisson distributed with mean 4. Each hurricane results in a loss that is exponentially distributed with mean 1000. Losses are mutually independent and independent of the number of hurricanes.
Calculate the variance of the total loss due to hurricanes hitting this house in the next ten years.
- 4,000,000
- 4,004,000
- 8,000,000
- 16,000,000
- 20,000,000
Let's define the random variables involved and their given properties.
- Number of Hurricanes ([math]N[/math]):**
The number of hurricanes in the next ten years is given as Poisson distributed.
- Mean: [math]\operatorname{E}[N] = 4[/math]
- Variance: [math]\operatorname{Var}[N] = 4[/math] (For a Poisson distribution, the mean is equal to the variance.)
- Loss per Hurricane ([math]X_i[/math]):**
The loss due to the [math]i^{th}[/math] hurricane is exponentially distributed.
- Mean: [math]\operatorname{E}[X_i] = 1,000[/math]
- Variance: [math]\operatorname{Var}[X_i] = (\operatorname{E}[X_i])^2 = 1,000^2 = 1,000,000[/math] (For an exponential distribution with mean [math]\theta[/math], the variance is [math]\theta^2[/math].)
Important: Losses are mutually independent and independent of the number of hurricanes.
Let [math]X[/math] represent the total loss due to hurricanes in the next ten years. This total loss is a sum of the individual hurricane losses, where the number of losses itself is a random variable:
We need to first find the conditional expectation and conditional variance of the total loss [math]X[/math], given a fixed number of hurricanes [math]N[/math].
- Conditional Expectation of Total Loss ([math]\operatorname{E}(X | N)[/math]):**
If there are exactly [math]N[/math] hurricanes, the expected total loss is the sum of the expected losses from each of those [math]N[/math] hurricanes. Since each [math]\operatorname{E}[X_i] = 1,000[/math]:
- Conditional Variance of Total Loss ([math]\operatorname{Var}(X | N)[/math]):**
If there are exactly [math]N[/math] hurricanes, the variance of the total loss is the sum of the variances of individual hurricane losses, because the individual losses [math]X_i[/math] are mutually independent. Since each [math]\operatorname{Var}[X_i] = 1,000,000[/math]:
Now, we substitute the expressions for [math]\operatorname{E}(X | N)[/math] and [math]\operatorname{Var}(X | N)[/math] into the Law of Total Variance formula:
- The problem involves a compound distribution where the number of events (hurricanes) and the severity of each event (loss) are random variables.
- The Law of Total Variance (conditional variance formula) is essential for calculating the variance of a compound sum: [math]\operatorname{Var}(X) = \operatorname{E}[\operatorname{Var}(X | N)] + \operatorname{Var}[\operatorname{E}(X | N)][/math].
- For a Poisson distribution, the mean equals the variance ([math]\operatorname{E}[N] = \operatorname{Var}[N] = \lambda[/math]).
- For an exponential distribution with mean [math]\theta[/math], the variance is [math]\theta^2[/math].
- When individual losses are independent, [math]\operatorname{E}(\sum X_i | N) = N \cdot \operatorname{E}(X_1)[/math] and [math]\operatorname{Var}(\sum X_i | N) = N \cdot \operatorname{Var}(X_1)[/math].
- Properties of expectation and variance are crucial for simplifying terms: [math]\operatorname{E}[cY] = c\operatorname{E}[Y][/math] and [math]\operatorname{Var}[cY] = c^2\operatorname{Var}[Y][/math].
Solution: C
Let [math]N[/math] denote the number of hurricanes, which is Poisson distributed with mean and variance 4.
Let [math]X_i[/math] denote the loss due to the [math]i^{th}[/math] hurricane, which is exponentially distributed with mean 1,000 and therefore variance 1,0002 = 1,000,000.
Let [math]X[/math] denote the total loss due to the [math]N[/math] hurricanes.
This problem can be solved using the conditional variance formula. Note that independence is used to write the variance of a sum as the sum of the variances.