getHessian {cocons} | R Documentation |
returns the approximate (observed) Hesian (inverse of Fisher Information Matrix)
getHessian(coco.object, ncores = parallel::detectCores() - 1,
eps = .Machine$double.eps^(1/4))
coco.object |
|
ncores |
|
eps |
|
(numeric matrix
) a symmetric matrix pxp of the approximated (observed) Hessian
Federico Blasi