p
and scale parameter scale
.dinvlomax(x, scale=1, p.arg, log = FALSE)
pinvlomax(q, scale=1, p.arg)
qinvlomax(p, scale=1, p.arg)
rinvlomax(n, scale=1, p.arg)
length(n) > 1
, the length
is taken to be the number required.log=TRUE
then the logarithm of the density is returned.dinvlomax
gives the density,
pinvlomax
gives the distribution function,
qinvlomax
gives the quantile function, and
rinvlomax
generates random deviates.invlomax
, which is the invlomax
,
genbetaII
.y = rinvlomax(n=1000, 6, 2)
fit = vglm(y ~ 1, invlomax, trace=TRUE, crit="c")
coef(fit, mat=TRUE)
Coef(fit)
Run the code above in your browser using DataLab