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 May 29, 2024, 11 a.m.