Learn R Programming

distrMod (version 2.9.4)

PoisFamily: Generating function for Poisson families

Description

Generates an object of class "L2ParamFamily" which represents a Poisson family.

Usage

PoisFamily(lambda = 1, trafo)

Value

Object of class "L2ParamFamily"

Arguments

lambda

positive mean

trafo

function in param or matrix: transformation of the parameter

Author

Matthias Kohl Matthias.Kohl@stamats.de

Details

The slots of the corresponding L2 differentiable parameteric family are filled.

References

Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.

See Also

L2ParamFamily-class, Pois-class

Examples

Run this code
(P1 <- PoisFamily(lambda = 4.5))
plot(P1)
FisherInfo(P1)
checkL2deriv(P1)

Run the code above in your browser using DataLab