Expand description
Nonparametric methods for StatOxide
This module implements nonparametric regression and smoothing methods that make minimal assumptions about the functional form of relationships.
§Methods Implemented
- Kernel Regression: Nadaraya-Watson estimator with various kernels
- Local Regression (LOESS): Locally weighted polynomial regression
- Smoothing Splines: Penalized regression splines
- Kernel Density Estimation: Nonparametric density estimation
- Nonparametric Tests: Kolmogorov-Smirnov, Mann-Whitney U
Structs§
- Kernel
Regression - Nadaraya-Watson kernel regression estimator
- Kernel
Regression Results - Kernel regression results
- Local
Regression - Local polynomial regression (LOESS/LOWESS)
- Local
Regression Results - Local regression (LOESS) results
- Smoothing
Spline - Natural cubic smoothing splines
- Smoothing
Spline Results - Smoothing spline results
Enums§
- Bandwidth
Method - Bandwidth selection methods
- Kernel
- Kernel functions for nonparametric estimation