6.5.7. statsmodels.sandbox.nonparametric.smoothers¶
This module contains scatterplot smoothers, that is classes who generate a smooth fit of a set of (x,y) pairs.
6.5.7.1. Classes¶
KernelSmoother (x, y[, Kernel]) |
1D Kernel Density Regression/Kernel Smoother |
PolySmoother (order[, x]) |
Polynomial smoother up to a given order. |