3.8.1. statsmodels.nonparametric.api

3.8.1.1. Functions

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

3.8.1.2. Classes

EstimatorSettings([efficient, randomize, ...]) Object to specify settings for density estimation or regression.
KDEMultivariate(data, var_type[, bw, defaults]) Multivariate kernel density estimator.
KDEMultivariateConditional(endog, exog, ...) Conditional multivariate kernel density estimator.
KDEUnivariate(endog) Univariate Kernel Density Estimator.
KernelCensoredReg(endog, exog, var_type, ...) Nonparametric censored regression.
KernelReg(endog, exog, var_type[, reg_type, ...]) Nonparametric kernel regression class.