Nonparametric regression estimates a regression function without restricting it to a fixed finite-dimensional family.
A linear estimator at has the form , where the weights depend on the design and tuning parameters but not on the observed responses.
Local polynomial regression fits a low-degree polynomial by weighted least squares near each target point.
The local polynomial Gram matrix is the weighted matrix of inner products of the local monomial basis. Its invertibility makes the local fit unique.
Effective kernel weights are the coefficients for which a local polynomial estimate can be written .
Local polynomial weights of degree reproduce every multivariate polynomial of total degree at most : applying the estimator to its design values returns its value at the target point.
Articles by others on the same topic
Nonparametric regression is a type of regression analysis that does not assume a specific functional form for the relationship between the independent and dependent variables. Unlike parametric regression methods, which rely on predetermined equations (like linear or polynomial functions), nonparametric regression allows the data to dictate the shape of the relationship. Key characteristics of nonparametric regression include: 1. **Flexibility**: Nonparametric methods can model complex, nonlinear relationships without requiring a predefined model structure.