This is documentation for an old release of SciPy (version 0.9.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.interpolate.SmoothBivariateSpline.__init__
-
SmoothBivariateSpline.__init__(x, y, z, w=None, bbox=[, None, None, None, None], kx=3, ky=3, s=None, eps=None)