Differences between revisions 4 and 5
Revision 4 as of 2026-08-27 16:49:24
Size: 838
Comment:
Revision 5 as of 2026-08-27 16:49:32
Size: 794
Comment: Name 2
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from TukeyAnscombePlot

Tukey-Anscombe Plot

A Tukey-Anscombe plot, more commonly known as a residuals vs. fitted plot is a visualization technique for evaluating the fit of a model.


Description

A model can almost always be fit to a set of observations; the question remains as to whether the model is a good fit. By plotting the observed dependent variable against the model's residuals, trends that might indicate poor fit become apparent.

  • A trend in the residuals, like a curve, suggests that the true relationship is not linear.
  • Widening or thinning of the dispersion of residuals suggests that the variance of the error term is not constant.
  • Outliers are clearly visualized.


CategoryRicottone

Statistics/TukeyAnscombePlot (last edited 2026-08-27 16:49:32 by DominicRicottone)