pnkraemer / probfindiff

Probabilistic numerical finite differences. Compute finite difference weights and differentiation matrices on scattered data sites and with out-of-the-box uncertainty quantification.
https://probfindiff.readthedocs.io
MIT License
10 stars 2 forks source link

Desired features #27

Open pnkraemer opened 2 years ago

pnkraemer commented 2 years ago

All of the following should be possible with pnfindiff at some point of the future, ideally, documented in example notebooks.

Basic scalar derivatives:

Evaluate the numerical derivative f'(x_0) of a function f: R -> R at point x_0

Basic multivariate derivatives

Evaluate the numerical derivative (D f) (x_0) of a function f: R^n -> R^m at point x_0

Advanced features