Statistical Inference Assignment 1
Statistical Inference Assignment 1
For independent uniform random variables X1, X2, X3 on (0, 1), the median is the second order statistic X(2). The expected value of the median is 1/2 and the variance is calculated as: Var(X(2)) = 1 / (18(n+2)) where n is the sample size. Here, n = 3; thus, Var(X(2)) = 1/40.5 = 0.08333 .
The random variables Y1 and Y2 characterize the insurer's property and liability losses, respectively, and follow lognormal distributions. The probability that min(Y1, Y2) > e^16 is P(Y1 > e^16 and Y2 > e^16). This scenario translates to solving for P(X1 > 16 and X2 > 16). Given X1 ~ N(16, 1.5^2) and X2 ~ N(15, 2^2), we assess these with the cumulative distribution function. For X1 > 16, the probability is 0.5 due to symmetry. For X2 > 16, it is approximately 0.3085. Thus, the joint probability is 0.5 * 0.3085 = 0.15425 .
Each component's lifetime is modeled by an exponential distribution with parameter λ = 1/5. The probability that a part lasts more than one year is P(T > 1) = e^(-1/5). Therefore, the probability that both parts still work after one year is (e^(-1/5))^2 = e^(-2/5) ≈ 0.67032 .
The expected value of the largest of three independent Uniform(0,5) random variables can be calculated using the order statistics formula. The expected value of the maximum of n independent Uniform(0,b) random variables is given by E(X_{(n)}) = n / (n+1) * b. Here, b=5 and n=3, so E(X_{(3)}) = 3/4 * 5 = 3.75 thousand .
The system fails when the first component fails. The lifetime of each component is given by the density function f(x) = 3/x^4 for x > 1. The expected lifetime of one component can be calculated as E(X) = ∫ (3x/x^4) dx for x > 1, which turns out to be 3/2. Since the system fails on the first component failure time, the expected system failure time equals the expected time until the first failure, which is 3/2 years .
To find this probability, consider the event that the maximum of three independent Uniform(0,10) random variables is less than 7. Since the maximum is less than 7 implies all individual claims are less than 7, calculate: (P(X < 7))^3 = (7/10)^3 = 0.343 .