numHessian {TestFunctions}R Documentation

Create function calculating the numerical hessian

Description

Create function calculating the numerical hessian

Usage

numHessian(func, ...)

Arguments

func

Function to get hessian of

...

Arguments passed to numDeriv::hessian().

Value

A hessian function

Examples

numHessian(sin)

[Package TestFunctions version 0.2.1 Index]