View source: R/core-generics.R
| hess_loglik.likelihood_model | R Documentation |
In case a hess_loglik method is not provided, this function will be
used.
It computes the hessian of the log-likelihood function using numerical
differentiation.
## S3 method for class 'likelihood_model'
hess_loglik(model, control = list(), ...)
model |
The likelihood model |
control |
Custom arguments to pass to |
... |
Additional arguments (to pass into |
A function(df, par, ...) that computes the Hessian matrix of the
log-likelihood evaluated at par given data df.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.