R/ExternalPackageInterface.R

Defines functions NumDeriv_jacobian

NumDeriv_jacobian <- function(fctToDeriv,WhereFctIsEvaluated,...){
    jacobian(fctToDeriv,WhereFctIsEvaluated,
             method="Richardson", method.args=list(),
             ...)
}

Try the StableEstim package in your browser

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

StableEstim documentation built on Aug. 7, 2022, 5:17 p.m.