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

Is support numpy's non-linear square fitting on schedule? #61

Closed
aslucky opened this issue Jun 4, 2020 · 1 comment
Closed

Is support numpy's non-linear square fitting on schedule? #61

aslucky opened this issue Jun 4, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@aslucky
Copy link

aslucky commented Jun 4, 2020

Is your feature request related to a problem? Please describe.
Want a c++ version of numpy's polyfit. actually I have tried eigen but it's too slow. maybe I use it in a wrong way, less document I can't find information about it.
numpy's implementation is concise and clear

@dpilger26 dpilger26 self-assigned this Jun 18, 2020
@dpilger26 dpilger26 added the enhancement New feature or request label Jun 18, 2020
@dpilger26
Copy link
Owner

Added static fit() method to the Poly1d class in version 2.0.0 release. See the documentation here for function call signatures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants