powered by
Density, distribution function, quantile function and random generation for the inverse Lomax distribution with shape parameter p and scale parameter scale.
p
scale
dinv.lomax(x, scale = 1, shape2.p, log = FALSE) pinv.lomax(q, scale = 1, shape2.p, lower.tail = TRUE, log.p = FALSE) qinv.lomax(p, scale = 1, shape2.p, lower.tail = TRUE, log.p = FALSE) rinv.lomax(n, scale = 1, shape2.p)
dinv.lomax gives the density,
dinv.lomax
pinv.lomax gives the distribution function,
pinv.lomax
qinv.lomax gives the quantile function, and
qinv.lomax
rinv.lomax generates random deviates.
rinv.lomax
vector of quantiles.
vector of probabilities.
number of observations. If length(n) > 1, the length is taken to be the number required.
length(n) > 1
shape parameter.
scale parameter.
Logical. If log = TRUE then the logarithm of the density is returned.
log = TRUE
Same meaning as in pnorm or qnorm.
pnorm
qnorm
T. W. Yee
See inv.lomax, which is the VGAM family function for estimating the parameters by maximum likelihood estimation.
inv.lomax
Kleiber, C. and Kotz, S. (2003). Statistical Size Distributions in Economics and Actuarial Sciences, Hoboken, NJ, USA: Wiley-Interscience.
inv.lomax, genbetaII.
genbetaII
idata <- data.frame(y = rinv.lomax(n = 1000, exp(2), exp(1))) fit <- vglm(y ~ 1, inv.lomax, idata, trace = TRUE, crit = "coef") coef(fit, matrix = TRUE) Coef(fit)
Run the code above in your browser using DataLab