Learn R Programming

⚠️There's a newer version (2016.8-1.1) of this package.Take me there.

numDeriv (version 2012.3-1)

Accurate Numerical Derivatives

Description

This package provide methods for calculating (usually) accurate numerical first and second order derivatives. Accurate calculations are done using Richardson's extrapolation, but a simple difference method is also provided. Simple difference is (usually) less accurate but is much quicker and provides a useful cross-check. Methods are provided for real scalar and vector valued functions.

Copy Link

Version

Install

install.packages('numDeriv')

Monthly Downloads

327,864

Version

2012.3-1

License

GPL-2 | file LICENSE

Maintainer

Paul Gilbert

Last Published

March 27th, 2012

Functions in numDeriv (2012.3-1)

numDeriv-package

Accurate Numerical Derivatives
genD

Generate Bates and Watts D Matrix
jacobian

Gradient of a Vector Valued Function
grad

Numerical Gradient of a Function
00.numDeriv.Intro

Accurate Numerical Derivatives
hessian

Calculate Hessian Matrix