Finite Difference Differentiation (scipy.differentiate
)#
SciPy differentiate
provides functions for performing finite difference
numerical 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. |