CauchyLocationFamily {distrMod} | R Documentation |
Generates an object of class "L2LocationFamily"
which
represents a Cauchy location family.
CauchyLocationFamily(loc = 0, scale = 1, trafo)
loc |
location |
scale |
scale |
trafo |
function in |
The slots of the corresponding L2 differentiable parameteric family are filled.
Object of class "L2LocationScaleFamily"
Peter Ruckdeschel Peter.Ruckdeschel@uni-oldenburg.de
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
L2ParamFamily-class
, Cauchy-class
(C1 <- CauchyLocationFamily()) plot(C1) FisherInfo(C1) ### need smaller integration range: checkL2deriv(C1)