summaryrefslogtreecommitdiff
path: root/math/R-cran-numDeriv/pkg-descr
blob: 6ee1add3ddd6a6b54debcec0dd333682fd79f1d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
Methods for calculating (usually) accurate numerical first and
second order derivatives. Accurate calculations are done using
'Richardson"s' extrapolation or, when applicable, a complex step
derivative is available. A simple difference method is also provided.
Simple difference is (usually) less accurate but is much quicker
than 'Richardson"s' extrapolation and provides a useful cross-check.
Methods are provided for real scalar and vector valued functions.

WWW: https://cran.r-project.org/web/packages/numDeriv/