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

BSpline interpolation and approximation boundary conditions #170

Open
taoari opened this issue Sep 29, 2023 · 0 comments
Open

BSpline interpolation and approximation boundary conditions #170

taoari opened this issue Sep 29, 2023 · 0 comments
Labels
bug There is a problem with the coding or algorithms

Comments

@taoari
Copy link

taoari commented Sep 29, 2023

Describe the bug
A clear and concise description of what the bug is.

For BSpline interpolation, there are four pretty standard boundary conditions: clamped, natural, not-a-knot, periodic (https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.make_interp_spline.html).

For curve2d, I see clamped, unclamped, and periodic examples. However, for curve fitting (interpolation and approximation), I see no such examples. Is it possible to achieve interpolation and approximation with different boundary conditions? I am mainly interested in the periodic case, but it is best if there will also be natural and not-a-knot boundary conditions.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected Behavior
A clear and concise description of what you expected to happen.

Configuration:

  • OS: [e.g. Windows 10, Ubuntu 18.10]
  • Python distribution: [e.g. OS default, python.org, Anaconda]
  • Python version:
  • geomdl install source: GitHub / PyPI / Anaconda
  • geomdl version/branch:

Screenshots (Optional)
If applicable, add screenshots to help explain your problem.

Additional Details (Optional)
Add any other context about the problem here.

@taoari taoari added the bug There is a problem with the coding or algorithms label Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug There is a problem with the coding or algorithms
Projects
None yet
Development

No branches or pull requests

1 participant