bundles / scipy latest / docs
Doc
Yule-Simon Distribution
docs/tutorial:stats:discrete_yulesimon
A Yule-Simon random variable with parameter can be represented as a mixture of exponential random variates. To see this write as an exponential random variate with rate and a Geometric random variate with probability then marginally has a Yule-Simon distribution. The latent variable representation described above is used for random variate generation.
for .
Now
for otherwise the mean is infinite and the variance does not exist. For the variance, otherwise the variance does not exist. Similarly, for the skewness and kurtosis to be finite, and respectively.
Implementation: scipy.stats.yulesimon