Definition

Local polynomial regression fits the polynomial function with the data near the given point. The polynomial function has a form similar to Taylor Series to exploit the relation between the coefficients and the differentiation at the given point.

The -th degree polynomial function at a point is defined as where

Local polynomial regression estimator is obtained by the relation . The coefficients are estimated by an optimization problem where , is a kernel function, and is a smoothing parameter.

In a matrix notation, the optimization problem can be written as where , is an matrix, and

A solution of the problem is obtained as where is a -vector whose -th element is and the others are .