Residual plot(残差图):在回归分析等统计建模中,用来展示残差(观测值−预测值)与预测值或自变量之间关系的图形,用于诊断模型是否满足线性、方差齐性(同方差)、独立性等假设,并帮助发现异常值、非线性模式或异方差等问题。(在统计语境中最常见;在其他领域也可能有引申用法。)
/rɪˈzɪdʒuəl plɑːt/
The residual plot shows a curved pattern.
残差图显示出一种弯曲的模式。
After fitting the linear model, we checked the residual plot and noticed increasing spread, suggesting heteroscedasticity and the need for a transformation.
在线性模型拟合后,我们查看残差图并注意到离散程度随之增大,这提示存在异方差,可能需要进行变量变换。
residual 来自拉丁语 residuum(“剩余物、残余”),在统计学中指“未被模型解释的那部分误差/偏差”,即残差;plot 源自“绘制图形”的含义。合起来 residual plot 就是“把残差画出来的图”,用于直观检查模型拟合的结构性问题。