Exercise
Let [math]X[/math] and [math]Y[/math] be the two independent losses observed. Each loss is given to follow an exponential distribution with a mean of 1. For an exponential distribution with mean [math]\theta[/math]:
- The probability density function (PDF) is [math]f(x) = \frac{1}{\theta}e^{-x/\theta}[/math] for [math]x \gt 0[/math].
- The survival function, [math]P(X \gt x)[/math], is [math]e^{-x/\theta}[/math].
Since the mean is given as 1, we have [math]\theta = 1[/math]. Therefore, the survival functions for the individual losses [math]X[/math] and [math]Y[/math] are:
Let [math]Z[/math] represent the smaller of the two losses, so [math]Z = \min(X, Y)[/math]. To calculate the expected value of [math]Z[/math], we first need to identify its distribution. We can do this by finding its survival function [math]P(Z \gt z)[/math]. The event that the minimum of [math]X[/math] and [math]Y[/math] is greater than [math]z[/math] implies that both [math]X[/math] and [math]Y[/math] must be greater than [math]z[/math].
The survival function of [math]Z[/math] is [math]P(Z \gt z) = e^{-2z}[/math]. This functional form is characteristic of an exponential distribution's survival function, which is generally expressed as [math]e^{-z/\theta_Z}[/math], where [math]\theta_Z[/math] is the mean of that exponential distribution. By comparing [math]e^{-2z}[/math] with [math]e^{-z/\theta_Z}[/math], we can equate the exponents:
For any exponential distribution, its expected value is equal to its mean parameter. Since [math]Z[/math] follows an exponential distribution with a mean of [math]\frac{1}{2}[/math]:
- The minimum of independent exponential random variables is also an exponential random variable.
- If [math]X_1, X_2, \dots, X_n[/math] are independent exponential random variables with respective rate parameters [math]\lambda_1, \lambda_2, \dots, \lambda_n[/math], then [math]\min(X_1, X_2, \dots, X_n)[/math] is an exponential random variable with a combined rate parameter of [math]\sum_{i=1}^n \lambda_i[/math].
- For an exponential distribution, the mean [math]\theta[/math] and the rate parameter [math]\lambda[/math] are reciprocals: [math]\lambda = 1/\theta[/math]. In this problem, [math]X[/math] and [math]Y[/math] each have a mean of 1, implying a rate parameter of [math]\lambda_X = \lambda_Y = 1[/math]. Thus, [math]\min(X,Y)[/math] is exponential with a rate of [math]1+1=2[/math], leading to a mean of [math]1/2[/math].
- The expected value of an exponential distribution is simply its mean parameter.
Solution: B
Let X and Y be the two independent losses and Z = min(X,Y). Then,
which can be recognized as an exponential distribution with mean 1/2.