Concept

Smoothing Splines

In order to fit a smooth curve of a set of data, we need to find a function g(x) to fit the observed data well. We have to make g to be able to keep RSS=i=1n(yig(xi))2RSS = \sum_{i=1}^{n} (y_i – g(x_i))^2 as small as possible and the curve as smooth as possible.

Minimize function g: Loss & Penalty; λ\lambda is tuning parameter i=1n(yig(xi))2+λgn(t)2dt\sum_{i=1}^{n} (y_i – g(x_i))^2 + \lambda \int g^n(t)^2 \, dt

0

4

Updated 2021-07-15

Tags

Data Science