
lomax(lscale = "loge", lshape3.q = "loge",
iscale = NULL, ishape3.q = 2, zero = NULL)
scale
and q
.
See Links
for more choices.scale
and q
.scale
, q
, respectively."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.
The Lomax distribution has density
scale
,
and q
is a shape parameter.
The cumulative distribution function is
Lomax
,
genbetaII
,
betaII
,
dagum
,
sinmad
,
fisk
,
invlomax
,
paralogistic
,
invparalogistic
.ldata <- data.frame(y = rlomax(n = 1000, exp(1), exp(2)))
fit <- vglm(y ~ 1, lomax, ldata, trace = TRUE)
fit <- vglm(y ~ 1, lomax(iscale = exp(1), ishape3.q = exp(2)), ldata, trace = TRUE)
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab