iFI2: Inverse of Fisher Information matrix

Description Usage Arguments Value Author(s) References See Also Examples

Description

Inverse of Fisher Information matrix for the ADSL.

Usage

1
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

1
2
3
p <- 0.2
q <- 0.8
iFI2(p, q)

Example output

           [,1]       [,2]
[1,] 0.53448982 0.03229493
[2,] 0.03229493 0.03441827

DiscreteLaplace documentation built on May 2, 2019, 5:52 a.m.