
These functions provide information about the generalized extreme
value distribution with location parameter equal to m
, dispersion
equal to s
, and family parameter equal to f
:log hazard.
(See `rmutil` for the d/p/q/r boxcox functions density,
cumulative distribution, quantiles, and random generation).
The generalized extreme value distribution has density
where
hgextval(y, s, m, f)
vector of responses.
vector of location parameters.
vector of dispersion parameters.
vector of family parameters.
dweibull
for the Weibull distribution.
# NOT RUN {
hgextval(1, 2, 1, 2)
# }
Run the code above in your browser using DataLab