Skip to content

Files

Latest commit

227f7bd · Feb 22, 2020

History

History
14 lines (8 loc) · 752 Bytes

File metadata and controls

14 lines (8 loc) · 752 Bytes

Local Polynomial Regression lecture

Lecture on Local Polynomial Regression given for the Statistical Machine Learning exam at University of Trieste

header1

header2

Project description

In this project you can find the slides and the code I made for my lecture on Local Polynomial Regression.

Local Polynomial Regression is a powerful regression technique extensively used for scatterplot smoothing with the method of Locally Estimated Scatterplot Smoothing (LOESS), that is the default in ggplot2::geom_smooth() function in R.

In the lecture I presented the idea behind Local Polynomial Regression and some of its benefits.