R/hessianRichardson.R

Defines functions .hessianRichardson

.hessianRichardson<-function(x, temperatures, integral, derivate, weight,
                             hatchling.metric, M0, fixed.parameters) {
	return(numDeriv::hessian(info.nests, x, method="Richardson",
	                         temperatures=temperatures, 
	                         integral=integral, weight=weight, derivate=derivate, 
	                         hatchling.metric=hatchling.metric, M0=M0, fixed.parameters=fixed.parameters))
	}

Try the embryogrowth package in your browser

Any scripts or data that you put into this service are public.

embryogrowth documentation built on Oct. 24, 2023, 5:07 p.m.