联合模型评估
Joint Model Evaluation
题目详情
使用 OLS,将 对 回归后,模型的 为 0.45。又将 对 回归后,模型的 为 0.3。设把 对 一起回归得到的新模型的 的下界和上界记为 。求新模型的 和 。
Using OLS, we regress onto and find that the model has an of 0.45. We also regress onto and find that the model has an of 0.3. Let denote the lower and upper bound of of a model which regresses onto . Find both the and values for the new model.
解析
回忆一下, 衡量的是模型的解释力,即因变量 的变动中有多少可以被自变量 解释。当我们向回归模型中加入新变量时, 不会下降;它只会增加或保持不变。若两个变量完全共线,则 会保持不变;若其中一个变量能解释另一个变量解释不了的那部分 的变动,则 会上升。
据此,联合回归的最小 为 0.45,最大 为 0.75。
Original Explanation
Recall that quantifies the explanatory power of the model - the variation in the dependent variable () that can be explained by the independent variables (). When we add a new variable to a regression model, the 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 that is explained by one variable and not the other.
Based on this, the minimum of the combined regression will be 0.45 and the maximum of the combined regression will be 0.75.