iFI2 {DiscreteLaplace} | R Documentation |
Inverse of Fisher Information matrix
Description
Inverse of Fisher Information matrix for the ADSL.
Usage
iFI2(p, q)
Arguments
p |
first parameter |
q |
second parameter |
Value
The inverse of Fisher Information matrix. Take a look at the references for more details.
Author(s)
Alessandro Barbiero, Riccardo Inchingolo
References
A. Barbiero, An alternative discrete Laplace distribution, Statistical Methodology, 16: 47-67
See Also
Examples
p <- 0.2
q <- 0.8
iFI2(p, q)
[Package DiscreteLaplace version 1.1.1 Index]