Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Zipf's law
Probability distribution

Zipf's law is an empirical law stating that in many datasets, such as word frequencies in a natural language corpus, the frequency of the n-th ranked item is approximately inversely proportional to its rank. For example, in the Brown Corpus, the word "the" accounts for nearly 7% of occurrences, about twice the frequency of the second-ranked word. This relationship is often expressed as the Zipf-Mandelbrot law, a refined formula with fitted parameters. Named after George Kingsley Zipf, the law is significant in quantitative linguistics and appears in various physical and social sciences. Its statistical form relates to probability distributions like the Zipfian distribution.

Related Image Collections Add Image
We don't have any YouTube videos related to Zipf's law yet.
We don't have any PDF documents related to Zipf's law yet.
We don't have any Books related to Zipf's law yet.

History

In 1913, the German physicist Felix Auerbach observed an inverse proportionality between the population sizes of cities, and their ranks when sorted by decreasing order of that variable.6

Zipf's law had been discovered before Zipf,7 first by the French stenographer Jean-Baptiste Estoup in 1916,89 and also by G. Dewey in 1923,10 and by E. Condon in 1928.11

The same relation for frequencies of words in natural language texts was observed by George Zipf in 1932,12 but he never claimed to have originated it. In fact, Zipf did not like mathematics. In his 1932 publication,13 the author speaks with disdain about mathematical involvement in linguistics, a.o. ibidem, p. 21:

... let me say here for the sake of any mathematician who may plan to formulate the ensuing data more exactly, the ability of the highly intense positive to become the highly intense negative, in my opinion, introduces the devil into the formula in the form of   − i   . {\displaystyle \ {\sqrt {-i\;}}~.}

The only mathematical expression Zipf used looks like ab2 = constant, which he "borrowed" from Alfred J. Lotka's 1926 publication.14

The same relationship was found to occur in many other contexts, and for other variables besides frequency.15 For example, when corporations are ranked by decreasing size, their sizes are found to be inversely proportional to the rank.16 The same relation is found for personal incomes (where it is called Pareto principle17), number of people watching the same TV channel,18 notes in music,19 cells transcriptomes,2021 and more.

In 1992 bioinformatician Wentian Li published a short paper22 showing that Zipf's law emerges even in randomly generated texts. It included proof that the power law form of Zipf's law was a byproduct of ordering words by rank.

Formal definition

Formally, the Zipf distribution on N elements assigns to the element of rank k (counting from 1) the probability:

  f ( k ; N )   =   { 1   H N   1   k     ,    if    1 ≤ k ≤ N   ,     0     ,    if    k < 1    or    N < k   . {\displaystyle \ f(k;N)~=~{\begin{cases}{\frac {1}{\ H_{N}}}\ {\frac {1}{\ k\ }}\ ,&\ {\mbox{ if }}\ 1\leq k\leq N~,\\{}\\~~0~~,&\ {\mbox{ if }}\ k<1\ {\mbox{ or }}\ N<k~.\end{cases}}} where HN is a normalization constant: The Nth harmonic number:

H N ≡ ∑ k = 1 N   1   k   . {\displaystyle H_{N}\equiv \sum _{k=1}^{N}{\frac {\ 1\ }{k}}~.}

The distribution is sometimes generalized to an inverse power law with exponent s instead of 1 .23 Namely,

f ( k ; N , s ) = 1 H N , s 1 k s {\displaystyle f(k;N,s)={\frac {1}{H_{N,s}}}\,{\frac {1}{k^{s}}}}

where HN,s is a generalized harmonic number

H N , s = ∑ k = 1 N 1 k s   . {\displaystyle H_{N,s}=\sum _{k=1}^{N}{\frac {1}{k^{s}}}~.}

The generalized Zipf distribution can be extended to infinitely many items (N = ∞) only if the exponent s exceeds 1 . In that case, the normalization constant HN,s becomes Riemann's zeta function,

ζ ( s ) = ∑ k = 1 ∞ 1 k s < ∞   . {\displaystyle \zeta (s)=\sum _{k=1}^{\infty }{\frac {1}{k^{s}}}<\infty ~.}

The infinite item case is characterized by the Zeta distribution and is called Lotka's law. If the exponent s is 1 or less, the normalization constant HN,s diverges as N tends to infinity.

Empirical testing

Empirically, a data set can be tested to see whether Zipf's law applies by checking the goodness of fit of an empirical distribution to the hypothesized power law distribution with a Kolmogorov–Smirnov test, and then comparing the (log) likelihood ratio of the power law distribution to alternative distributions like an exponential distribution or lognormal distribution.24

Zipf's law can be visualized by plotting the item frequency data on a log-log graph, with the axes being the logarithm of rank order, and logarithm of frequency. The data conform to Zipf's law with exponent s to the extent that the plot approximates a linear (more precisely, affine) function with slope −s. For exponent s = 1 , one can also plot the reciprocal of the frequency (mean interword interval) against rank, or the reciprocal of rank against frequency, and compare the result with the line through the origin with slope 1 .25

Statistical explanations

Although Zipf's Law holds for most natural languages, and even certain artificial ones such as Esperanto26 and Toki Pona,27 the reason is still not well understood.28 Recent reviews of generative processes for Zipf's law include Mitzenmacher, "A Brief History of Generative Models for Power Law and Lognormal Distributions",29 and Simkin, "Re-inventing Willis".30

However, it may be partly explained by statistical analysis of randomly generated texts. Wentian Li has shown that in a document in which each character has been chosen randomly from a uniform distribution of all letters (plus a space character), the "words" with different lengths follow the macro-trend of Zipf's law (the more probable words are the shortest and have equal probability).31 In 1959, Vitold Belevitch observed that if any of a large class of well-behaved statistical distributions (not only the normal distribution) is expressed in terms of rank and expanded into a Taylor series, the first-order truncation of the series results in Zipf's law. Further, a second-order truncation of the Taylor series resulted in Mandelbrot's law.3233

The principle of least effort is another possible explanation: Zipf himself proposed that neither speakers nor hearers using a given language wants to work any harder than necessary to reach understanding, and the process that results in approximately equal distribution of effort leads to the observed Zipf distribution.3435

A minimal explanation assumes that words are generated by monkeys typing randomly. If language is generated by a single monkey typing randomly, with fixed and nonzero probability of hitting each letter key or white space, then the words (letter strings separated by white spaces) produced by the monkey follows Zipf's law.36

Another possible cause for the Zipf distribution is a preferential attachment process, in which the value x of an item tends to grow at a rate proportional to x (intuitively, "the rich get richer" or "success breeds success"). Such a growth process results in the Yule–Simon distribution, which has been shown to fit word frequency versus rank in language37 and population versus city rank38 better than Zipf's law. It was originally derived to explain population versus rank in species by Yule, and applied to cities by Simon.

A similar explanation is based on atlas models, systems of exchangeable positive-valued diffusion processes with drift and variance parameters that depend only on the rank of the process. It has been shown mathematically that Zipf's law holds for Atlas models that satisfy certain natural regularity conditions.3940

A generalization of Zipf's law is the Zipf–Mandelbrot law, proposed by Benoit Mandelbrot, whose frequencies are:

f ( k ; N , q , s ) = 1   C     1   ( k + q ) s   . {\displaystyle f(k;N,q,s)={\frac {1}{\ C\ }}\ {\frac {1}{\ \left(k+q\right)^{s}}}~.}

The constant C is the Hurwitz zeta function evaluated at s.

Zipfian distributions can be obtained from Pareto distributions by an exchange of variables.41

The Zipf distribution is sometimes called the discrete Pareto distribution42 because it is analogous to the continuous Pareto distribution in the same way that the discrete uniform distribution is analogous to the continuous uniform distribution.

The tail frequencies of the Yule–Simon distribution are approximately

f ( k ; ρ ) ≈   [ c o n s t a n t ]   k ( ρ + 1 ) {\displaystyle f(k;\rho )\approx {\frac {\ [{\mathsf {constant}}]\ }{k^{(\rho +1)}}}} for any choice of ρ > 0 .

In the parabolic fractal distribution, the logarithm of the frequency is a quadratic polynomial of the logarithm of the rank. This can markedly improve the fit over a simple power-law relationship.43 Like fractal dimension, it is possible to calculate Zipf dimension, which is a useful parameter in the analysis of texts.44

It has been argued that Benford's law is a special bounded case of Zipf's law,45 with the connection between these two laws being explained by their both originating from scale invariant functional relations from statistical physics and critical phenomena.46 The ratios of probabilities in Benford's law are not constant. The leading digits of data satisfying Zipf's law with s = 1 , satisfy Benford's law.

n {\displaystyle n} Benford's law: P ( n ) = {\displaystyle P(n)=} log 10 ⁡ ( n + 1 ) − log 10 ⁡ ( n ) {\displaystyle \log _{10}(n+1)-\log _{10}(n)} log ⁡ ( P ( n ) / P ( n − 1 ) ) log ⁡ ( n / ( n − 1 ) ) {\displaystyle {\frac {\log(P(n)/P(n-1))}{\log(n/(n-1))}}}
10.30103000
20.17609126−0.7735840
30.12493874−0.8463832
40.09691001−0.8830605
50.07918125−0.9054412
60.06694679−0.9205788
70.05799195−0.9315169
80.05115252−0.9397966
90.04575749−0.9462848

Occurrences

City sizes

Following Auerbach's 1913 observation, there has been substantial examination of Zipf's law for city sizes.47 However, more recent empirical4849 and theoretical50 studies have challenged the relevance of Zipf's law for cities.

Word frequencies in natural languages

In many texts in human languages, word frequencies approximately follow a Zipf distribution with exponent s close to 1; that is, the most common word occurs about n times the n-th most common one.

The actual rank-frequency plot of a natural language text deviates in some extent from the ideal Zipf distribution, especially at the two ends of the range. The deviations may depend on the language, on the topic of the text, on the author, on whether the text was translated from another language, and on the spelling rules used. Some deviation is inevitable because of sampling error.

At the low-frequency end, where the rank approaches N, the plot takes a staircase shape, because each word can occur only an integer number of times.

In some Romance languages, the frequencies of the dozen or so most frequent words deviate significantly from the ideal Zipf distribution, because those words include articles inflected for grammatical gender and number.

In many East Asian languages, such as Chinese, Tibetan, and Vietnamese, each morpheme (word or word piece) consists of a single syllable; a word of English being often translated to a compound of two such syllables. The rank-frequency table for those morphemes deviates significantly from the ideal Zipf law, at both ends of the range.

Even in English, the deviations from the ideal Zipf's law become more apparent as one examines large collections of texts. Analysis of a corpus of 30,000 English texts showed that only about 15% of the texts in it have a good fit to Zipf's law. Slight changes in the definition of Zipf's law can increase this percentage up to close to 50%.51

In these cases, the observed frequency-rank relation can be modeled more accurately as by separate Zipf–Mandelbrot laws distributions for different subsets or subtypes of words. This is the case for the frequency-rank plot of the first 10 million words of the English Wikipedia. In particular, the frequencies of the closed class of function words in English is better described with s lower than 1, while open-ended vocabulary growth with document size and corpus size require s greater than 1 for convergence of the Generalized Harmonic Series.52

When a text is encrypted in such a way that every occurrence of each distinct plaintext word is always mapped to the same encrypted word (as in the case of simple substitution ciphers, like the Caesar ciphers, or simple codebook ciphers), the frequency-rank distribution is not affected. On the other hand, if separate occurrences of the same word may be mapped to two or more different words (as happens with the Vigenère cipher), the Zipf distribution will typically have a flat part at the high-frequency end.

Applications

Zipf's law has been used for extraction of parallel fragments of texts out of comparable corpora.53 Laurance Doyle and others have suggested the application of Zipf's law for detection of alien language in the search for extraterrestrial intelligence.5455

The frequency-rank word distribution is often characteristic of the author and changes little over time. This feature has been used in the analysis of texts for authorship attribution.5657

The word-like sign groups of the 15th-century codex Voynich Manuscript have been found to satisfy Zipf's law, suggesting that text is most likely not a hoax but rather written in an obscure language or cipher.5859

Whale Communication

Recent analysis of whale vocalization samples shows they contain recurring phonemes whose distribution appears to closely obey Zipf's Law.60 While this isn't proof that whale communication is a natural language, it is an intriguing discovery.

See also

Notes

Further reading

  • Gelbukh, Alexander; Sidorov, Grigori (2001). "Zipf and Heaps Laws' Coefficients Depend on Language". Computational Linguistics and Intelligent Text Processing. Lecture Notes in Computer Science. Vol. 2004. pp. 332–335. doi:10.1007/3-540-44686-9_33. ISBN 978-3-540-41687-6.
  • Kali, Raja (15 September 2003). "The city as a giant component: a random graph approach to Zipf's law". Applied Economics Letters. 10 (11): 717–720. doi:10.1080/1350485032000139006.
  • Shyklo, Alexandra Elizabeth (2017). Simple Explanation of Zipf's Mystery via New Rank-Share Distribution, Derived from Combinatorics of the Ranking Process (Report). SSRN 2918642.
  • Moskowitz, Clara; Ford, Ni-ka; Christiansen, Jen (January 2024). "Cells by Count and Size". Scientific American. 330 (1): 94. doi:10.1038/scientificamerican0124-94. PMID 39017389.
Wikimedia Commons has media related to Zipf's law.

References

  1. Fagan, Stephen; Gençay, Ramazan (2010). "An introduction to textual econometrics". In Ullah, Aman; Giles, David E.A. (eds.). Handbook of Empirical Economics and Finance. CRC Press. pp. 133–153, esp.&nbps, 139. ISBN 9781420070361. For example, in the Brown Corpus, consisting of over one million words, half of the word volume consists of repeated uses of only 135 words. 9781420070361

  2. Piantadosi, Steven (25 March 2014). "Zipf's word frequency law in natural language: A critical review and future directions". Psychon Bull Rev. 21 (5): 1112–1130. doi:10.3758/s13423-014-0585-6. PMC 4176592. PMID 24664880. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4176592

  3. Powers, David M.W. (1998). Applications and explanations of Zipf's law. Joint conference on new methods in language processing and computational natural language learning. Association for Computational Linguistics. pp. 151–160. Archived from the original on 10 September 2015. Retrieved 2 February 2015 – via aclweb.org. http://aclweb.org/anthology/W98-1218

  4. Zipf, G.K. (1935). The Psychobiology of Language. New York, NY: Houghton-Mifflin. /wiki/George_K._Zipf

  5. Zipf, George K. (1949). Human Behavior and the Principle of Least Effort. Cambridge, MA: Addison-Wesley. p. 1 – via archive.org. /wiki/George_K._Zipf

  6. Auerbach, F. (1913). "Das Gesetz der Bevölkerungskonzentration". Petermann's Geographische Mitteilungen (in German). 59: 74–76.

  7. as Zipf acknowledged[5]: 546

  8. Estoup, J.-B. (1916). Gammes Stenographiques (4th ed.). Cited in Manning & Schütze (1999).[7] /wiki/Jean-Baptiste_Estoup

  9. Manning, Christopher D.; Schütze, Hinrich (1999). Foundations of Statistical Natural Language Processing. MIT Press. p. 24. ISBN 978-0-262-13360-9. 978-0-262-13360-9

  10. Dewey, Godfrey (1923). Relative Frequency of English Speech Sounds. Harvard University Press – via Internet Archive. https://archive.org/details/in.ernet.dli.2015.18294

  11. Condon, E.U. (1928). "Statistics of vocabulary". Science. 67 (1733): 300. Bibcode:1928Sci....67..300C. doi:10.1126/science.67.1733.300. PMID 17782935. /wiki/Edward_Condon

  12. Zipf, G.K. (1935). The Psychobiology of Language. New York, NY: Houghton-Mifflin. /wiki/George_K._Zipf

  13. Zipf, G.K. (1932). Selected Studies on the Principle of Relative Frequency in Language. Harvard, MA: Harvard University Press. /wiki/George_K._Zipf

  14. Zipf, George Kingsley (1942). "The Unity of Nature, Least-Action, and Natural Social Science". Sociometry. 5 (1): 48–62. doi:10.2307/2784953. JSTOR 2784953. /wiki/Doi_(identifier)

  15. Piantadosi, Steven (25 March 2014). "Zipf's word frequency law in natural language: A critical review and future directions". Psychon Bull Rev. 21 (5): 1112–1130. doi:10.3758/s13423-014-0585-6. PMC 4176592. PMID 24664880. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4176592

  16. Axtell, Robert L. (7 September 2001). "Zipf Distribution of U.S. Firm Sizes". Science. 293 (5536): 1818–1820. Bibcode:2001Sci...293.1818A. doi:10.1126/science.1062081. PMID 11546870. /wiki/Bibcode_(identifier)

  17. Sandmo, Agnar (2015). The Principal Problem in Political Economy. Handbook of Income Distribution. Vol. 2. pp. 3–65. doi:10.1016/B978-0-444-59428-0.00002-3. ISBN 978-0-444-59430-3. 978-0-444-59430-3

  18. Eriksson, Magnus; Rahman, S.M. Hasibur; Fraile, Francisco; Sjostrom, Marten (2013). "Efficient interactive multicast over DVB-T2 - Utilizing dynamic SFNS and PARPS". 2013 IEEE International Symposium on Broadband Multimedia Systems and Broadcasting (BMSB). pp. 1–7. doi:10.1109/BMSB.2013.6621700. ISBN 978-1-4673-6047-0. 978-1-4673-6047-0

  19. Zanette, Damián H. (7 June 2004). "Zipf's law and the creation of musical context". arXiv:cs/0406015. /wiki/ArXiv_(identifier)

  20. Lazzardi, Silvia; Valle, Filippo; Mazzolini, Andrea; Scialdone, Antonio; Caselle, Michele; Osella, Matteo (27 April 2023). "Emergent statistical laws in single-cell transcriptomic data". Physical Review E. 107 (4): 044403. Bibcode:2023PhRvE.107d4403L. doi:10.1103/PhysRevE.107.044403. PMID 37198814. /wiki/Bibcode_(identifier)

  21. Chenna, Ramu; Gibson, Toby (2011). Evaluation of the suitability of a Zipfian gap model for pairwise sequence alignment (PDF). International Conference on Bioinformatics Computational Biology. BIC 4329. Archived from the original (PDF) on 6 March 2014. https://web.archive.org/web/20140306154522/http://www.worldcomp-proceedings.com/proc/p2011/BIC4329.pdf

  22. Li, Wentian (1992). "Random Texts Exhibit Zipf's-Law-Like Word Frequency Distribution". IEEE Transactions on Information Theory. 38 (6): 1842–1845. doi:10.1109/18.165464. /wiki/IEEE_Transactions_on_Information_Theory

  23. Adamic, Lada A. (2000). Zipf, power-laws, and Pareto – a ranking tutorial (Report) (re-issue ed.). Hewlett-Packard Company. Archived from the original on 1 April 2023. Retrieved 12 October 2023. "original publication". www.parc.xerox.com. Xerox Corporation. Archived from the original on 7 November 2001. Retrieved 23 February 2016. https://www.hpl.hp.com/research/idl/papers/ranking/ranking.html

  24. Clauset, A.; Shalizi, C.R.; Newman, M.E.J. (2009). "Power-law distributions in empirical data". SIAM Review. 51 (4): 661–703. arXiv:0706.1062. Bibcode:2009SIAMR..51..661C. doi:10.1137/070710111. /wiki/SIAM_Review

  25. Powers, David M.W. (1998). Applications and explanations of Zipf's law. Joint conference on new methods in language processing and computational natural language learning. Association for Computational Linguistics. pp. 151–160. Archived from the original on 10 September 2015. Retrieved 2 February 2015 – via aclweb.org. http://aclweb.org/anthology/W98-1218

  26. Manaris, Bill; Pellicoro, Luca; Pothering, George; Hodges, Harland (13 February 2006). Investigating Esperanto's statistical proportions relative to other languages using neural networks and Zipf's law (PDF). Artificial Intelligence and Applications. Innsbruck, Austria. pp. 102–108. Archived from the original (PDF) on 5 March 2016 – via cs.cofc.edu. https://web.archive.org/web/20160305040450/http://www.cs.cofc.edu/~manaris/uploads/Main/IASTED2006.pdf

  27. Skotarek, Dariusz (12–14 October 2020). Zipf's law in Toki Pona (PDF). ExLing 2020: 11th International Conference of Experimental Linguistics. Athens, Greece: ExLing Society. doi:10.36505/ExLing-2020/11/0047/000462. ISBN 978-618-84585-1-2 – via exlingsociety.com. 978-618-84585-1-2

  28. Brillouin, Léon (2004) [1959, 1988]. La science et la théorie de l'information [The Science and Theory of Information] (in French). réédité en 1988, traduction anglaise rééditée en 2004 /wiki/L%C3%A9on_Brillouin

  29. Mitzenmacher, Michael (January 2004). "A brief history of generative models for power law and lognormal distributions". Internet Mathematics. 1 (2): 226–251. doi:10.1080/15427951.2004.10129088. /wiki/Michael_Mitzenmacher

  30. Simkin, M.V.; Roychowdhury, V.P. (December 2010). "Re-inventing Willis". Physics Reports. arXiv:physics/0601192. doi:10.1016/j.physrep.2010.12.004. /wiki/ArXiv_(identifier)

  31. Li, Wentian (1992). "Random Texts Exhibit Zipf's-Law-Like Word Frequency Distribution". IEEE Transactions on Information Theory. 38 (6): 1842–1845. doi:10.1109/18.165464. /wiki/IEEE_Transactions_on_Information_Theory

  32. Belevitch, V. (18 December 1959). "On the statistical laws of linguistic distributions" (PDF). Annales de la Société Scientifique de Bruxelles. 73: 310–326. Archived (PDF) from the original on 15 December 2020. Retrieved 24 April 2020. http://www.csl.sri.com/users/neumann/belevitch.pdf

  33. Neumann, P.G. (c. 2022). Statistical metalinguistics and Zipf / Pareto / Mandelbrot (Report). Computer Science Laboratory. Vol. 12A. Menlo Park, CA: SRI International. Archived from the original on 5 June 2011. Retrieved 29 May 2011 – via sri.com. /wiki/Peter_G._Neumann

  34. Zipf, George K. (1949). Human Behavior and the Principle of Least Effort. Cambridge, MA: Addison-Wesley. p. 1 – via archive.org. /wiki/George_K._Zipf

  35. Ferrer i Cancho, Ramon & Sole, Ricard V. (2003). "Least effort and the origins of scaling in human language". Proceedings of the National Academy of Sciences of the United States of America. 100 (3): 788–791. Bibcode:2003PNAS..100..788C. doi:10.1073/pnas.0335980100. PMC 298679. PMID 12540826. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC298679

  36. Conrad, B.; Mitzenmacher, M. (July 2004). "Power Laws for Monkeys Typing Randomly: The Case of Unequal Probabilities". IEEE Transactions on Information Theory. 50 (7): 1403–1414. doi:10.1109/TIT.2004.830752. /wiki/Doi_(identifier)

  37. Lin, Ruokuang; Ma, Qianli D.Y.; Bian, Chunhua (2014). "Scaling laws in human speech, decreasing emergence of new words, and a generalized model". arXiv:1412.4846 [cs.CL]. /wiki/ArXiv_(identifier)

  38. Vitanov, Nikolay K.; Ausloos, Marcel (2 December 2015). "Test of two hypotheses explaining the size of populations in a system of cities". Journal of Applied Statistics. 42 (12): 2686–2693. arXiv:1506.08535. Bibcode:2015JApSt..42.2686V. doi:10.1080/02664763.2015.1047744. /wiki/ArXiv_(identifier)

  39. Fernholz, Ricardo T.; Fernholz, Robert (December 2020). "Zipf's law for atlas models". Journal of Applied Probability. 57 (4): 1276–1297. doi:10.1017/jpr.2020.64. /wiki/Doi_(identifier)

  40. Tao, Terence (July 2012). "E pluribus unum : From Complexity, Universality". Daedalus. 141 (3): 23–34. doi:10.1162/DAED_a_00158. https://doi.org/10.1162%2FDAED_a_00158

  41. Adamic, Lada A. (2000). Zipf, power-laws, and Pareto – a ranking tutorial (Report) (re-issue ed.). Hewlett-Packard Company. Archived from the original on 1 April 2023. Retrieved 12 October 2023. "original publication". www.parc.xerox.com. Xerox Corporation. Archived from the original on 7 November 2001. Retrieved 23 February 2016. https://www.hpl.hp.com/research/idl/papers/ranking/ranking.html

  42. Johnson, N.L.; Kotz, S. & Kemp, A. W. (1992). Univariate Discrete Distributions (second ed.). New York: John Wiley & Sons, Inc. p. 466. ISBN 978-0-471-54897-3. 978-0-471-54897-3

  43. van der Galien, Johan Gerard (8 November 2003). "Factorial randomness: The laws of Benford and Zipf with respect to the first digit distribution of the factor sequence from the natural numbers". zonnet.nl. Archived from the original on 5 March 2007. Retrieved 8 July 2016. https://web.archive.org/web/20070305150334/http://home.zonnet.nl/galien8/factor/factor.html

  44. Eftekhari, Ali (2006). "Fractal geometry of texts: An initial application to the works of Shakespeare". Journal of Quantitative Linguistic. 13 (2–3): 177–193. doi:10.1080/09296170600850106. /wiki/Doi_(identifier)

  45. van der Galien, Johan Gerard (8 November 2003). "Factorial randomness: The laws of Benford and Zipf with respect to the first digit distribution of the factor sequence from the natural numbers". zonnet.nl. Archived from the original on 5 March 2007. Retrieved 8 July 2016. https://web.archive.org/web/20070305150334/http://home.zonnet.nl/galien8/factor/factor.html

  46. Pietronero, L.; Tosatti, E.; Tosatti, V.; Vespignani, A. (2001). "Explaining the uneven distribution of numbers in nature: The laws of Benford and Zipf". Physica A. 293 (1–2): 297–304. arXiv:cond-mat/9808305. Bibcode:2001PhyA..293..297P. doi:10.1016/S0378-4371(00)00633-6. /wiki/Physica_A

  47. Gabaix, Xavier (1999). "Zipf's Law for Cities: An Explanation". The Quarterly Journal of Economics. 114 (3): 739–767. doi:10.1162/003355399556133. JSTOR 2586883. /wiki/Doi_(identifier)

  48. Arshad, Sidra; Hu, Shougeng; Ashraf, Badar Nadeem (February 2018). "Zipf's law and city size distribution: A survey of the literature and future research agenda" (PDF). Physica A: Statistical Mechanics and Its Applications. 492: 75–92. Bibcode:2018PhyA..492...75A. doi:10.1016/j.physa.2017.10.005. https://openresearch.lsbu.ac.uk/download/3b8d8d206550684f2defbe277400272d5ee2931f4fa5e4a5ce1ac3918415e8c8/685715/Zipf%27s%20law%20and%20city%20size%20distribution-Haplo.pdf

  49. Gan, Li; Li, Dong; Song, Shunfeng (August 2006). "Is the Zipf law spurious in explaining city-size distributions?". Economics Letters. 92 (2): 256–262. doi:10.1016/j.econlet.2006.03.004. /wiki/Doi_(identifier)

  50. Verbavatz, Vincent; Barthelemy, Marc (19 November 2020). "The growth equation of cities". Nature. 587 (7834): 397–401. arXiv:2011.09403. Bibcode:2020Natur.587..397V. doi:10.1038/s41586-020-2900-x. PMID 33208958. /wiki/ArXiv_(identifier)

  51. Moreno-Sánchez, I.; Font-Clos, F.; Corral, A. (2016). "Large-scale analysis of Zipf's Law in English texts". PLOS ONE. 11 (1): e0147073. arXiv:1509.04486. Bibcode:2016PLoSO..1147073M. doi:10.1371/journal.pone.0147073. PMC 4723055. PMID 26800025. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4723055

  52. Powers, David M.W. (1998). Applications and explanations of Zipf's law. Joint conference on new methods in language processing and computational natural language learning. Association for Computational Linguistics. pp. 151–160. Archived from the original on 10 September 2015. Retrieved 2 February 2015 – via aclweb.org. http://aclweb.org/anthology/W98-1218

  53. Mohammadi, Mehdi (2016). "Parallel Document Identification using Zipf's Law" (PDF). Proceedings of the Ninth Workshop on Building and Using Comparable Corpora. LREC 2016. Portorož, Slovenia. pp. 21–25. Archived (PDF) from the original on 23 March 2018. https://comparable.limsi.fr/bucc2016/pdf/BUCC04.pdf

  54. Doyle, L.R. (18 November 2016). "Why alien language would stand out among all the noise of the universe". Nautilus Quarterly. Archived from the original on 29 July 2020. Retrieved 30 August 2020. /wiki/Laurance_Doyle

  55. Kershenbaum, Arik (16 March 2021). The Zoologist's Guide to the Galaxy: What animals on Earth reveal about aliens – and ourselves. Penguin. pp. 251–256. ISBN 978-1-9848-8197-7. OCLC 1242873084. 978-1-9848-8197-7

  56. van Droogenbroeck, Frans J. (2016). Handling the Zipf distribution in computerized authorship attribution (Report). Archived from the original on 4 October 2023 – via academia.edu. https://web.archive.org/web/20231004183920/https://www.academia.edu/24147736

  57. van Droogenbroeck, Frans J. (2019). An essential rephrasing of the Zipf-Mandelbrot law to solve authorship attribution applications by Gaussian statistics (Report). Archived from the original on 30 September 2023 – via academia.edu. https://web.archive.org/web/20230930174355/https://www.academia.edu/40029629

  58. Boyle, Rebecca. "Mystery text's language-like patterns may be an elaborate hoax". New Scientist. Archived from the original on 18 May 2022. Retrieved 25 February 2022. https://www.newscientist.com/article/2106915-mystery-texts-language-like-patterns-may-be-an-elaborate-hoax/

  59. Montemurro, Marcelo A.; Zanette, Damián H. (21 June 2013). "Keywords and Co-Occurrence Patterns in the Voynich Manuscript: An Information-Theoretic Analysis". PLOS ONE. 8 (6): e66344. Bibcode:2013PLoSO...866344M. doi:10.1371/journal.pone.0066344. PMC 3689824. PMID 23805215. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3689824

  60. Youngblood, Mason (5 February 2025). "Language-like efficiency in whale communication". Science. 11 (6): eads6014. Bibcode:2025SciA...11S6014Y. doi:10.1126/sciadv.ads6014. PMC 11797547. PMID 39908378. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11797547