Irwin–Hall distribution

Source: Wikipedia, the free encyclopedia.
Irwin–Hall distribution
Probability density function
Probability mass function for the distribution
Cumulative distribution function
Cumulative distribution function for the distribution
Parameters n
N0
Support
PDF
CDF
Mean
Median
Mode
Variance
Skewness 0
Excess kurtosis
MGF
CF

In

uniform distribution.[1]
For this reason it is also known as the uniform sum distribution.

The generation of

is sometimes accomplished by computing the sum of a number of pseudo-random numbers having a uniform distribution; usually for the sake of simplicity of programming. Rescaling the Irwin–Hall distribution provides the exact distribution of the random variates being generated.

This distribution is sometimes confused with the Bates distribution, which is the mean (not sum) of n independent random variables uniformly distributed from 0 to 1.

Definition

The Irwin–Hall distribution is the continuous

U(0, 1)
random variables:

The probability density function (pdf) for is given by

where denotes the positive part of the expression:

Thus the pdf is a spline (piecewise polynomial function) of degree n − 1 over the knots 0, 1, ..., n. In fact, for x between the knots located at k and k + 1, the pdf is equal to

where the coefficients aj(k,n) may be found from a recurrence relation over k

The coefficients are also A188816 in OEIS. The coefficients for the cumulative distribution is A188668.

The mean and variance are n/2 and n/12, respectively.

Special cases

  • For n = 1, X follows a
    uniform distribution
    :
  • For n = 3,
  • For n = 4,
  • For n = 5,

Approximating a Normal distribution

By the Central Limit Theorem, as n increases, the Irwin–Hall distribution more and more strongly approximates a Normal distribution with mean and variance . To approximate the standard Normal distribution , the Irwin–Hall distribution can be centered by shifting it by its mean of n/2, and scaling the result by the square root of its variance:

This derivation leads to a computationally simple heuristic that removes the square root, whereby a standard Normal distribution can be approximated with the sum of 12 uniform U(0,1) draws like so:

Similar and related distributions

The Irwin–Hall distribution is similar to the Bates distribution, but still featuring only integers as parameter. An extension to real-valued parameters is possible by adding also a random uniform variable with N − trunc(N) as width.

Extensions to the Irwin–Hall distribution

When using the Irwin–Hall for data fitting purposes one problem is that the IH is not very flexible because the parameter n needs to be an integer. However, instead of summing n equal uniform distributions, we could also add e.g. U + 0.5U to address also the case n = 1.5 (giving a trapezoidal distribution).

The Irwin–Hall distribution has an application to beamforming and pattern synthesis in Figure 1 of reference [2][3]

See also

Notes

References