3

What's the name for this probability distribution over the positive integers? (if it has a name)

P(n) = $\frac{1}{n} - \frac{1}{n+1}$ = $\frac{1} {n * (n+1)}$

Given a uniformly distributed real number r from 0 to 1, this is the distribution for $\lfloor\frac{1}{r}\rfloor$

dspyz
  • 850
  • Related: http://stats.stackexchange.com/questions/14804/does-this-distribution-have-a-name-or-what-is-a-stochastic-process-that-could-g – leonbloy Jan 08 '14 at 19:54

1 Answers1

6

It is the case $\rho=1$ of the Yule-Simon distribution.

leonbloy
  • 63,430
André Nicolas
  • 507,029