LOESS regression
When we have a scatterplot between two variables Y, X we usually want to present a curve that relates the two variables. Firstly, because it allows us to see if the relationship is linear (or almost linear); secondly, because interpreting scatterplots is sometimes hard; and, finally, because we might want to have a simple model that can be used to predict Y in terms of X capturing all possible nonlinear patterns.
Locally Estimated Scatterplot Smoothing (LOESS) regression works by fitting lots of local models around each point. These local models are then averaged out. In particular, each model (fitted around a point X0,Y0) is fitted using weighted least squares (each point is weighted by how close the regressors are to the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access