Skip to content

Conversation

j-bowhay
Copy link
Member

No description provided.

@j-bowhay j-bowhay requested a review from ev-br as a code owner February 12, 2025 02:36
@github-actions github-actions bot added scipy.interpolate Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org labels Feb 12, 2025
@mdhaber
Copy link
Contributor

mdhaber commented Feb 12, 2025

While we're at it:

Due to its stability following barycentric representation of the above equation is used instead for computation

Should that be:

Due to its stability, the following barycentric representation of the above equation is used for computation

?


is an interpolating polynomials of at

Maybe polynomial should be singular.


image

Is values supposed to be y?


Perhaps the plot in the examples should show the original curve as a solid line, and the interpolators can be dashed.


Consider

d : int, default: 3
    Integer satisfying ``0 <= d < n``. Floater-Hormann interpolation blends
    ``n - d`` polynomials of degree `d` together; for ``d = n - 1``, this is
    equivalent to polynomial interpolation.

@mdhaber mdhaber merged commit cd2d422 into scipy:main Feb 12, 2025
37 checks passed
@j-bowhay j-bowhay added this to the 1.16.0 milestone Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.interpolate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants