TestFunctions (version 0.2.0)

numHessian: Create function calculating the numerical hessian

Description

Create function calculating the numerical hessian

Usage

numHessian(func, ...)

Value

A hessian function

Arguments

func

Function to get hessian of

...

Arguments passed to numDeriv::hessian().

Examples

Run this code
numHessian(sin)

Run the code above in your browser using DataLab