Skip to content

Commit

Permalink
DOC: interpolate: Extrapolation tips and tricks (#17299)
Browse files Browse the repository at this point in the history
* DOC: interpolate: add an example for interp1d(..., fill_value=(left, right))

closes gh-16338

* DOC: interpolate: add an example of CubicSpline.extend to control the extrapolation

The example is contributed by Shamus Husheer in gh-14472.

Co-authored-by: Shamus Husheer <s.husheer@gmail.com>

* DOC: interpolate: add a worked example of interpolation+asymptotics

* DOC: interpolate: add an example of CT + nearest-neighbor extrapolation

The example is contributed by Ajay Shanker Tripathi in gh-14386
  • Loading branch information
ev-br committed Nov 14, 2022
1 parent 57ed5c0 commit 61ff61f
Show file tree
Hide file tree
Showing 2 changed files with 490 additions and 6 deletions.
7 changes: 1 addition & 6 deletions doc/source/tutorial/interpolate.rst
Expand Up @@ -67,10 +67,5 @@ Futher details are given in the links below.
interpolate/smoothing_splines
interpolate/ND_regular_grid
interpolate/ND_unstructured






interpolate/extrapolation_examples

0 comments on commit 61ff61f

Please sign in to comment.