View source: R/differentiation.R
| fast_hess | R Documentation |
High-speed numerical Hessian calculation using finite differences.
fast_hess(f, x, diff_method = c("forward", "central"), ...)
f |
Function. The objective function. |
x |
Numeric vector. Parameters at which to evaluate the Hessian. |
diff_method |
String. Differentiation method: "forward" or "central". |
... |
Additional arguments passed to |
A symmetric Hessian matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.