
These functions provide information about the generalized Weibull
distribution, also called the exponentiated Weibull, with scale
parameter equal to m
, shape 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 Weibull distribution has density
where
hgweibull(y, s, m, f)
vector of responses.
vector of location parameters.
vector of dispersion parameters.
vector of family parameters.
dweibull
for the Weibull distribution,
df
for the F distribution,
dburr
for the Burr distribution.
# NOT RUN {
hgweibull(5, 1, 3, 2)
# }
Run the code above in your browser using DataLab