iFI {DiscreteLaplace} | R Documentation |
Inverse of Fisher Information matrix
Description
Inverse of Fisher Information matrix for the DSL.
Usage
iFI(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
T. J. Kozubowski, S. Inusah (2006) A skew Laplace distribution on integers, Annals of the Institute of Statistical Mathematics, 58: 555-571
See Also
Examples
p <- 0.2
q <- 0.8
iFI(p, q)
[Package DiscreteLaplace version 1.1.1 Index]