numHessian: Create function calculating the numerical hessian

Description Usage Arguments Value Examples

View source: R/derivatives.R

Description

Create function calculating the numerical hessian

Usage

1
numHessian(func, ...)

Arguments

func

Function to get hessian of

...

Arguments passed to numDeriv::hessian().

Value

A hessian function

Examples

1

TestFunctions documentation built on May 2, 2019, 2:42 a.m.