Description Usage Arguments Details Value
computes a central difference approximation of the Jacobian matrix of a system of n non-linear functions y_i=f^i(x), where x is a column vector of dimension m.
1 |
f |
pointer to the routine that returns the m-vector f(x) |
x0 |
m vector x0, the point at which the derivatives are to be evaluated |
... |
any additional arguments passed to |
algorithm: based on (A.2.8) in Heer and Maussner, see also Dennis and Schnabel (1983), Algorithm A5.6.4.
Jac n by m matrix of parital derivatives
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.