These functions define the density, distribution function, quantile function and random generation for the Discrete Marshall–Olkin Length Biased Exponential DMOLBE distribution with parameters μ and σ.
dDMOLBE(x, mu =1, sigma =1, log =FALSE)pDMOLBE(q, mu =1, sigma =1, lower.tail =TRUE, log.p =FALSE)rDMOLBE(n, mu =1, sigma =1)qDMOLBE(p, mu =1, sigma =1, lower.tail =TRUE, log.p =FALSE)
Arguments
x, q: vector of (non-negative integer) quantiles.
mu: vector of the mu parameter.
sigma: vector of the sigma parameter.
log, log.p: logical; if TRUE, probabilities p are given as log(p).
lower.tail: logical; if TRUE (default), probabilities are P[X<=x], otherwise, P[X>x].
n: number of random values to return.
p: vector of probabilities.
Returns
dDMOLBE gives the density, pDMOLBE gives the distribution function, qDMOLBE gives the quantile function, rDMOLBE
generates random deviates.
Details
The DMOLBE distribution with parameters μ and σ
has a support 0, 1, 2, ... and mass function given by