Paper I — Q5
(a) Define general linear model with usual assumptions. If y₁ = β₁ + u₁, y₂ = –β₁ + β₂ + u₂, y₃ = –β₂ + u₃, where u₁, u₂, u₃ are…
Define general linear model with usual assumptions. If y₁ = β₁ + u₁, y₂ = –β₁ + β₂ + u₂, y₃ = –β₂ + u₃, where u₁, u₂, u₃ are mutually independent random variables with mean zero and variance σ², then find the least square estimators of β₁ and β₂. 10 marks
Given X ~ N₃(μ, Σ), where μ = (2, 4, 3)' and Σ = ⎛8 2 3⎞ ⎜2 4 1⎟ ⎝3 1 3⎠ find the regression function of X₁ on X₂ and X₃, and (ii) compute the conditional variance of X₁ given X₂ and X₃. 10 marks
What is a uniformity trial ? Explain how it can be used to determine optimum shape and size. 10 marks
In a 2⁶ – factorial experiment, the key block is given as : (1), ab, cd, ef, ace, abef, abcd, bce, cdef, acf, ade, abcdef, bde, bcf, adf, bdf. Identify the confounded effects. 10 marks
If the coefficients of variation of x and y are equal and the correlation coefficient between x and y is ρ = 2/3, compute the efficiency of ratio estimator relative to the mean of a simple random sample. 10 marks
हिंदी में प्रश्न पढ़ें
सामान्य रैखिक निदर्श को प्रचलित कल्पनाओं सहित परिभाषित कीजिए । यदि y₁ = β₁ + u₁, y₂ = –β₁ + β₂ + u₂, y₃ = –β₂ + u₃, जहाँ u₁, u₂, u₃ परस्पर स्वतंत्र यादृच्छिक चर हैं जिनका माध्य शून्य तथा प्रसरण σ² है, तो β₁ और β₂ के न्यूनतम वर्ग आकलकों को ज्ञात कीजिए । (10 अंक)
दिया गया है कि X ~ N₃(μ, Σ), जहाँ μ = (2, 4, 3)' और Σ = ⎛8 2 3⎞ ⎜2 4 1⎟ ⎝3 1 3⎠ X₁ का X₂ और X₃ पर समाश्रयण फलन ज्ञात कीजिए, और (ii) X₂ और X₃ के दिए होने पर X₁ के सप्रतिबंध प्रसरण की गणना कीजिए । (10 अंक)
एकसमानता परीक्षण क्या है ? व्याख्या कीजिए कि इसका उपयोग इष्टतम आकृति और आकार ज्ञात करने के लिए कैसे किया जा सकता है । (10 अंक)
एक 2⁶ – बहु-उपादानी प्रयोग में, मुख्य खंडक इस प्रकार दिया गया है : (1), ab, cd, ef, ace, abef, abcd, bce, cdef, acf, ade, abcdef, bde, bcf, adf, bdf. संकीर्ण प्रभावों की पहचान कीजिए । (10 अंक)
यदि x और y के विचरण गुणांक समान हैं और x और y के बीच सहसंबंध गुणांक ρ = 2/3 है, तो अनुपात आकलक की दक्षता सरल यादृच्छिक प्रतिदर्श के माध्य के सापेक्ष परिकलित कीजिए । (10 अंक)
Model answer
Written by UPSC Answer Check against this question's marking rubric, to the expected length. UPSC does not publish answers for Mains — this is one way to score well, not an official key.
(a) The general linear model is y = Xβ + u, where y is an n × 1 vector, X is a known n × p matrix of rank p, β is a p × 1 vector of unknown parameters, and u is the error vector. The usual assumptions are E(u) = 0, Var(u) = σ² Iₙ, and the components uᵢ are mutually independent; for distributional inference they are often taken to be normal, uᵢ ~ N(0, σ²). Here σ² has square units of y. The least squares estimator minimizes S(β) = (y - Xβ)'(y - Xβ). Differentiating with respect to β and setting the derivative to zero gives the normal equations X'Xβhat = X'y. The condition of validity is that X'X be nonsingular; this holds when X has full column rank. Hence βhat = (X'X)⁻¹X'y.
For the given model, y = (y₁, y₂, y₃)' and X = [ [1, 0], [-1, 1], [0, -1] ]. Then X'X = [ [2, -1], [-1, 2] ], whose determinant is 3, so (X'X)⁻¹ = (1/3)[ [2, 1], [1, 2] ], and X'y = (y₁ - y₂, y₂ - y₃)'. Hence β₁hat = (1/3)[2(y₁ - y₂) + (y₂ - y₃)] = (2y₁ - y₂ - y₃)/3, β₂hat = (1/3)[(y₁ - y₂) + 2(y₂ - y₃)] = (y₁ + y₂ - 2y₃)/3. Substituting these back gives fitted values yhat₁ = β₁hat, yhat₂ = -β₁hat + β₂hat, and yhat₃ = -β₂hat, and the residuals are orthogonal to the columns of X. β₁hat = (2y₁ - y₂ - y₃)/3, β₂hat = (y₁ + y₂ - 2y₃)/3.
(b) For X ~ N₃(μ, Σ) with positive definite covariance matrix, the conditional distribution of X₁ given X₂₃ = (X₂, X₃)' is normal. Partition μ = (μ₁, μ₂₃)' and Σ = [ [Σ₁₁, Σ₁₂₃], [Σ₁₂₃', Σ₂₃] ]. The conditional mean and variance are E(X₁ | X₂₃) = μ₁ + Σ₁₂₃ Σ₂₃⁻¹ (X₂₃ - μ₂₃), Var(X₁ | X₂₃) = Σ₁₁ - Σ₁₂₃ Σ₂₃⁻¹ Σ₁₂₃'. The formula requires Σ₂₃ to be nonsingular. Here μ₁ = 2, μ₂₃ = (4, 3)', Σ₁₁ = 8, Σ₁₂₃ = (2, 3), and Σ₂₃ = [ [4, 1], [1, 3] ]. The determinant of Σ₂₃ is 4 × 3 - 1 × 1 = 11, so Σ₂₃⁻¹ = (1/11)[ [3, -1], [-1, 4] ].
(i) Thus Σ₁₂₃ Σ₂₃⁻¹ = (2, 3)(1/11)[ [3, -1], [-1, 4] ] = (1/11)(2 × 3 + 3 × (-1), 2 × (-1) + 3 × 4) = (3/11, 10/11). Therefore the regression function of X₁ on X₂ and X₃ is E(X₁ | X₂, X₃) = 2 + (3/11)(X₂ - 4) + (10/11)(X₃ - 3) = (3X₂ + 10X₃ - 20)/11. Regression function: E(X₁ | X₂, X₃) = (3X₂ + 10X₃ - 20)/11.
(ii) For the conditional variance, (2, 3)Σ₂₃⁻¹(2, 3)' = (1/11)(2, 3)[ [3, -1], [-1, 4] ](2, 3)' = (1/11)(2, 3)(3, 10)' = (6 + 30)/11 = 36/11. Hence Var(X₁ | X₂, X₃) = 8 - 36/11 = (88 - 36)/11 = 52/11. As a check, this is less than the marginal variance 8, as required for a conditional variance. Conditional variance: 52/11, in square units of X₁.
(c) A uniformity trial is a preliminary field experiment in which a single uniform treatment, or no treatment, is applied to a large number of small plots in the field. The yields of these plots are measured to estimate the natural spatial variability of the field before the main experiment is laid out. It does not estimate treatment effects; it estimates field heterogeneity and is used to choose the shape and size of experimental plots. The trial should be conducted over the same field and under the same conditions as the main experiment, and the unit plots should be small enough to represent the smallest practical plot size.
- The field is first divided into convenient unit plots. Adjacent unit plots are then combined to form candidate plots of different sizes and shapes, for example 1 × 1, 2 × 1, 1 × 2, 2 × 2, and larger rectangles.
- For each candidate shape and size, the variance of the plot yields is computed. If two shapes have the same area, the shape with the smaller variance is preferred, because it gives smaller experimental error for the same land area.
- For a fixed shape, let Vₚ be the variance of a plot made up of p unit plots and V₁ the variance of one unit plot. Fairfield Smith's law is Vₚ = V₁ / pᵇ. The exponent b is estimated from the slope of log Vₚ against log p. b = 1 corresponds to independent unit-plot errors, i.e. no spatial correlation, often interpreted as a homogeneous field, so the variance of a p-unit plot is V₁/p. b = 0 corresponds to maximum spatial heterogeneity, so increasing plot size gives almost no reduction in variance. A larger b therefore indicates less heterogeneity and a greater gain from larger plots.
- The optimum size is chosen by balancing the reduction in Vₚ against the loss of degrees of freedom, the increase in cost, and the reduction in the number of plots when total area is fixed. In practice one chooses the size at which a cost- and degrees-of-freedom-adjusted measure of error variance stops giving a worthwhile reduction. If b is high, larger plots may be justified; if b is low, smaller plots are usually better.
(d) The key block has 16 treatments out of 64 in a 2⁶ factorial, so there are 4 blocks. Hence two independent effects are confounded with blocks, and their product is also confounded, giving three confounded effects. Represent each treatment by a binary vector (a, b, c, d, e, f), where a letter present is 1 and absent is 0. An effect is confounded if its sign is constant in the key block. Take the sign to be + when the number of letters of the effect present in a treatment is even, and - when it is odd. Since (1) is in the key block, a confounded effect with coefficient vector u = (u(a), u(b), u(c), u(d), u(e), u(f)) must satisfy u · x = 0 for every treatment x in the block, with all equalities modulo 2.
From the treatments ab, cd, and ef we get u(a) = u(b), u(c) = u(d), u(e) = u(f). From ace we get u(a) + u(c) + u(e) = 0. Thus the two independent solutions are u = (1, 1, 0, 0, 1, 1) and u = (0, 0, 1, 1, 1, 1), and their sum modulo 2 is u = (1, 1, 1, 1, 0, 0). These correspond to the effects abef, cdef, and abcd. In the given key block, every treatment contains an even number of letters from abcd, from abef, and from cdef, so the signs are constant. The other three blocks are obtained by multiplying the key block by any treatment not in it; the same three effects are constant in each block. Confounded effects: abcd, abef, cdef.
(e) Let Sx and Sy be the population standard deviations of x and y, and let Xbar and Ybar be the population means. For a simple random sample of size n with sampling fraction f, the variance of the sample mean is V(ybar) = (1 - f)Sy² / n. The ratio estimator of Ybar has approximate first-order variance V(ybar_r) = (1 - f)/n [Sy² + R²Sx² - 2RρSxSy], where R = Ybar / Xbar and ρ is the correlation between x and y. The finite population correction cancels in the ratio of the two variances.
Equal coefficients of variation mean Sx / Xbar = Sy / Ybar, so R = Ybar / Xbar = Sy / Sx. Substituting this in the ratio-estimator variance gives V(ybar_r) = (1 - f)Sy²/n [1 + 1 - 2ρ] = (1 - f)Sy²/n · 2(1 - ρ). For ρ = 2/3, V(ybar_r) = (1 - f)Sy²/n · 2/3. Taking efficiency relative to the sample mean as V(ybar) / V(ybar_r), the efficiency is 1 / (2/3) = 3/2 = 1.5, i.e. 150%. Equivalently, the ratio estimator has two-thirds of the variance of the sample mean. This shows that the ratio estimator is more efficient than the simple sample mean because the correlation is greater than 1/2. Efficiency = 3/2, or 150%; relative variance = 2/3.
What "Solve" is asking you to do
Choose the method, then carry it through to a final answer. Identifying what kind of problem this is and why that method applies is the first thing marked; a correct figure arrived at invisibly earns almost nothing.
Structure that answers it
Given data and what is required → method chosen, with the reason it applies → set-up (equation, circuit, free body, trial balance) → working, step by step → answer with units and any condition of validity
Where marks are lost
Doing the middle steps mentally and writing only the result. In mathematics papers, a further loss comes from giving a decimal where the exact value in surds or fractions was wanted, or from skipping the justification a part explicitly asks for.
How this answer will be evaluated
Approach
(a) derive: given > assumptions > stepwise derivation > result > check | (b(i)) calculate: given > formula > substitution > result with units > interpretation | (b(ii)) calculate: given > formula > substitution > result with units > interpretation | (c) explain: definition/context > points in order > small example > short close | (d) analyse: intro > causes > effects > stakeholders/linkages > way forward | (e) calculate: given > formula > substitution > result with units > interpretation Full marks: Rigorous derivations, correct matrix operations, and clear interpretation of statistical concepts.
Key points expected
- State general linear model Y = Xβ + u
- List usual assumptions (mean zero, variance σ², independence)
- Formulate normal equations (X'X)β = X'Y
- Solve for β1 and β2 in terms of y1, y2, y3
- Partition covariance matrix Σ into Σ11, Σ12, Σ22
- Compute regression coefficients β = Σ22⁻¹Σ21
- Substitute μ and β into E[X1|X2, X3] formula
- Use formula Var(X1|X2, X3) = Σ11 - Σ12Σ22⁻¹Σ21
Evaluation rubric
Each sub-part is marked on its own, against the marks and word limit printed on the paper.
- (a) Define general linear model and derive least square estimators for β1 and β2. 10 marks
derive— given → assumptions → stepwise derivation → result → check
Must cover
- State general linear model Y = Xβ + u
- List usual assumptions (mean zero, variance σ², independence)
- Formulate normal equations (X'X)β = X'Y
- Solve for β1 and β2 in terms of y1, y2, y3
Loses marks
- Omitting the definition of the general linear model
- Algebraic errors in solving normal equations
Earns more
- Explicit matrix representation of X and Y
- Verification of estimator linearity
Extra mark
- Mention of Gauss-Markov theorem
- (b(i)) Find the regression function of X1 on X2 and X3.
calculate— given → formula → substitution → result with units → interpretation
Must cover
- Partition covariance matrix Σ into Σ11, Σ12, Σ22
- Compute regression coefficients β = Σ22⁻¹Σ21
- Substitute μ and β into E[X1|X2, X3] formula
Loses marks
- Incorrect partitioning of the covariance matrix
- Failure to substitute the mean vector μ
Earns more
- Correct matrix inversion of Σ22
- Clear step-by-step matrix multiplication
Extra mark
- Verification of symmetry in covariance matrix
- (b(ii)) Compute the conditional variance of X1 given X2 and X3.
calculate— given → formula → substitution → result with units → interpretation
Must cover
- Use formula Var(X1|X2, X3) = Σ11 - Σ12Σ22⁻¹Σ21
- Perform matrix subtraction correctly
- Provide final scalar value
Loses marks
- Using the wrong sub-matrix for the variance term
- Arithmetic errors in the final subtraction
Earns more
- Reusing the inverse matrix from part (i)
Extra mark
- Interpretation of variance reduction
- (c) Define uniformity trial and explain its use in determining optimum shape and size. 10 marks
explain— definition/context → points in order → small example → short close
Must cover
- Define uniformity trial in agricultural context
- Explain the process of varying plot shape/size
- Describe how data determines the optimum size
- Mention the goal of minimizing experimental error
Loses marks
- Confusing uniformity trial with a standard field trial
- Failing to link the trial to plot size determination
Earns more
- Reference to coefficient of variation (CV)
- Mention of diminishing returns in plot size
Extra mark
- Example of a specific crop trial
- (d) Identify the confounded effects in the given 2⁶ factorial key block. 10 marks
analyse— intro → causes → effects → stakeholders/linkages → way forward
Must cover
- Identify the defining relation from the key block
- List the principal confounded effects
- Derive the complete set of confounded effects
- Ensure all 15 non-identity effects are accounted for
Loses marks
- Missing effects from the defining relation
- Incorrectly identifying the principal effects
Earns more
- Systematic multiplication of defining words
- Clear listing of the 15 effects
Extra mark
- Mention of the block size (16 runs)
- (e) Compute the efficiency of the ratio estimator relative to the mean of a simple random sample. 10 marks
calculate— given → formula → substitution → result with units → interpretation
Must cover
- State the efficiency formula for ratio estimator
- Substitute the given correlation coefficient ρ = 2/3
- Apply the condition of equal coefficients of variation
- Calculate the final numerical efficiency value
Loses marks
- Using the wrong formula for efficiency
- Ignoring the condition of equal coefficients of variation
Earns more
- Explicit derivation of the variance ratio
- Correct interpretation of the efficiency value
Extra mark
- Comparison with the regression estimator efficiency
Practice this exact question
Write your answer and it is marked point by point against the model answer above — what you covered, what you missed, what you got wrong.
Evaluate my answer →More from Statistics 2022 Paper I
- Q2 (a) Let a random variable X have exponential distribution with mean 1/θ, θ > 0. To test H…
- Q3 (a) (i) How large a sample must be taken in order that the probability will be at least 0…
- Q4 (a) Consider Poisson distribution P_θ(X = j) = (e⁻θ θ^j)/(j!) = pⱼ, j = 0, 1, 2, .... Let…
- Q5 (a) Define general linear model with usual assumptions. If y₁ = β₁ + u₁, y₂ = –β₁ + β₂ +…
- Q6 (a) In a set of two-way classified data according to k levels of factor A and r levels of…
- Q7 (a) Consider the following data given for a BIBD with v = b = 4, r = k = 3, λ = 2 and N =…
- Q8 (a) (i) What are orthogonal polynomials ? How do you fit an orthogonal polynomial of degr…