WaringYuleDistribution

WaringYuleDistribution[α]

represents the Yule distribution with shape parameter α.

WaringYuleDistribution[α,β]

represents the Waring distribution with shape parameters α and β.

Details

Background & Context

  • WaringYuleDistribution[α,β] represents a discrete statistical distribution defined for integer values and determined by the positive real parameters α and β (called "shape parameters"). The WaringYule distribution has a probability density function (PDF) that is discrete and monotone decreasing, and whose overall shape (its spread and its steepness) is determined by the values of α and β. The WaringYule distribution is sometimes referred to as the Waring distribution, while the one-parameter form WaringYuleDistribution[α] equivalent to WaringYuleDistribution[α,1] is typically referred to as either the Yule distribution or YuleSimon distribution.
  • Despite Waring's work dating to the eighteenth century, the history of the WaringYule distribution essentially dates to the genesis of the one-parameter YuleSimon distribution, which was first given comprehensive treatment by H. A. Simon in the mid-1950s and was named (by Simon) for British statistician G. U. Yule, due to Yule's 1925 discovery and application of the distribution to stochastic processes related to behavioral evolution. The two-parameter generalization mentioned above dates to the work of Irwin in the early 1960s, and in the decades since, many generalizations of the WaringYule distribution have been discovered and explored. Such generalizations have been used to describe phenomena related to network analysis, pharmaceutical science, and accident theory.
  • RandomVariate can be used to give one or more machine- or arbitrary-precision (the latter via the WorkingPrecision option) pseudorandom variates from a WaringYule distribution. Distributed[x,WaringYuleDistribution[α,β]], written more concisely as xWaringYuleDistribution[α,β], can be used to assert that a random variable x is distributed according to a WaringYule distribution. Such an assertion can then be used in functions such as Probability, NProbability, Expectation, and NExpectation.
  • The probability density and cumulative distribution functions may be given using PDF[WaringYuleDistribution[α,β],x] and CDF[WaringYuleDistribution[α,β],x], though one should note that there is no closed-form expression for its PDF. The mean, median, variance, raw moments, and central moments may be computed using Mean, Median, Variance, Moment, and CentralMoment, respectively. These quantities can be visualized using DiscretePlot.
  • DistributionFitTest can be used to test if a given dataset is consistent with a WaringYule distribution, EstimatedDistribution to estimate a WaringYule parametric distribution from given data, and FindDistributionParameters to fit data to a WaringYule distribution. ProbabilityPlot can be used to generate a plot of the CDF of given data against the CDF of a symbolic WaringYule distribution, and QuantilePlot to generate a plot of the quantiles of given data against the quantiles of a symbolic WaringYule distribution.
  • TransformedDistribution can be used to represent a transformed WaringYule distribution, CensoredDistribution to represent the distribution of values censored between upper and lower values, and TruncatedDistribution to represent the distribution of values truncated between upper and lower values. CopulaDistribution can be used to build higher-dimensional distributions that contain a WaringYule distribution, and ProductDistribution can be used to compute a joint distribution with independent component distributions involving WaringYule distributions.
  • WaringYuleDistribution is related to a number of other statistical distributions. It is a special case of BetaNegativeBinomialDistribution, in the sense that the PDF of WaringYuleDistribution[α,β] is precisely the same as that of BetaNegativeBinomialDistribution[α,β,1]. Moreover, WaringYuleDistribution can be realized as a parameter mixture (ParameterMixtureDistribution) of GeometricDistribution and UniformDistribution, in the sense that the PDF of WaringYuleDistribution[a] is equivalent to that of GeometricDistribution[w1/a] for wUniformDistribution[] (when ). WaringYuleDistribution is also closely related to PoissonDistribution, PoissonConsulDistribution, and PolyaAeppliDistribution.

Examples

open allclose all

Basic Examples  (6)

Probability mass function of Yule distribution:

Cumulative distribution function of Yule distribution:

Mean and variance of Yule distribution:

Probability density function of Waring distribution:

Cumulative distribution function of Waring distribution:

Mean and variance of Waring distribution:

Scope  (7)

Generate a sample of pseudorandom numbers from a Waring distribution:

Compare its histogram to the PDF:

Distribution parameters estimation:

Estimate the distribution parameters from sample data:

Compare the density histogram of the sample with the PDF of the estimated distribution:

Skewness for Yule distribution:

Find where the skewness attains its minimum:

Skewness for Waring distribution:

Kurtosis for Yule distribution:

Find where the kurtosis attains its minimum:

Kurtosis for Waring distribution:

Different moments with closed forms as functions of parameters:

Moment for Yule distribution:

CentralMoment for Yule distribution:

FactorialMoment for Yule distribution:

Cumulant for Yule distribution:

Moment for Waring distribution:

CentralMoment for Waring distribution:

FactorialMoment for Waring distribution:

Cumulant for Waring distribution:

Hazard function for Yule distribution:

Waring distribution:

Quantile function:

Applications  (3)

The CDF of WaringYuleDistribution is an example of a right-continuous function:

Creation of new species within genera occurs at rate , while birth of new genera occurs at a slower rate . Limiting frequency distribution of sizes of genera of all ages is given by WaringYuleDistribution. Assuming :

Plot the logarithm of the PDF:

Find the probability that a genus will have no more than 5000 species:

Generate a collection of words by randomly selecting characters and white space. The resulting word sizes can be modeled using a WaringYuleDistribution:

Properties & Relations  (5)

Relationships to other distributions:

Yule distribution is a special case of BetaNegativeBinomialDistribution:

Waring distribution is a special case of BetaNegativeBinomialDistribution:

Waring distribution simplifies to Yule distribution for β=1:

Yule distribution can be obtained as a parameter mixture of GeometricDistribution and UniformDistribution:

Wolfram Research (2010), WaringYuleDistribution, Wolfram Language function, https://reference.wolfram.com/language/ref/WaringYuleDistribution.html.

Text

Wolfram Research (2010), WaringYuleDistribution, Wolfram Language function, https://reference.wolfram.com/language/ref/WaringYuleDistribution.html.

CMS

Wolfram Language. 2010. "WaringYuleDistribution." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/WaringYuleDistribution.html.

APA

Wolfram Language. (2010). WaringYuleDistribution. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/WaringYuleDistribution.html

BibTeX

@misc{reference.wolfram_2023_waringyuledistribution, author="Wolfram Research", title="{WaringYuleDistribution}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/WaringYuleDistribution.html}", note=[Accessed: 18-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_waringyuledistribution, organization={Wolfram Research}, title={WaringYuleDistribution}, year={2010}, url={https://reference.wolfram.com/language/ref/WaringYuleDistribution.html}, note=[Accessed: 18-March-2024 ]}