Learn R Programming

distrMod (version 2.9.4)

CauchyLocationFamily: Generating function for Cauchy location families

Description

Generates an object of class "L2LocationFamily" which represents a Cauchy location family.

Usage

CauchyLocationFamily(loc = 0, scale = 1, trafo)

Value

Object of class "L2LocationScaleFamily"

Arguments

loc

location

scale

scale

trafo

function in param or matrix: transformation of the parameter

Author

Peter Ruckdeschel Peter.Ruckdeschel@uni-oldenburg.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, Cauchy-class

Examples

Run this code
(C1 <- CauchyLocationFamily())
plot(C1)
FisherInfo(C1)
### need smaller integration range:
checkL2deriv(C1)

Run the code above in your browser using DataLab