Mid-Term Exam Model Answers: MATH 313
Mid-Term Exam Model Answers: MATH 313
The CDF of the sample minimum, X1:n, is F1:n(x) = P(min{X1, X2, ..., Xn} ≤ x). This is equivalent to 1 minus the probability that all sample values exceed x, expressed as 1 - P(X1 > x, X2 > x, ..., Xn > x). Assuming independence, this becomes 1 - (1 - F(x))^n, illustrating that the probability of the minimum being less than or equal to x complements the joint probability of all individual observations being greater than x .
The formula P(X2:3 ≥ m) = 1 - F2:3(m) is used to find the probability that the sample median is greater than or equal to the population median, leveraging the symmetry and properties of the order statistics. It simplifies the solution because, for the Pareto distribution, knowing F(m) = 0.5 allows easy computation of F2:3(m) due to the cumulative distribution's symmetry around m. It ensures the probability of the median equals its complement in CDF, leading to a simplified and direct calculation .
To calculate the variance of the sample median, we first find E[U4:7], the mean of the median, by setting r = 1, i = 4, and n = 7, resulting in E[U4:7] = 1/2. Next, we determine E[U^2_4:7] for the variance calculation by setting r = 2, which gives E[U^2_4:7] = 5/18. The variance of U4:7 is computed as Var(U4:7) = E[U^2_4:7] - (E[U4:7])^2 = 5/18 - (1/2)^2 = 1/36 .
The cumulative distribution function of the sample median X2:3 from a sample of size 3 from a Pareto distribution is calculated as F2:3(x) = ∑ (3 choose i) [F(x)]^i [1-F(x)]^(3-i) for i = 2, 3. This simplifies using binomial expansion properties and the Pareto's CDF form to give F2:3(x) = 1 + 2x^-9 - 3x^-6 for x ≥ 1 .
The independence of order statistics allows us to compute cumulative distribution functions (CDF) as products of individual CDFs or survival functions. For instance, the CDF of the sample maximum or minimum can be derived using the probabilities of all individual statistics being less than or greater than a certain value, respectively. This independence ensures that the joint probability factors into independent single probabilities, simplifying the computation .
For a sample of size 3 from a Pareto distribution with ν = 3, the probability density function (pdf) of the sample minimum, X1:3, is given by f1:3(x) = 3[1-F(x)]^2f(x), simplifying to 9x^-10 for x > 1. This shows that X1:3 follows a Pareto distribution with parameter ν = 9 .
The CDF of the maximum order statistic, denoted by Fn:n(x), can be derived using the independence and identically distributed properties of the sample. It is expressed as Fn:n(x) = P(max{X1, X2, ..., Xn} ≤ x) = P(X1 ≤ x, X2 ≤ x, ..., Xn ≤ x), which simplifies to the product of individual probabilities due to independence, yielding Fn:n(x) = [F(x)]^n where F(x) is the CDF of the population .
To find the probability that the first order statistic U1:5 from a sample of size 5 exceeds 0.25, we use the complement rule: P(U1:5 > 0.25) = 1 - P(U1:5 ≤ 0.25). Given that F(u) = u for a standard uniform distribution, P(U1:5 ≤ 0.25) = F1:5(0.25) = 0.25^5 = 0.0009765625. Therefore, P(U1:5 > 0.25) = 1 - 0.0009765625 = 0.9990234375 .
The r-th moment of the i-th order statistic from a standard uniform distribution U(0,1) is given as E[U^r_i:n] = n!(i + r - 1)! / [(n + r)!(i - 1)!]. This moment expectation is calculated by considering the combinatorial placements of order statistics within the uniform distribution range .
The probability P(X2:3 ≥ m) that the sample median X2:3 from a sample of size 3 from a Pareto distribution is at least the population median m is determined as 1 - F2:3(m). Given that the population median satisfies F(m) = 0.5, the probability simplifies to P(X2:3 ≥ m) = 1 - (1/2)^3 * ∑ (3 choose i) = 1/2 by symmetry in the median position. Another method involves substituting the population median m, calculated as the cube root of 2, into the CDF equation for X2:3 to show P(X2:3 ≥ m) equals 1/2 .