Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

degree is not order in splines #12109

Merged
merged 2 commits into from
May 14, 2020
Merged

degree is not order in splines #12109

merged 2 commits into from
May 14, 2020

Conversation

szcf-weiya
Copy link
Contributor

The following explanation of parameters said k is the B-spline order, while here it uses degree, but degree is different from order, and they satisfy order = degree + 1. The same issue #11861 has been corrected.

Reference issue

What does this implement/fix?

Additional information

The following explanation of parameters said `k` is the B-spline order, while here it uses `degree`, but `degree` is different from `order`, and they satisfy `order = degree + 1`. The same issue scipy#11861 has been corrected.
Sorry, I think I had made a mistake. Here `k` is degree, not order. So the description of `k` in the Parameter should be corrected, not the sentence above the Parameters.
@ev-br
Copy link
Member

ev-br commented May 14, 2020

Thanks

@ev-br ev-br merged commit be3078b into scipy:master May 14, 2020
@ev-br ev-br added Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.interpolate labels May 14, 2020
@ev-br ev-br added this to the 1.5.0 milestone May 14, 2020
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.

None yet

2 participants