Kernel Smoothing Regression
by Yi Cao
13 Mar 2008
(Updated 24 Dec 2008)
A non-parametrical regression (smoothing) tool using Gaussian kernel.
|
Watch this File
|
| File Information |
| Description |
Non-parametric regression is widely used in many scientific and engineering areas, such as image processing and pattern recognition.
Non-parametric regression is about to estimate the conditional expectation of a random variable:
E(Y|X) = f(X)
where f is a non-parametric function.
Based on the kernel density estimation technique, this code implements the so called Nadaraya-Watson kernel regression algorithm particularly using the Gaussian kernel. The default bandwidth of the regression is derived from the optimal bendwidth of the Gaussian kernel density estimation suggested in the literature. The code can also take care of missing data. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
Update PDF Estimation
This submission has inspired the following:
Multivariant Kernel Regression and Smoothing, Local Linear Kernel Regression, Volatility Surface, Kernel Regression with Variable Window Width
|
| MATLAB release |
MATLAB 7.5 (R2007b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 13 Mar 2008 |
update with error checking. |
| 24 Dec 2008 |
add an error case |
|
Contact us at files@mathworks.com