---
title: Discrete Lomax Distribution
url: https://www.emergentmind.com/topics/discrete-lomax-distribution
type: topic
---

# Discrete Lomax Distribution

The discrete Lomax distribution is a two-parameter discrete probability model that arises as the “zero-vertex” ($\mu=0$) specialization of the discrete generalized Pareto distribution. Its pmf, cumulative, survival, quantile, and hazard functions all admit closed-form expressions. The distribution is suitable for overdispersed count data typically featuring a substantial mass at zero and heavy right tails. Its flexibility and tractability make it effective in modeling phenomena such as the annual number of deaths at road-accident blackspots and count data exhibiting extra-Poisson variability [1312.4383], [1802.08951].

## 1. Definition and Fundamental Properties

The discrete Lomax distribution, denoted $\operatorname{DL}(\alpha, \lambda)$, is defined for $x=0,1,2,\dotsc$ by its cumulative distribution function (cdf):
\[
F(x) = \Pr[X \leq x] = 1 - [1+\lambda(x+1)]^{-\alpha}, \quad \alpha>0,\, \lambda>0
\]
Here $\alpha$ is a shape parameter and $\lambda$ a scale parameter. The pmf follows as the difference:
\[
p(x) = F(x)-F(x-1) = [1+\lambda x]^{-\alpha} - [1+\lambda(x+1)]^{-\alpha}
\]
The survival function (tail probability) is
\[
S(x) = \Pr[X \geq x] = [1+\lambda x]^{-\alpha}
\]
These closed-form expressions imply computational tractability for evaluation and sampling via inversion.

The discrete Lomax arises as the $a=1$ special case of the more general discrete gamma-Lomax distribution (DGLD). For $c>0$ and $\theta>0$, the DGLD has pmf
\[
g_1(x) = (1 + x/\theta)^{-1/c} - (1 + (x+1)/\theta)^{-1/c}
\]
which matches the Lomax form under the identification $c = 1/\alpha$, $\theta = 1/\lambda$ [1802.08951].

## 2. Moments and Tail Behavior

The $r$th moment of the discrete Lomax exists for $\alpha > r$ and is expressible via a tail sum:
\[
\mathbb{E}[X^r] = \sum_{x=1}^{\infty} \left[ x^r - (x-1)^r \right][1+\lambda x]^{-\alpha}
\]
The mean exists for $\alpha > 1$, and the variance for $\alpha > 2$. Closed-form solution is not available, but the convergent sum is practical for numerical computation.

The distribution possesses heavy right tails. As $x \to \infty$, $p(x) \sim x^{-\alpha - 1}$. This tail behavior enables the model to capture extreme count events.

Overdispersion is inherent: $\operatorname{Var}(X) > \mathbb{E}[X]$ for a broad parameter range. This makes the discrete Lomax suitable for data where classical Poisson models severely understate the empirical variance [1312.4383], [1802.08951].

## 3. Quantile and Hazard Functions

The quantile function (inverse cdf) for level $\gamma \in (0,1)$ is given by
\[
x_\gamma = \left\lceil \frac{(1-\gamma)^{-1/\alpha} - 1}{\lambda} - 1 \right\rceil
\]
This operation facilitates efficient random variate generation via inversion.

The discrete hazard function is
\[
r(x) = \frac{p(x)}{S(x)} = 1 - \left( \frac{1+\lambda x}{1+\lambda(x+1)} \right)^{\alpha}
\]
This function is strictly decreasing in $x$, reflecting a decreasing-failure-rate (DFR): the risk of observing an exact count $x$ declines as $x$ increases [1312.4383], [1802.08951].

## 4. Parameter Estimation

Two inference approaches are common: the $(\mu, \mu+1)$-frequency method and maximum likelihood estimation (MLE).

**Frequency method:** For sample proportions $\hat p_0$ (zero count) and $\hat p_1$ (one count), equations
\[
\hat p_0 = 1 - [1+\lambda]^{-\alpha},\qquad
\hat p_1 = [1+\lambda]^{-\alpha} - [1+2\lambda]^{-\alpha}
\]
are solved by first eliminating $\alpha$:
\[
\frac{\log(1+2\lambda)}{\log(1+\lambda)} = \frac{\hat p_0 + \hat p_1 - 1}{\hat p_0 - 1}
\]
Numerical root finding for $\lambda$ yields $\hat \lambda$, and then
\[
\hat \alpha = -\log(1-\hat p_0) / \log(1+\hat \lambda)
\]
The resulting estimates supply initial values for MLE.

**Maximum likelihood estimation:** For data $x_1,\ldots,x_n$, the log-likelihood is
\[
\ell(\alpha, \lambda) = \sum_{i=1}^n \log\left( [1+\lambda x_i]^{-\alpha} - [1+\lambda(x_i+1)]^{-\alpha} \right)
\]
Parameter optimization requires numerical maximization, typically initialized at the frequency-based estimates. The asymptotic normality of MLEs enables standard error computation via the observed information matrix [1312.4383], [1802.08951].

## 5. Model Assessment and Goodness-of-Fit

Goodness-of-fit is conventionally assessed by Chi-square or Kolmogorov–Smirnov (KS) tests adapted for discrete data.

- **Chi-square test:** Data are binned with expected counts $E_i \geq 5$, and the statistic
\[
\chi^2 = \sum_{i=1}^k \frac{(O_i - E_i)^2}{E_i}
\]
is compared to the $\chi^2$ quantile with $k-2-1$ degrees of freedom under the null model fit.

- **Discrete KS test by parametric bootstrap:** The empirical cdf $F_n(k)$ is compared to the fitted model cdf $F(k; \hat \alpha, \hat \lambda)$:
\[
K_n = \sqrt{n} \max_{0 \leq k \leq \max x_i} | F_n(k) - F(k; \hat \alpha, \hat \lambda) |
\]
A large number of synthetic samples are generated, re-fitted, and used to compute a bootstrap p-value as the proportion of simulated $K_n^\ast$ exceeding the observed $K_n$. Rejection occurs for $p < 0.05$ [1312.4383].

## 6. Applications and Empirical Studies

Prieto et al. (2014) modeled annual counts of deaths on Spanish road accident blackspots (2003–2007) using the discrete Lomax. Maximum likelihood estimates and standard errors for each year are summarized as follows:

| Year | $\hat \alpha$ (s.e.) | $\hat \lambda$ (s.e.)      |
|------|---------------------|--------------------------|
| 2003 | 6.55 (2.07)         | 0.314 (0.118)            |
| 2004 | 13.86 (9.90)        | 0.129 (0.100)            |
| 2005 | 5.49 (1.68)         | 0.381 (0.144)            |
| 2006 | 4.34 (1.16)         | 0.536 (0.186)            |
| 2007 | 10.83 (5.88)        | 0.204 (0.125)            |

Goodness-of-fit tests (both chi-square and KS with bootstrap) yielded p-values above the $0.05$ significance level in all years (e.g., 2003: $\chi^2=3.64$ with $df=1$, $p=0.056$; KS $=0.136$, bootstrap $p=0.261$), indicating the discrete Lomax model was not rejected at conventional levels [1312.4383].

Additionally, the discrete Lomax arises as a special case ($a=1$) of the discrete gamma-Lomax, which has been fitted to blockades and strike counts in UK industrial data, demonstrating its capacity to model overdispersed, heavy-tailed count processes [1802.08951].

## 7. Connections to Related Distributions

The discrete Lomax is embedded within the general class of discrete generalized Pareto distributions (DGP), parameterized by location $\mu$, shape, and scale. Setting $\mu = 0$ yields the Lomax as a two-parameter reduction. It is also a limiting form of the discrete gamma-Lomax for $a=1$, characterized via Poisson–Gamma mixtures discretized by the cdf-difference scheme.

A notable property is unification of heavy-tailed count models with closed-form expressions for likelihoods and moments. The decreasing failure rate property for $a \leq 1$ (and thus for the discrete Lomax) distinguishes it from other popular models such as the Poisson and negative binomial, especially in settings with many zeros and high dispersion [1802.08951].

The discrete Lomax and its generalizations are readily implemented in likelihood-based inferential frameworks using standard statistical software, and offer interpretable parameters controlling both dispersion and tail heaviness.

Source: https://www.emergentmind.com/topics/discrete-lomax-distribution