CauchyLocationScaleFamily {distrMod} | R Documentation |
Generating function for Cauchy location and scale families
Description
Generates an object of class "L2LocationScaleFamily"
which
represents a Cauchy location and scale family.
Usage
CauchyLocationScaleFamily(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)
Matthias Kohl Matthias.Kohl@stamats.de
References
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
See Also
L2ParamFamily-class
, Cauchy-class
Examples
(C1 <- CauchyLocationScaleFamily())
## synonymous: C1 <- CauchyFamily()
plot(C1)
FisherInfo(C1)
### need smaller integration range:
distrExoptions("ElowerTruncQuantile"=1e-4,"EupperTruncQuantile"=1e-4)
checkL2deriv(C1)
distrExoptions("ElowerTruncQuantile"=1e-7,"EupperTruncQuantile"=1e-7)
[Package distrMod version 2.9.1 Index]