Finite Difference Differentiation (scipy.differentiate)#
SciPydifferentiate provides functions for performing finite differencenumerical differentiation of black-box functions.
| Evaluate the derivative of a elementwise, real scalar function numerically. |
| Evaluate the Jacobian of a function numerically. |
| Evaluate the Hessian of a function numerically. |