View source: R/mixstock.R View source: R/RCS/turtle.R
numderiv | R Documentation |
takes the numeric derivative (gradient) of a function by finite differencing
numderiv(p, fn, eps = 1e-05, ...)
p |
parameter vector |
fn |
function |
eps |
finite-difference increment |
... |
other arguments to |
numeric vector representing the approximate gradient of the function with respect to the parameters
numericDeriv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.