You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,7 +34,7 @@ PyNumDiff is a Python package that implements various methods for computing nume
34
34
6. generalized Kalman smoothing
35
35
7. local approximation with linear model
36
36
37
-
For a full list, explore modules in the [Sphinx documentation](https://pynumdiff.readthedocs.io/master/).
37
+
For a full list, explore modules in the [Sphinx documentation](https://pynumdiff.readthedocs.io/master/), or read section 7 of our [Taxonomy Paper](https://arxiv.org/abs/2512.09090).
38
38
39
39
Most of these methods have multiple parameters, so we take a principled approach and propose a multi-objective optimization framework for choosing parameters that minimize a loss function to balance the faithfulness and smoothness of the derivative estimate. For more details, refer to [this paper](https://doi.org/10.1109/ACCESS.2020.3034077).
40
40
@@ -122,6 +122,19 @@ See CITATION.cff file as well as the following references.
122
122
journal = {Journal of Open Source Software}
123
123
}
124
124
125
+
### Collection of numerical differentiation methods:
0 commit comments