Learn R Programming

distrMod (version 2.8.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)

Arguments

loc

location

scale

scale

trafo

function in param or matrix: transformation of the parameter

Value

Object of class "L2LocationScaleFamily"

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
# NOT RUN {
(C1 <- CauchyLocationFamily())
plot(C1)
FisherInfo(C1)
### need smaller integration range:
checkL2deriv(C1)
# }

Run the code above in your browser using DataLab