Yule–Simon Distribution¶
A one-parameter distribution on positive integers with beta-function probability mass and a power-law tail, associated with cumulative-advantage frequency models.
Core Idea¶
The Yule–Simon distribution is a discrete probability law on the positive integers. With shape parameter \(\rho>0\), its probability mass function is
The beta-function law produces a power-law mass tail,
SciPy and Stan document the same standardized positive-integer law and parameter domain. Its stable identity combines support, formula, one shape parameter, and tail behavior. A classic generative interpretation comes from cumulative advantage: new types enter while existing types are selected in proportion to their current frequency, yielding the distribution as a limiting frequency law under the Simon model.
Scope of Application¶
The law belongs to probability theory, frequency modeling, and discrete heavy-tail statistics. Simon developed a family of skew distributions for phenomena such as word frequencies, city sizes, and biological genera under cumulative advantage. Yule's earlier evolutionary model studied the distribution of species among genera and supplied the historical branching context from which the name derives.
Modern uses treat \(K\) as the frequency or size of a type selected from a population of types: occurrences per word, members per category, or other positive counts.
Clarity¶
The name distinguishes three layers: the exact distributional family, its asymptotic tail, and a possible generating mechanism. A dataset may approximate a power law without following the beta-function probabilities at small and moderate \(k\). Conversely, fitting the Yule–Simon law does not prove preferential attachment caused the observations.
Manages Complexity¶
One parameter compresses an infinite probability table while preserving exact mass ratios, tail exponent, and moment-existence thresholds. Instead of estimating a separate probability for every count, an analyst estimates \(\rho\) and obtains a coherent normalized law. The recurrence supports stable numerical evaluation, and the tail approximation supports qualitative risk reasoning.
Abstract Reasoning¶
Gamma-function asymptotics give \(\Gamma(k)/\Gamma(k+\rho+1)\sim k^{-(\rho+1)}\), establishing the mass-tail exponent. The adjacent-probability ratio follows directly:
Knowledge Transfer¶
The distribution transfers literally among datasets whose observational unit is a positive count per type and whose mass shape is compatible with the beta law. Formula, estimation, random generation, and moment diagnostics then carry unchanged. A biological genus size and a word frequency can instantiate the same probability family without claiming the substrates are otherwise alike.
The process interpretation transfers more cautiously. Cumulative advantage requires a flow of innovations and reinforcement proportional to current frequency. If a domain lacks those roles, only the distributional fit transfers.
Relationships to Other Abstractions¶
Current abstraction Yule–Simon Distribution Domain-specific
Parents (1) — more general patterns this builds on
-
Yule–Simon Distribution is a kind of Probability Distribution Domain-specific
The proposed parent is
domain_specific:probability_distribution, with strict specialization: the Yule–Simon law completely specifies probability mass over a discrete outcome space.
Hierarchy paths (5) — routes to 3 parentless roots
- Yule–Simon Distribution → Probability Distribution → Random Variable → Function (Mapping)
- Yule–Simon Distribution → Probability Distribution → Probability → Measure → Set and Membership
- Yule–Simon Distribution → Probability Distribution → Probability → Measure → Aggregation → Micro Macro Linkage
- Yule–Simon Distribution → Probability Distribution → Random Variable → Probability → Measure → Set and Membership
- Yule–Simon Distribution → Probability Distribution → Random Variable → Probability → Measure → Aggregation → Micro Macro Linkage
Neighborhood in Abstraction Space¶
Yule–Simon Distribution sits in a sparse region of the domain-specific corpus (73rd percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Unclustered & Miscellaneous (1565 abstractions)
Nearest neighbors
- Random Variable — 0.85
- Monotone Likelihood Ratio Property — 0.84
- K-Distribution — 0.84
- Empirical Measure — 0.83
- Probability Distribution — 0.83
Computed from structural-signature embeddings · 2026-09-08