Calculate a numerical approximation to the Hessian matrix at
the final estimated parameters using numDeriv::hessian
.
# S3 method for clv.fitted
hessian(object, method.args = list())hessian(object, ...)
# S4 method for clv.fitted
hessian(object, method.args = list())
The hessian matrix, with column and row names set to the parameter names used to call the LL.
Fitted model
List of options forwarded to the numerical approximation method. See numDeriv::hessian.
Ignored