fisherI {docopulae} | R Documentation |
Fisher Information
Description
fisherI
utilizes nint_integrate
to evaluate the Fisher information.
Usage
fisherI(ff, theta, parNames, yspace, ...)
Arguments
ff |
either
where |
theta |
the list of parameters. |
parNames |
a vector of names or indices, the subset of parameters to use. |
yspace |
a space, the support of |
... |
other arguments passed to |
Details
If ff
is a list, it shall contain dlogf
xor d2logf
.
Value
fisherI
returns a named matrix, the Fisher information.
See Also
buildf
, numDerivLogf
, DerivLogf
, nint_space
, nint_transform
, nint_integrate
, param
Examples
## see examples for param