
Generates an object of class "L2ParamFamily"
which
represents a Gumbel location family.
GumbelLocationFamily(loc = 0, scale = 1, trafo)
location parameter
scale parameter
matrix: transformation of the parameter
Object of class "L2ParamFamily"
The slots of the corresponding L2 differentiable parameteric family are filled.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
# NOT RUN {
distrExOptions("ElowerTruncQuantile" = 1e-15) # problem with
# non-finite function value
(G1 <- GumbelLocationFamily())
plot(G1)
Map(L2deriv(G1)[[1]])
checkL2deriv(G1)
distrExOptions("ElowerTruncQuantile" = 0) # default
# }
Run the code above in your browser using DataLab