{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _fitpack2 / SphereBivariateSpline

class

scipy.interpolate._fitpack2:SphereBivariateSpline

source: /scipy/interpolate/_fitpack2.py :1677

Signature

class   SphereBivariateSpline ( )

Members

Summary

Bivariate spline s(x,y) of degrees 3 on a sphere, calculated from a given set of data points (theta,phi,r).

Extended Summary

Notes

Array API Standard Support

SphereBivariateSpline is not in-scope for support of Python Array API Standard compatible backends other than NumPy.

See dev-arrayapi for more information.

See also

LSQUnivariateSpline

a univariate spline using weighted least-squares fitting

SmoothBivariateSpline

a smoothing bivariate spline through the given points

UnivariateSpline

a smooth univariate spline to fit a given set of data points.

bisplev

a function to evaluate a bivariate B-spline and its derivatives

bisplrep

a function to find a bivariate B-spline representation of a surface

Aliases

  • scipy.interpolate._fitpack2.SphereBivariateSpline