6.5.7.1.1.1.4. statsmodels.sandbox.nonparametric.smoothers.KernelSmoother.predict

KernelSmoother.predict(x)[source]

Returns the kernel smoothed prediction at x

If x is a real number then a single value is returned.

Otherwise an attempt is made to cast x to numpy.ndarray and an array of corresponding y-points is returned.