Complementary cumulative distribution function for the discrete power law distribution with parameters xmin and alpha.
Usage
pdispl(q, xmin, alpha, lower.tail = TRUE)
Arguments
q
Vector of quantiles.
xmin
The lower bound of the powerlaw distribution.
alpha
The scaling parameter.
lower.tail
Logical, whether is returned the cumulative distribution function insted of the complementary cumulative distribution function. By default is set to TRUE.