Bivariate spline approximation over a rectangular mesh.
Can be used for both smoothing and interpolating data.
| Parameters : | x,y : array_like
z : array_like
bbox : array_like, optional
kx, ky : ints, optional
s : float, optional
|
|---|
See also
Methods
| __call__ | |
| ev | |
| get_coeffs | |
| get_knots | |
| get_residual | |
| integral |