---
title: Double Pareto Distribution Overview
url: https://www.emergentmind.com/topics/double-pareto-distribution
type: topic
---

# Double Pareto Distribution Overview

The double Pareto distribution is a two-sided power-law distribution on positive support. In its canonical form, it is obtained by exponentiating a skewed Laplace variable, so that \(Z=\log X\) has a piecewise exponential density with a cusp at a central location \(\mu\), while \(X\) has Pareto-type behavior both near zero and in the upper tail. This construction makes the distribution simultaneously a log-Laplace law on the log scale and a piecewise power law on the original scale. The family appears in multiplicative-growth models with random observation time, in rank-size modeling, and as a baseline against which smoother or more flexible variants such as the Beta Rank Function (BRF) and the double Pareto lognormal (dPlN) are compared [1910.05364] [2403.12091].

## 1. Canonical distribution on the log scale and the original scale

A standard parameterization starts from the skewed log-Laplace density for \(Z=\log X\):
\[
f_Z^{DP}(z) = \frac{1}{a+b}
\begin{cases}
\exp((z-\mu)/b), & z \le \mu,\\
\exp(-(z-\mu)/a), & z \ge \mu.
\end{cases}
\]
It is continuous at \(\mu\) with a sharp angle, and the probability mass splits as \(b/(a+b)\) to the left of \(\mu\) and \(a/(a+b)\) to the right [1910.05364].

Transforming back to \(X=e^Z\) with \(A=e^\mu\) gives the canonical double Pareto density
\[
f_X^{DP}(x) = \frac{1}{a+b}
\begin{cases}
(x/A)^{1/b}/x, & x \le A,\\
(x/A)^{-1/a}/x, & x \ge A,
\end{cases}
\]
and the cdf
\[
F_X^{DP}(x) =
\begin{cases}
\frac{b}{a+b}(x/A)^{1/b}, & x \le A,\\
1-\frac{a}{a+b}(x/A)^{-1/a}, & x \ge A.
\end{cases}
\]
In this form, the left side is a power law near zero and the right side is a Pareto tail for large \(x\) [1910.05364].

An equivalent parameterization, common in stochastic-process derivations, uses positive tail indices \(\alpha\) and \(\beta\) with matching point \(X_0\):
\[
f_X(x) = \frac{\alpha\beta}{\alpha+\beta}\,\frac{1}{X_0}
\begin{cases}
(x/X_0)^{\beta-1}, & 0<x\le X_0,\\
(x/X_0)^{-\alpha-1}, & x\ge X_0.
\end{cases}
\]
The cdf is then
\[
F(x)=
\begin{cases}
\dfrac{\alpha}{\alpha+\beta}\,(x/X_0)^\beta, & 0<x\le X_0,\\
1-\dfrac{\beta}{\alpha+\beta}\,(x/X_0)^{-\alpha}, & x\ge X_0.
\end{cases}
\]
Both branches meet continuously at \(x=X_0\), and the tail exponents are explicit in the density and survival asymptotics [2509.24201].

The canonical model is therefore best viewed as a positive-support distribution whose defining regularity is exact piecewise power-law behavior with a non-smooth mode on the log scale. That cusp is central to later generalizations: some preserve the tails but smooth the peak, while others preserve the idea of two tail indices but replace the core altogether.

## 2. Stochastic-generation mechanisms

A particularly important derivation starts from geometric Brownian motion,
\[
S_t = S_0 \exp\!\Big((\mu-\tfrac{1}{2}\sigma^2)t+\sigma W_t\Big),
\]
with \(\tilde\mu=\mu-\tfrac{1}{2}\sigma^2\). If the observation time \(T\) is independent and exponentially distributed, \(T\sim \mathrm{Exp}(\lambda)\), then the log-return
\[
X_T=\log(S_T/S_0)=\tilde\mu T+\sigma W_T
\]
has mgf
\[
M_{X_T}(u)=\frac{\lambda}{\lambda-\tilde\mu u-\tfrac{1}{2}\sigma^2u^2}.
\]
Factoring the denominator yields
\[
\alpha=\frac{-\tilde\mu+\sqrt{\tilde\mu^2+2\sigma^2\lambda}}{\sigma^2},\qquad
\beta=\frac{\tilde\mu+\sqrt{\tilde\mu^2+2\sigma^2\lambda}}{\sigma^2},
\]
so \(X_T\) is asymmetric Laplace on the log scale and \(S_T\) is double Pareto on the original scale [2403.12091].

This observation-time mechanism generalizes. For a nonnegative random time \(T\) with mgf \(M_T(s)\), the exact moment formula is
\[
\mathbb{E}[X_T^q]
=
X_0^q\,M_T\!\Big(q\mu+\tfrac{1}{2}\sigma^2(q^2-q)\Big),
\]
whenever the mgf is finite at that argument. In this sense, moment existence for the observed GBM is reduced to the domain of \(M_T\), and the double Pareto case arises when the observation-time mgf has the exponential form \(\lambda/(\lambda-s)\) [2509.24201].

The same framework clarifies when the double Pareto law ceases to hold. Replacing the exponential stopping time by a uniform observation time \(T\sim \mathrm{Unif}(0,\tau)\) produces a uniform mixture of lognormals rather than a log-Laplace mixture. In that model, the pdf and ccdf admit exact formulas in terms of \(\mathrm{erfc}\), all polynomial moments are finite, and the tails are lognormal-like rather than power-law; the paper describes this as a deformation of the double Pareto distribution [2403.12091].

A further generalization uses generalized inverse Gaussian observation times. In that setting the pdf of the observed GBM is obtained exactly in terms of modified Bessel functions, and the gamma, inverse gamma, and inverse Gaussian cases appear as specializations. The exponential-observation-time double Pareto law is recovered as a limiting case of the gamma subclass with shape \(k=1\) [2509.24201].

## 3. Tail indices, moments, and parameter interpretation

The double Pareto distribution is characterized by two tail indices, one governing the lower tail near zero and the other governing the upper tail at infinity. In the \((\alpha,\beta,X_0)\) parameterization,
\[
\mathbb{P}(X>x)\sim \frac{\beta}{\alpha+\beta}\Big(\frac{x}{X_0}\Big)^{-\alpha}
\quad (x\to\infty),
\qquad
\mathbb{P}(X\le x)\sim \frac{\alpha}{\alpha+\beta}\Big(\frac{x}{X_0}\Big)^{\beta}
\quad (x\downarrow 0),
\]
so \(\alpha\) controls the right tail and \(\beta\) the left tail [2509.24201].

Moment existence is correspondingly asymmetric. For the exponential-observation-time double Pareto derived from GBM,
\[
\mathbb{E}[X_T^q]
=
X_0^q\,
\frac{\lambda}{\lambda-\left(q\mu+\tfrac{1}{2}\sigma^2(q^2-q)\right)},
\]
and the moment is finite if and only if \(-\beta<q<\alpha\). The poles at \(q=\alpha\) and \(q=-\beta\) encode the tail indices directly [2509.24201].

In the BRF-induced double-Pareto-like family, the analogous statement is expressed with parameters \(a\) and \(b\). The positive moments satisfy
\[
E[X^n]=A^n B(1-na,1+nb),
\]
and are finite iff \(n<1/a\). Hence the mean exists if \(a<1\), the variance if \(a<1/2\), and the right tail controls the existence of moments, while the left tail near zero is benign for \(b\ge 0\) [1910.05364].

The parameter mappings in the GBM representation are explicit:
\[
\alpha=\frac{-\tilde\mu+\sqrt{\tilde\mu^2+2\sigma^2\lambda}}{\sigma^2},
\qquad
\beta=\frac{\tilde\mu+\sqrt{\tilde\mu^2+2\sigma^2\lambda}}{\sigma^2},
\]
with inverse relations
\[
\frac{\tilde\mu}{\sigma^2}=\frac{\beta-\alpha}{2},
\qquad
\lambda=\frac{\sigma^2\alpha\beta}{2},
\qquad
\mu=\frac{\sigma^2}{2}(1+\beta-\alpha).
\]
Larger observation-time scale implies heavier tails by reducing the effective tail indices, whereas bounded observation windows remove the power-law regime altogether [2509.24201] [2403.12091].

A common misconception is that any distribution with two apparent heavy tails is necessarily canonical double Pareto. The supplied literature shows that this is not generally correct. A plausible implication is that the decisive diagnostic is not merely two-sided decay, but the combination of exact power-law tails, the behavior near the matching point, and the observation-time or mixture mechanism that generates the model.

## 4. Smooth and composite extensions

The BRF provides a smooth double-Pareto-like alternative derived from rank-size structure rather than a piecewise-defined density. It is defined by
\[
x(u)=A(1-u)^b/u^a,\qquad 0<u\le 1,\quad A>0,\quad a,b\ge 0,
\]
where \(u\) is normalized continuous rank. On the log scale,
\[
z=\log x=\log A+b\log(1-u)-a\log u,
\]
and
\[
f_Z(z)=\frac{1}{b/(1-u)+a/u}.
\]
Its tails are approximately exponential on the log scale,
\[
f_Z(z)\approx e^{(z-\log A)/b}/b \quad \text{left},
\qquad
f_Z(z)\approx e^{-(z-\log A)/a}/a \quad \text{right},
\]
which implies the original-scale approximations
\[
f_X(x)\approx (x/A)^{1/b}/(bx)\quad (x<A),
\qquad
f_X(x)\approx (x/A)^{-1/a}/(ax)\quad (x>A).
\]
Thus the BRF matches the canonical double Pareto in the tails but differs at the mode: its peak is smooth and has no cusp [1910.05364].

Several closed-form features of the BRF on the log scale are exact. The mode is
\[
z_0=\log A+(a-b)\log(\sqrt{a}+\sqrt{b})-(a\log a-b\log b)/2,
\]
and the probability split at the peak is
\[
\text{left } \frac{\sqrt{b}}{\sqrt{a}+\sqrt{b}},
\qquad
\text{right } \frac{\sqrt{a}}{\sqrt{a}+\sqrt{b}}.
\]
Near the peak,
\[
f_Z(z)=c_1-c_2(z-z_0)^2+c_3(z-z_0)^3+O((z-z_0)^4),
\]
with the cubic term vanishing when \(a=b\). In the symmetric case \(a=b\), the exact log-scale pdf is
\[
f_{a=b}(z)=\frac{e^{(z-z_0)/a}}{a(1+e^{(z-z_0)/a})^2},
\]
which is quadratic near the mode and exponential in the tails; it is therefore log-normal-like near the peak but not identical to a lognormal [1910.05364].

The dPlN distribution modifies the canonical model in a different way by introducing a lognormal core. If \(Y=Z+W\) with \(Z\sim N(\nu,\tau^2)\) and \(W\) skewed Laplace, then \(X=\exp(Y)\) is dPlN with pdf
\[
f_X(x \mid \alpha,\beta,\nu,\tau^2)
=
\frac{\alpha\beta}{\alpha+\beta}\,\frac{1}{x}\,
\phi\!\left(\frac{\log x-\nu}{\tau}\right)
\left[
R\!\left(\alpha\tau-\frac{\log x-\nu}{\tau}\right)
+
R\!\left(\beta\tau+\frac{\log x-\nu}{\tau}\right)
\right].
\]
Its upper tail is Pareto-type with index \(\alpha\), its lower tail is Pareto-type near zero with index \(\beta\), and moments exist for orders \(r<\alpha\):
\[
\mathbb{E}[X^r]
=
\frac{\alpha\beta}{(\alpha-r)(\beta+r)}
\exp\!\left(r\nu+\tfrac{1}{2}r^2\tau^2\right).
\]
Unlike the canonical double Pareto, the dPlN does not possess a Laplace transform in closed form [1011.3411].

These two extensions answer different modeling deficiencies. The BRF preserves the idea of two-sided power-law tails while smoothing the cusp intrinsically. The dPlN preserves Pareto tails but replaces the rigid center by a lognormal core. This suggests that empirical departures from the canonical distribution often concern the central body or modal regularity rather than the tail exponents alone.

## 5. Estimation, diagnostics, and computation

For BRF and double-Pareto-like data, a practical diagnostic pipeline works on \(z_i=\log x_i\). The recommended steps are to plot a histogram with y-axis in log scale and inspect the tails: linear decay only on the right suggests a one-sided power law; linear decay on both sides with similar slopes suggests an approximately log-normal pattern; linear decay on both sides with different slopes suggests BRF or double Pareto-like behavior; and poor data on one side should not be over-interpreted [1910.05364].

Tail parameters can be estimated directly from the semi-log histogram of \(f_Z\), where the left slope is approximately \(+1/b\) and the right slope approximately \(-1/a\). BRF parameters can also be estimated by rank-size regression:
\[
\log x = \log A + b\log(1-u)-a\log u,
\]
or, with discrete ranks,
\[
\log x = C-a\log r+b\log r_2.
\]
The paper further proposes linking \(a\), \(b\), and \(\log A\) to sample moments through
\[
E[Z]=\log A+a-b,
\qquad
Var[Z]=(a-b)^2+(\pi^2/3)ab,
\]
and suggests Jackknife resampling to reduce estimator bias [1910.05364].

For random-time GBM models, the exact pdfs in the exponential, gamma, inverse Gaussian, and GIG cases support maximum-likelihood estimation by direct numerical optimization. The exact moment formula
\[
\hat m_q \approx X_0^q\,M_T\!\big(q\mu+\tfrac{1}{2}\sigma^2(q^2-q)\big)
\]
also yields a method-of-moments route, while tail-slope estimation can be followed by back-mapping from the estimated tail indices to \((\mu,\sigma,\lambda)\) or \((\mu,\sigma,\psi)\) [2509.24201].

For dPlN, Bayesian inference is developed on the log scale using the Normal-Laplace decomposition \(Y=Z+W\). The Gibbs sampler augments the model with latent Gaussian and exponential variables, updates \(\nu\), \(\tau^2\), \(\alpha\), and \(\beta\) from their conditional posteriors, and requires proper priors for \(\alpha\) and \(\beta\), since improper priors yield improper posteriors. Because the dPlN Laplace transform is not available in closed form, queueing calculations use the Transform Approximation Method (TAM), based on quantiles and weighted exponentials [1011.3411].

The estimation literature therefore reflects the structural diversity of the topic: piecewise power laws admit direct tail fitting, rank-derived smooth variants admit regression on rank-size equations, and composite core-tail models often require latent-variable Bayesian computation.

## 6. Applications, adjacent uses, and conceptual distinctions

The double Pareto viewpoint has been applied to urban populations and financial log-returns. In the BRF study, India 2011 cities showed one-sided power-law structure, whereas China 2010 urban units showed two-sided power-law structure with different left and right tail slopes. Daily log-returns for four US indices over 30 years were described as having tails heavier than normal, with log-BRF fitting the near-peak shape comparably while matching the heavier tails through the exponential decay rates \(1/b\) and \(1/a\) on the log scale [1910.05364].

The dPlN extension has been used in internet traffic analysis and insurance. For 50,000 interarrival times from BC-pAug89 and for Bellcore bytes/sec data, the dPlN was reported to fit both body and tails better than a single Pareto, while in insurance portfolios the model accommodated very heavy right tails. Queueing applications include \(\mathit{dPlN}/M/1\) and \(M/\mathit{dPlN}/1\) systems, where stability and waiting-time summaries depend on whether moments such as \(E[S]\) and \(E[S^2]\) exist; in heavy-tailed settings, the paper recommends medians and quantiles rather than means for equilibrium summaries [1011.3411].

A separate line of work uses the term “generalized double Pareto” for a Bayesian shrinkage prior in linear models. That prior is not the classic positive-support double Pareto used in economics or multiplicative-growth modeling. It is symmetric about zero,
\[
f(\theta\mid\xi,\alpha)=\frac{1}{2\xi}\left(1+\frac{|\theta|}{\alpha\xi}\right)^{-(\alpha+1)},
\]
has a finite mass at zero \(f(0\mid \xi,\alpha)=(2\xi)^{-1}\), and has polynomial tails of order \(|\theta|^{-(\alpha+1)}\). The paper emphasizes the contrast explicitly: the classic “double Pareto” typically models strictly positive quantities and uses different parameterizations and support, whereas the GDP prior is designed for shrinkage in regression and is constructed by reflecting a one-sided generalized Pareto density about zero [1104.0861].

This distinction is important because the phrase “double Pareto distribution” refers to a family resemblance rather than a single universal object. On positive support, the canonical model is log-Laplace and piecewise power law. In smooth rank-based variants, the tails remain double-Pareto-like but the cusp disappears. In dPlN models, a lognormal core is inserted between the tails. In shrinkage priors, symmetry about zero and sparsity at the origin become the dominant design features. The shared motif is two-sided polynomial behavior, but the support, generative mechanism, and inferential role differ substantially across these constructions.

Source: https://www.emergentmind.com/topics/double-pareto-distribution