numHessian: Create function calculating the numerical hessian

View source: R/derivatives.R

numHessianR 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)

CollinErickson/TestFunctions documentation built on Sept. 20, 2024, 10:06 a.m.