
marssMLE
object. This is a utility function in the MARSS-package
.MARSShessian(MLEobj, fun="MARSSkf")
MARSShessian()
returns the marssMLE
object passed in along with additional components
Hessian, gradient, parMean
and parSigma
computed by the MARSShessian
function.fdHess
from package nlme
to numerically estimate the Hessian matrix
(the matrix of partial 2nd derivatives of the parameter estimates). Hessian CIs are based on
the asymptotic normality of ML estimates under a large-sample approximation.MARSSparamCIs
marssMLE
dat = t(harborSeal)
dat = dat[c(2,11),]
MLEobj = MARSS(dat)
#show the approx Hessian
MARSShessian(MLEobj)$Hessian
Run the code above in your browser using DataLab