invlomax(link.scale = "loge", link.p = "loge",
earg.scale=list(), earg.p=list(),
init.scale = NULL, init.p = 1, zero = NULL)
scale
and
(positive) shape parameter p
.
See Links
for more choices.earg
in Links
for general information.scale
and p
.scale
, p
, respectively."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.
The inverse Lomax distribution has density
scale
,
and p
is a shape parameter.
The mean does not seem to exist.
Invlomax
,
genbetaII
,
betaII
,
dagum
,
sinmad
,
fisk
,
lomax
,
paralogistic
,
invparalogistic
.y = rinvlomax(n=2000, 6, 2)
fit = vglm(y ~ 1, invlomax, trace=TRUE)
fit = vglm(y ~ 1, invlomax, trace=TRUE, crit="c")
coef(fit, mat=TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab