6.5.6.2.6.1.9. statsmodels.sandbox.nonparametric.kernels.Gaussian.smooth

Gaussian.smooth(xs, ys, x)[source]

Returns the kernel smoothing estimate for point x based on x-values xs and y-values ys. Not expected to be called by the user.

Special implementation optimised for Gaussian.