Updated 9 months ago
derivative
Optimal numerical differentiation of noisy time series data in python.
Updated 9 months ago
optimagic
optimagic is a Python package for numerical optimization. It is a unified interface to optimizers from SciPy, NlOpt and other packages. optimagic's minimize function works just like SciPy's, so you don't have to adjust your code. You simply get more optimizers for free. On top you get diagnostic tools, parallel numerical derivatives and more.
Updated 9 months ago
https://github.com/luckystarufo/pynumdiff
Methods for numerical differentiation of noisy data in python
Updated 9 months ago
algdiff
AlgDiff is a Python class implementing all necessary tools for the design, analysis, and discretization of algebraic differentiators. An interface to Matlab is also provided.