getHessian | R Documentation |
numerically approximate the Hessian. Hessians of parameters based on "pml" are based on full likelihoods.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.