Learn R Programming

nimble (version 0.6-6)

ADNimbleList: EXPERIMENTAL Data type for the return value of nimDerivs

Description

nimbleList definition for the type of nimbleList returned by nimDerivs.

Usage

ADNimbleList

Arguments

Format

An object of class list of length 1.

Fields

value

The value of the function evaluated at the given input arguments.

gradient

The gradient of the function evaluated at the given input arguments.

hessian

The Hessian of the function evaluated at the given input arguments.

thirdDerivs

Currently unused.

See Also

nimDerivs