3.8.8. statsmodels.nonparametric.smoothers_lowess_old

Univariate lowess function, like in R.

3.8.8.1. References

Hastie, Tibshirani, Friedman. (2009) The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Second Edition: Chapter 6.

Cleveland, W.S. (1979) “Robust Locally Weighted Regression and Smoothing Scatterplots”. Journal of the American Statistical Association 74 (368): 829-836.

3.8.8.2. Functions

lowess(endog, exog[, frac, it]) LOWESS (Locally Weighted Scatterplot Smoothing)