返回题库

联合模型评估

Joint Model Evaluation

专题
Statistics / 统计
难度
L2

题目详情

使用 OLS,将 yyX1X_1 回归后,模型的 R2R^2 为 0.45。又将 yyX2X_2 回归后,模型的 R2R^2 为 0.3。设把 yyX1,X2X_1, X_2 一起回归得到的新模型的 R2R^2 的下界和上界记为 [min,max][\min, \max]。求新模型的 min\minmax\max R2R^2

Using OLS, we regress yy onto X1X_1 and find that the model has an R2R^2 of 0.45. We also regress yy onto X2X_2 and find that the model has an R2R^2 of 0.3. Let [min,max][\min, \max] denote the lower and upper bound of R2R^2 of a model which regresses yy onto X1,X2X_1, X_2. Find both the min\min and max\max R2R^2 values for the new model.

解析

回忆一下,R2R^2 衡量的是模型的解释力,即因变量 yy 的变动中有多少可以被自变量 X1,X2X_1, X_2 解释。当我们向回归模型中加入新变量时,R2R^2 不会下降;它只会增加或保持不变。若两个变量完全共线,则 R2R^2 会保持不变;若其中一个变量能解释另一个变量解释不了的那部分 yy 的变动,则 R2R^2 会上升。

据此,联合回归的最小 R2R^2 为 0.45,最大 R2R^2 为 0.75。


Original Explanation

Recall that R2R^2 quantifies the explanatory power of the model - the variation in the dependent variable (yy) that can be explained by the independent variables (X1,X2X_1, X_2). When we add a new variable to a regression model, the R2R^2 value can never decrease; rather, it can either increase or stay the same. It will stay the same in the case that both variables are perfectly collinear and increase if there is some variation in yy that is explained by one variable and not the other.

Based on this, the minimum R2R^2 of the combined regression will be 0.45 and the maximum R2R^2 of the combined regression will be 0.75.