deriv_control-class {geex} | R Documentation |
deriv_control S4 class
Description
deriv_control S4 class
Slots
.FUN
a function which computes a numerical derivation. This functions first argument must the function on which the derivative is being compute. Defaults to
jacobian
..options
a list of options passed to
.FUN
. Defaults tolist(method = 'Richardson')
[Package geex version 1.1.1 Index]