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)

TestFunctions documentation built on Sept. 30, 2024, 9:31 a.m.