一元模型 Simple Linear Model
读作:一条直线:截距,加斜率乘 x。Read it as: A straight line: intercept plus slope times x.
- ŷ 给定 x 时的预测响应 predicted response at a given x
- b0, b1 估计截距与估计斜率 estimated intercept and slope
把最小二乘、R²、区间估计、多元回归、VIF 与逻辑回归放在同一张速查表中。自上而下重要度递减:先背 T1,再熟练 T2,最后按需查 T3。 One working sheet for least squares, R², interval estimates, multiple regression, VIF, and logistic regression. Importance drops as you move down: memorize T1, work fluently with T2, and pull T3 when the model calls for it.
读作:一条直线:截距,加斜率乘 x。Read it as: A straight line: intercept plus slope times x.
读作:x 和 y 一起变的量,除以 x 自己变的量。Read it as: How x and y move together, divided by how x moves on its own.
读作:让直线必定穿过均值点 (x̄, ȳ)。Read it as: Set the intercept so the line must pass through the mean point (x̄, ȳ).
读作:y 的总变化里,被这条线解释掉的比例。Read it as: The share of y's total variation explained by this line.
读作:真实值减预测值——模型没吃掉的部分。Read it as: Observed minus predicted—the part the model did not absorb.