getHessian {cocons} | R Documentation |
getHessian
Description
returns the approximate (observed) Hesian (inverse of Fisher Information Matrix)
Usage
getHessian(coco.object, ncores = parallel::detectCores() - 1,
eps = .Machine$double.eps^(1/4))
Arguments
coco.object |
a fitted coco object |
ncores |
number of cores used for the computation |
eps |
... |
Value
a symmetric matrix pxp of the approximated (observed) Hessian
Author(s)
Federico Blasi
[Package cocons version 0.1 Index]