This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.0).
Smooth bivariate spline approximation.
Parameters : | x, y, z : array_like
w : array_lie, optional
bbox : array_like, optional
kx, ky : ints, optional
s : float, optional
eps : float, optional
|
---|
See also
Notes
The length of x, y and z should be at least (kx+1) * (ky+1).
Methods
ev | |
get_coeffs | |
get_knots | |
get_residual | |
integral |