Exercise 7: Nonparametric Regression

Note

Nonparametric Regression

  1. For the Boston data, use medv as the response and lstat as the predictor, then do

    1. Kernel Smoother
    2. Local Linear Regression
    3. LOESS

    Try to find the best parameter of each method to get the best fit.