R code to estimate a local polynomial regression model. Built from scratch, only depends on parallelization packages.
Example:
- Implement confidence bands and confidence intervalls
- Proper documentation
- Clean up code
- Nicer plot
- Throw out KernSmooth package (not needed)