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 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.

Author(s)

Alessandro Barbiero, Riccardo Inchingolo

References

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

See Also

ioFI2

Examples

p <- 0.2
q <- 0.8
iFI2(p, q)

[Package DiscreteLaplace version 1.1.1 Index]