Smoothing without scipy#3483
Conversation
dbe7eb1 to
2f46a93
Compare
|
It maybe better to use an interpolation algorithim rather than dropping points. |
|
Not sure if https://numpy.org/doc/stable/reference/routines.polynomials-package.html#module-numpy.polynomial would work. For piecewise smooth curves, cubic splines might be a good choice, though these would likely add other dependencies as developing good software for these can take time. |
|
This method is very simple, but works surprisingly well for the few use cases we have though. |
With these changes we can finally stop packaging scipy.