Learn R Programming

DiscreteLaplace (version 1.1.1)

iFI2: Inverse of Fisher Information matrix

Description

Inverse of Fisher Information matrix for the ADSL.

Usage

iFI2(p, q)

Arguments

p
first parameter $p$, in $(0,1)$, of the ADSL
q
second parameter $q$, in $(0,1)$, of the ADSL

Value

The inverse of Fisher Information matrix. Take a look at the references for more details.

References

A. Barbiero, An alternative discrete Laplace distribution, Statistical Methodology, 16: 47-67

See Also

ioFI2

Examples

Run this code
p <- 0.2
q <- 0.8
iFI2(p, q)

Run the code above in your browser using DataLab