Logarithmic Distribution — Definition, Formula & Examples
The logarithmic distribution (also called the log-series distribution) is a discrete probability distribution defined on the positive integers 1, 2, 3, … where the probabilities decrease roughly in proportion to scaled by powers of a parameter . It often arises when modeling the number of species with a given abundance or the number of items in a category.
A discrete random variable follows a logarithmic distribution with parameter if its probability mass function is for . The name comes from the connection to the Maclaurin series expansion of , which ensures the probabilities sum to 1.
Key Formula
Where:
- = Parameter of the distribution, where $0 < p < 1$
- = A positive integer outcome (1, 2, 3, …)
How It Works
The single parameter controls the shape: values of close to 0 concentrate almost all probability on , while values close to 1 spread probability across larger values of . The mean is and the variance is . To use the distribution, you estimate from data (often via maximum likelihood) and then compute probabilities or expected counts for each integer .
Worked Example
Problem: Suppose follows a logarithmic distribution with . Find and .
Compute the normalizing constant: First evaluate the constant .
Find P(X = 1): Substitute into the PMF.
Find P(X = 2): Substitute into the PMF.
Answer: and . Most of the probability mass sits at .
Visualization
Why It Matters
The logarithmic distribution is a building block of the negative binomial distribution — specifically, a Poisson mixture of logarithmic random variables yields a negative binomial. Ecologists use it (via Fisher's log-series model) to describe species abundance data, and it appears in actuarial science when modeling claim frequencies.
Common Mistakes
Mistake: Confusing the logarithmic distribution with the lognormal distribution.
Correction: The logarithmic (log-series) distribution is discrete on positive integers; the lognormal distribution is continuous on positive reals. They are entirely different families.
