PoisFamily: Generating function for Poisson families

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

View source: R/SimpleL2ParamFamilies.R

Description

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

Usage

1
PoisFamily(lambda = 1, trafo)

Arguments

lambda

positive mean

trafo

matrix: transformation of the parameter

Details

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

Value

Object of class "L2ParamFamily"

Author(s)

Matthias Kohl Matthias.Kohl@stamats.de

References

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

See Also

L2ParamFamily-class, Pois-class

Examples

1
2
3
4
(P1 <- PoisFamily(lambda = 4.5))
plot(P1)
FisherInfo(P1)
checkL2deriv(P1)

ROptEstOld documentation built on May 2, 2019, 12:51 p.m.