CauchyLocationFamily {distrMod} | R Documentation |
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 |
Details
The slots of the corresponding L2 differentiable parameteric family are filled.
Value
Object of class "L2LocationScaleFamily"
Author(s)
Peter Ruckdeschel Peter.Ruckdeschel@uni-oldenburg.de
References
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
See Also
L2ParamFamily-class
, Cauchy-class
Examples
(C1 <- CauchyLocationFamily())
plot(C1)
FisherInfo(C1)
### need smaller integration range:
checkL2deriv(C1)
[Package distrMod version 2.9.1 Index]