Package: numDeriv 2022.9-1

Paul Gilbert
numDeriv: Accurate Numerical Derivatives
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.
Authors:
numDeriv_2022.9-1.tar.gz
numDeriv_2022.9-1.zip(r-4.7)numDeriv_2022.9-1.zip(r-4.6)numDeriv_2022.9-1.zip(r-4.5)
numDeriv_2022.9-1.tgz(r-4.6-any)numDeriv_2022.9-1.tgz(r-4.5-any)
numDeriv_2022.9-1.tar.gz(r-4.7-any)numDeriv_2022.9-1.tar.gz(r-4.6-any)
numDeriv_2022.9-1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
numDeriv/json (API)
NEWS
| # Install 'numDeriv' in R: |
| install.packages('numDeriv', repos = c('https://r-forge.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://r-forge.r-project.org/projects/optimizer
Last updated from:67f18d75bb. Checks:7 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 106 | ||
| source / vignettes | OK | 123 | ||
| linux-release-x86_64 | WARNING | 98 | ||
| macos-release-arm64 | WARNING | 74 | ||
| macos-oldrel-arm64 | WARNING | 90 | ||
| windows-devel | WARNING | 122 | ||
| windows-release | WARNING | 71 | ||
| windows-oldrel | WARNING | 56 | ||
| wasm-release | OK | 82 |
Exports:genDgradhessianjacobian
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Accurate Numerical Derivatives | numDeriv-package numDeriv.Intro |
| Accurate Numerical Derivatives | 00.numDeriv.Intro |
| Generate Bates and Watts D Matrix | genD genD.default |
| Numerical Gradient of a Function | grad grad.default |
| Calculate Hessian Matrix | hessian hessian.default |
| Gradient of a Vector Valued Function | jacobian jacobian.default |