What this quiz covers
This quiz focuses on Ridge And Lasso Regularization, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.
A researcher fits a penalized regression without standardizing the predictors. One predictor, originally denoted by xj, is replaced by xj∗=10xj, while the response and all other predictors remain unchanged. The same numerical value of λ is then used.
How does this rescaling affect the role of that predictor under ordinary ridge or lasso penalization?
Statistics Graduate Level Quiz
Practice Ridge And Lasso Regularization 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 Ridge And Lasso Regularization, 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.
A researcher fits a penalized regression without standardizing the predictors. One predictor, originally denoted by xj, is replaced by xj∗=10xj, while the response and all other predictors remain unchanged. The same numerical value of λ is then used.
How does this rescaling affect the role of that predictor under ordinary ridge or lasso penalization?
Consider the Gaussian model y∣β∼N(Xβ,σ2I), with the intercept treated separately. Ridge is defined by minimizing 21∣∣y−Xβ∣∣22+2λ∣∣β∣∣22, and lasso by minimizing 21∣∣y−Xβ∣∣22+λ∣∣β∣∣1.
Which prior specifications produce these estimators as posterior modes with the stated values of λ?
In a centered regression with no intercept, the squared singular values of the design matrix are 9, 1, and 0. Ridge uses the estimator βλ=(XTX+λI)−1XTy with λ=1.
What is the effective degrees of freedom of the ridge fit, defined as the trace of its smoothing matrix?
Ten-fold cross-validation for lasso gives its minimum estimated prediction error, 1.20, at λ=0.08. The standard error at that minimum is 0.05. Among larger candidate penalties, the error is 1.24 at λ=0.30 and 1.29 at λ=1.00.
Using the one-standard-error rule, which penalty is selected, and what is the principal reason for that choice?
For a fixed λ>0, let βλ be any solution of the penalized lasso problem minβ{21∣∣y−Xβ∣∣22+λ∣∣β∣∣1}. Define t=∣∣βλ∣∣1.
Which statement about the corresponding constrained formulation is necessarily valid?
Suppose two standardized predictors are identical: x1=x2. For a specified positive penalty parameter, assume the optimal combined coefficient s=β1+β2 is strictly positive. The intercept is unpenalized.
Which statement best compares ridge and lasso in this setting?
Consider one eigenvector of XTX having eigenvalue d=4. The corresponding component of the true coefficient vector is 3, and the error variance is σ2=2. Ridge uses βλ=(XTX+λI)−1XTy with λ=1.
What are the expectation and variance of the ridge estimate along this eigenvector?
A coordinate-descent step for lasso minimizes 2n1∣∣y−Xβ∣∣22+λ∣∣β∣∣1. Predictor xj is standardized so that xjTxj/n=1. Holding the other coefficients fixed, its partial residual is rj=y−∑k=jxkβk, and xjTrj/n=−0.26. The penalty is λ=0.20.
What is the updated value of βj?
A centered linear model has standardized design matrix X satisfying XTX=I3. Let z=XTy=(3,0.5,−2)T. Ridge minimizes 21∣∣y−Xβ∣∣22+2λ∣∣β∣∣22, whereas lasso minimizes 21∣∣y−Xβ∣∣22+λ∣∣β∣∣1. Both procedures use λ=1.
Which pair gives the ridge estimate followed by the lasso estimate?
A regression problem has more predictors than observations, and the design matrix contains exact linear dependencies. Both ridge and lasso are fit using a strictly positive penalty parameter and squared-error loss.
Which statement about uniqueness is generally correct?