
lomax(lscale = "loge", lshape3.q = "loge",
iscale = NULL, ishape3.q = NULL,
gshape3.q = exp(-5:5), zero = NULL)
scale
and q
.
See Links
for more choices.scale
and q
."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
,
simulate.vlm
.ldata <- data.frame(y = rlomax(n = 1000, scale = exp(1), exp(2)))
fit <- vglm(y ~ 1, lomax, data = ldata, trace = TRUE)
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab