René's URL Explorer Experiment


Title: Interpolation (scipy.interpolate) — SciPy v1.18.0.dev Manual

direct link

Domain: scipy.github.io

docsearch:languageen
docsearch:version1.18.0.dev
docbuild:last-updateFeb 11, 2026

Links:

Skip to main contenthttps://scipy.github.io/devdocs/tutorial/interpolate.html#main-content
SciPy https://scipy.github.io/devdocs/index.html
Installing https://scipy.org/install/
User Guide https://scipy.github.io/devdocs/tutorial/index.html
API reference https://scipy.github.io/devdocs/reference/index.html
Building from source https://scipy.github.io/devdocs/building/index.html
Development https://scipy.github.io/devdocs/dev/index.html
Release notes https://scipy.github.io/devdocs/release.html
GitHubhttps://github.com/scipy/scipy
Scientific Python Forumhttps://discuss.scientific-python.org/c/contributor/scipy/
Installing https://scipy.org/install/
User Guide https://scipy.github.io/devdocs/tutorial/index.html
API reference https://scipy.github.io/devdocs/reference/index.html
Building from source https://scipy.github.io/devdocs/building/index.html
Development https://scipy.github.io/devdocs/dev/index.html
Release notes https://scipy.github.io/devdocs/release.html
GitHubhttps://github.com/scipy/scipy
Scientific Python Forumhttps://discuss.scientific-python.org/c/contributor/scipy/
Fourier Transforms (scipy.fft)https://scipy.github.io/devdocs/tutorial/fft.html
Integration (scipy.integrate)https://scipy.github.io/devdocs/tutorial/integrate.html
Interpolation (scipy.interpolate)https://scipy.github.io/devdocs/tutorial/interpolate.html
File IO (scipy.io)https://scipy.github.io/devdocs/tutorial/io.html
Linear Algebra (scipy.linalg)https://scipy.github.io/devdocs/tutorial/linalg.html
Multidimensional Image Processing (scipy.ndimage)https://scipy.github.io/devdocs/tutorial/ndimage.html
Optimization (scipy.optimize)https://scipy.github.io/devdocs/tutorial/optimize.html
Signal Processing (scipy.signal)https://scipy.github.io/devdocs/tutorial/signal.html
Sparse Arrays (scipy.sparse)https://scipy.github.io/devdocs/tutorial/sparse.html
Spatial Data Structures and Algorithms (scipy.spatial)https://scipy.github.io/devdocs/tutorial/spatial.html
Special Functions (scipy.special)https://scipy.github.io/devdocs/tutorial/special.html
Statistics (scipy.stats)https://scipy.github.io/devdocs/tutorial/stats.html
Sparse eigenvalue problems with ARPACKhttps://scipy.github.io/devdocs/tutorial/arpack.html
Compressed Sparse Graph Routines (scipy.sparse.csgraph)https://scipy.github.io/devdocs/tutorial/csgraph.html
Parallel execution support in SciPyhttps://scipy.github.io/devdocs/tutorial/parallel_execution.html
Thread Safety in SciPyhttps://scipy.github.io/devdocs/tutorial/thread_safety.html
https://scipy.github.io/devdocs/index.html
SciPy User Guidehttps://scipy.github.io/devdocs/tutorial/index.html
scipy.interpolatehttps://scipy.github.io/devdocs/reference/interpolate.html#module-scipy.interpolate
#https://scipy.github.io/devdocs/tutorial/interpolate.html#interpolation-scipy-interpolate
numpy.interphttps://numpy.org/doc/stable/reference/generated/numpy.interp.html#numpy.interp
CubicSplinehttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.CubicSpline.html#scipy.interpolate.CubicSpline
PchipInterpolatorhttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.PchipInterpolator.html#scipy.interpolate.PchipInterpolator
make_interp_splinehttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.make_interp_spline.html#scipy.interpolate.make_interp_spline
CubicSplinehttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.CubicSpline.html#scipy.interpolate.CubicSpline
interp1dhttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.interp1d.html#scipy.interpolate.interp1d
make_interp_splinehttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.make_interp_spline.html#scipy.interpolate.make_interp_spline
RegularGridInterpolatorhttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.RegularGridInterpolator.html#scipy.interpolate.RegularGridInterpolator
NearestNDInterpolatorhttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.NearestNDInterpolator.html#scipy.interpolate.NearestNDInterpolator
griddatahttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.griddata.html#scipy.interpolate.griddata
LinearNDInterpolatorhttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.LinearNDInterpolator.html#scipy.interpolate.LinearNDInterpolator
CloughTocher2DInterpolatorhttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.CloughTocher2DInterpolator.html#scipy.interpolate.CloughTocher2DInterpolator
RBFInterpolatorhttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.RBFInterpolator.html#scipy.interpolate.RBFInterpolator
#https://scipy.github.io/devdocs/tutorial/interpolate.html#smoothing-and-approximation-of-data
make_smoothing_splinehttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.make_smoothing_spline.html#scipy.interpolate.make_smoothing_spline
make_splrephttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.make_splrep.html#scipy.interpolate.make_splrep
make_splprephttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.make_splprep.html#scipy.interpolate.make_splprep
make_lsq_splinehttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.make_lsq_spline.html#scipy.interpolate.make_lsq_spline
bisplrephttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.bisplrep.html#scipy.interpolate.bisplrep
RectBivariateSplinehttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.RectBivariateSpline.html#scipy.interpolate.RectBivariateSpline
RBFInterpolatorhttps://scipy.github.io/devdocs/reference/generated/scipy.interpolate.RBFInterpolator.html#scipy.interpolate.RBFInterpolator
1-D interpolationhttps://scipy.github.io/devdocs/tutorial/interpolate/1D.html
Piecewise linear interpolationhttps://scipy.github.io/devdocs/tutorial/interpolate/1D.html#piecewise-linear-interpolation
Cubic splineshttps://scipy.github.io/devdocs/tutorial/interpolate/1D.html#cubic-splines
Monotone interpolantshttps://scipy.github.io/devdocs/tutorial/interpolate/1D.html#monotone-interpolants
Interpolation with B-splineshttps://scipy.github.io/devdocs/tutorial/interpolate/1D.html#interpolation-with-b-splines
Non-cubic splineshttps://scipy.github.io/devdocs/tutorial/interpolate/1D.html#non-cubic-splines
Batches of yhttps://scipy.github.io/devdocs/tutorial/interpolate/1D.html#batches-of-y
Parametric spline curveshttps://scipy.github.io/devdocs/tutorial/interpolate/1D.html#parametric-spline-curves
Missing datahttps://scipy.github.io/devdocs/tutorial/interpolate/1D.html#missing-data
Legacy interface for 1-D interpolation (interp1d)https://scipy.github.io/devdocs/tutorial/interpolate/1D.html#legacy-interface-for-1-d-interpolation-interp1d
Recommended replacements for interp1d modeshttps://scipy.github.io/devdocs/tutorial/interpolate/1D.html#recommended-replacements-for-interp1d-modes
Piecewise polynomials and splineshttps://scipy.github.io/devdocs/tutorial/interpolate/splines_and_polynomials.html
Manipulating PPoly objectshttps://scipy.github.io/devdocs/tutorial/interpolate/splines_and_polynomials.html#manipulating-ppoly-objects
B-splines: knots and coefficientshttps://scipy.github.io/devdocs/tutorial/interpolate/splines_and_polynomials.html#b-splines-knots-and-coefficients
B-spline basis elementshttps://scipy.github.io/devdocs/tutorial/interpolate/splines_and_polynomials.html#b-spline-basis-elements
Design matrices in the B-spline basishttps://scipy.github.io/devdocs/tutorial/interpolate/splines_and_polynomials.html#design-matrices-in-the-b-spline-basis
Bernstein polynomials, BPolyhttps://scipy.github.io/devdocs/tutorial/interpolate/splines_and_polynomials.html#bernstein-polynomials-bpoly
Conversion between baseshttps://scipy.github.io/devdocs/tutorial/interpolate/splines_and_polynomials.html#conversion-between-bases
Smoothing splineshttps://scipy.github.io/devdocs/tutorial/interpolate/smoothing_splines.html
Spline smoothing in 1Dhttps://scipy.github.io/devdocs/tutorial/interpolate/smoothing_splines.html#spline-smoothing-in-1d
“Classic” smoothing splines and generalized cross-validation (GCV) criterionhttps://scipy.github.io/devdocs/tutorial/interpolate/smoothing_splines.html#classic-smoothing-splines-and-generalized-cross-validation-gcv-criterion
Smoothing splines with automatic knot selectionhttps://scipy.github.io/devdocs/tutorial/interpolate/smoothing_splines.html#smoothing-splines-with-automatic-knot-selection
Smoothing spline curves in \(d>1\)https://scipy.github.io/devdocs/tutorial/interpolate/smoothing_splines.html#smoothing-spline-curves-in-d-1
Batching of y arrayshttps://scipy.github.io/devdocs/tutorial/interpolate/smoothing_splines.html#id1
Legacy routines for spline smoothing in 1-Dhttps://scipy.github.io/devdocs/tutorial/interpolate/smoothing_splines.html#legacy-routines-for-spline-smoothing-in-1-d
2-D smoothing splineshttps://scipy.github.io/devdocs/tutorial/interpolate/smoothing_splines.html#d-smoothing-splines
Bivariate spline fitting of scattered datahttps://scipy.github.io/devdocs/tutorial/interpolate/smoothing_splines.html#bivariate-spline-fitting-of-scattered-data
Bivariate spline fitting of data on a gridhttps://scipy.github.io/devdocs/tutorial/interpolate/smoothing_splines.html#bivariate-spline-fitting-of-data-on-a-grid
Bivariate spline fitting of data in spherical coordinateshttps://scipy.github.io/devdocs/tutorial/interpolate/smoothing_splines.html#bivariate-spline-fitting-of-data-in-spherical-coordinates
Multivariate data interpolation on a regular grid (RegularGridInterpolator)https://scipy.github.io/devdocs/tutorial/interpolate/ND_regular_grid.html
Batch dimensions of valueshttps://scipy.github.io/devdocs/tutorial/interpolate/ND_regular_grid.html#batch-dimensions-of-values
Uniformly spaced datahttps://scipy.github.io/devdocs/tutorial/interpolate/ND_regular_grid.html#uniformly-spaced-data
Scattered data interpolation (griddata)https://scipy.github.io/devdocs/tutorial/interpolate/ND_unstructured.html
Using radial basis functions for smoothing/interpolationhttps://scipy.github.io/devdocs/tutorial/interpolate/ND_unstructured.html#using-radial-basis-functions-for-smoothing-interpolation
1-D Examplehttps://scipy.github.io/devdocs/tutorial/interpolate/ND_unstructured.html#d-example
2-D Examplehttps://scipy.github.io/devdocs/tutorial/interpolate/ND_unstructured.html#id1
Extrapolation tips and trickshttps://scipy.github.io/devdocs/tutorial/interpolate/extrapolation_examples.html
Replicate numpy.interp left and right fill valueshttps://scipy.github.io/devdocs/tutorial/interpolate/extrapolation_examples.html#replicate-numpy-interp-left-and-right-fill-values
CubicSpline extend the boundary conditionshttps://scipy.github.io/devdocs/tutorial/interpolate/extrapolation_examples.html#cubicspline-extend-the-boundary-conditions
Manually implement the asymptoticshttps://scipy.github.io/devdocs/tutorial/interpolate/extrapolation_examples.html#manually-implement-the-asymptotics
The setuphttps://scipy.github.io/devdocs/tutorial/interpolate/extrapolation_examples.html#the-setup
Use the known asymptoticshttps://scipy.github.io/devdocs/tutorial/interpolate/extrapolation_examples.html#use-the-known-asymptotics
Extrapolation in D > 1https://scipy.github.io/devdocs/tutorial/interpolate/extrapolation_examples.html#extrapolation-in-d-1
interp2d transition guidehttps://scipy.github.io/devdocs/tutorial/interpolate/interp_transition_guide.html
1. How to transition away from using interp2dhttps://scipy.github.io/devdocs/tutorial/interpolate/interp_transition_guide.html#how-to-transition-away-from-using-interp2d
1.1 interp2d on a regular gridhttps://scipy.github.io/devdocs/tutorial/interpolate/interp_transition_guide.html#interp2d-on-a-regular-grid
1.2. interp2d with full coordinates of points (scattered interpolation)https://scipy.github.io/devdocs/tutorial/interpolate/interp_transition_guide.html#interp2d-with-full-coordinates-of-points-scattered-interpolation
2. Alternative to interp2d: regular gridhttps://scipy.github.io/devdocs/tutorial/interpolate/interp_transition_guide.html#alternative-to-interp2d-regular-grid
3. Scattered 2D linear interpolation: prefer LinearNDInterpolator to SmoothBivariateSpline or bisplrephttps://scipy.github.io/devdocs/tutorial/interpolate/interp_transition_guide.html#scattered-2d-linear-interpolation-prefer-linearndinterpolator-to-smoothbivariatespline-or-bisplrep
previous Integration (scipy.integrate) https://scipy.github.io/devdocs/tutorial/integrate.html
next 1-D interpolation https://scipy.github.io/devdocs/tutorial/interpolate/1D.html
Smoothing and approximation of datahttps://scipy.github.io/devdocs/tutorial/interpolate.html#smoothing-and-approximation-of-data
Sphinxhttps://www.sphinx-doc.org/
PyData Sphinx Themehttps://pydata-sphinx-theme.readthedocs.io/en/stable/index.html

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.