What this quiz covers
This quiz focuses on Least Squares And Normal Equations, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.
An existing full-rank least squares fit has β=(1,2)T and (XTX)−1=I2. One new observation is added with predictor row xT=(1,1) and response y=5. What is the updated least squares estimate?
Statistics Graduate Level Quiz
Practice Least Squares And Normal Equations in Statistics Graduate Level with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Least Squares And Normal Equations, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
An existing full-rank least squares fit has β=(1,2)T and (XTX)−1=I2. One new observation is added with predictor row xT=(1,1) and response y=5. What is the updated least squares estimate?
A simple linear regression with intercept is fit using predictor x. The sufficient statistics are n=5, ∑xi=10, ∑xi2=30, ∑yi=20, and ∑xiyi=50. The same fitted values are to be expressed using the centered predictor zi=xi−2 in the model yi=γ0+γ1zi+ei. What are the least squares estimates?
A through-the-origin model yi=βxi+ei is fit by minimizing ∑iwi(yi−βxi)2. Two observations have (x1,y1,w1)=(1,1,4) and (x2,y2,w2)=(2,4,1). What is the weighted least squares estimate of β?
For a full-rank least squares problem, suppose the unconstrained estimate is β=(2,1)T and XTX=diag(1,4). The model is refit subject to the restriction β1+β2=0. What is the restricted least squares estimate?
A regression of y on an intercept, x, and z is to be fit by ordinary least squares. After centering all three variables, the cross-products are xTx=10, zTz=5, xTz=4, xTy=8, and zTy=3.
What is the least squares coefficient of x in the multiple regression?
A regression model contains an intercept and a treatment indicator Di, where Di=1 for treated observations and Di=0 for control observations. Additional predictors may also be present. The model is fit by ordinary least squares.
Which statement about the least squares residuals must hold, regardless of the additional predictors?
A linear model includes a known offset: yi=oi+β0+β1xi+ei. For four observations, the summaries are ∑xi=2, ∑xi2=6, ∑yi=10, ∑xiyi=9, ∑oi=2, and ∑xioi=1.
What are the ordinary least squares estimates of β0 and β1?
A least squares model with design matrix X has residual vector e and residual sum of squares 12. A candidate predictor z is added. Let PX denote the orthogonal projection onto the column space of X. It is known that eTz=2, zTz=10, and zTPXz=6.
What is the residual sum of squares after adding z to the model?
In a rank-deficient least squares problem, the columns of the design matrix satisfy X3=X1+X2. One solution of the normal equations is b0=(1,1,1)T. Which coefficient vector is the minimum-Euclidean-norm least squares solution?
A full-rank ordinary least squares model has response vector y, design matrix X, coefficient estimate β, and residual vector e. The response is replaced by y∗=y+Xc+u, where c is fixed and XTu=0.
Which pair gives the new coefficient estimate and new residual vector?