maths.freeProbability Theory › Distributions › Uniform distribution (continuous)

Uniform distribution (continuous)

In probability theory and statistics, the continuous uniform distributions or rectangular distributions are a family of symmetric probability distributions.

Uniform distribution (continuous)

In probability theory and statistics, the continuous uniform distributions or rectangular distributions are a family of symmetric probability distributions. Such a distribution describes an experiment where there is an arbitrary outcome that lies between certain bounds. The bounds are defined by the parameters, \(a\) and \(b,\) which are the minimum and maximum values. The interval can either be closed (i.e. \([a,b]\)) or open (i.e. \((a,b)\)). Therefore, the distribution is often abbreviated \(U(a,b),\) where \(U\) stands for uniform distribution. The difference between the bounds defines the interval length; all intervals of the same length on the distribution's support are equally probable. It is the maximum entropy probability distribution for a random variable \(X\) under no constraint other than that it is contained in the distribution's support.

Probability density function

The probability density function of the continuous uniform distribution is \[f(x) = \begin{cases} \dfrac{1}{b-a} & \text{for } a \le x \le b, \\[8pt] 0 & \text{for } x < a \ \text{ or } \ x > b. \end{cases}\]

The values of \(f(x)\) at the two boundaries \(a\) and \(b\) are usually unimportant, because they do not alter the value of \(\int_c^d f(x)dx\) over any interval \([c,d],\) nor of \(\int_a^b x f(x) \, dx,\) nor of any higher moment. Sometimes they are chosen to be zero, and sometimes chosen to be \(\tfrac{1}{b-a} .\) The latter is appropriate in the context of estimation by the method of maximum likelihood. In the context of Fourier analysis, one may take the value of \(f(a)\) or \(f(b)\) to be \(\tfrac{1}{2(b-a)} ,\) because then the inverse transform of many integral transforms of this uniform function will yield back the function itself, rather than a function which is equal "almost everywhere", i.e. except on a set of points with zero measure. Also, it is consistent with the sign function, which has no such ambiguity.

Any probability density function integrates to \(1,\) so the probability density function of the continuous uniform distribution is graphically portrayed as a rectangle where ⁠\(b-a\)⁠ is the base length and ⁠\(\tfrac{1}{b-a}\)⁠ is the height. As the base length increases, the height (the density at any particular value within the distribution boundaries) decreases.

In terms of mean \(\mu\) and variance \(\sigma ^2 ,\) the probability density function of the continuous uniform distribution is \[f(x) = \begin{cases} \dfrac{1}{2 \sigma \sqrt{3}} & \text{for } - \sigma \sqrt{3} \le x - \mu \le \sigma \sqrt{3} , \\[2pt] 0 & \text{otherwise} . \end{cases}\]

Cumulative distribution function

The cumulative distribution function of the continuous uniform distribution is: \[F(x) = \begin{cases} 0 & \text{for } x < a, \\[8pt] \frac{x-a}{b-a} & \text{for } a \le x \le b, \\[8pt] 1 & \text{for } x > b. \end{cases}\]

Its inverse is: \[F^{-1} (p) = a + p (b - a) \quad \text{ for } 0 < p < 1.\]

In terms of mean \(\mu\) and variance \(\sigma ^2 ,\) the cumulative distribution function of the continuous uniform distribution is: \[F(x) = \begin{cases} 0 & \text{for } x - \mu < - \sigma \sqrt{3} , \\ \frac{1}{2} \left( \frac{x - \mu}{ \sigma \sqrt{3} } + 1 \right) & \text{for } - \sigma \sqrt{3} \le x - \mu < \sigma \sqrt{3} , \\ 1 & \text{for } x - \mu \ge \sigma \sqrt{3} ; \end{cases}\]

its inverse is: \[F^{-1} (p) = \sigma \sqrt{3} (2p-1) + \mu \quad \text{ for } 0 \le p \le 1.\]

Standard uniform distribution

The continuous uniform distribution with parameters \(a = 0\) and \(b = 1,\) i.e. \(U(0,1),\) is called the standard uniform distribution.

One interesting property of the standard uniform distribution is that if \(u_1\) has a standard uniform distribution, then so does \(1 - u_1 .\) This property can be used for generating antithetic variates, among other things. In other words, this property is known as the inversion method where the continuous standard uniform distribution can be used to generate random numbers for any other continuous distribution. If \(u_1\) is a uniform random number with standard uniform distribution, i.e. with \(U(0,1),\) then \(x = F^{-1} (u_1)\) generates a random number \(x\) from any continuous distribution with the specified cumulative distribution function \(F.\)

Relationship to other functions

As long as the same conventions are followed at the transition points, the probability density function of the continuous uniform distribution may also be expressed in terms of the Heaviside step function as: \[f(x) = \frac{ \operatorname{H} (x-a) - \operatorname{H} (x-b) }{b-a} ,\]

or in terms of the rectangle function as: \[f(x) = \frac{1}{b-a} \ \operatorname{rect} \left( \frac{x - \frac{a+b}{2}}{b-a} \right) .\]

There is no ambiguity at the transition point of the sign function. Using the half-maximum convention at the transition points, the continuous uniform distribution may be expressed in terms of the sign function as: \[f(x) = \frac{ \sgn{(x-a)} - \sgn{(x-b)} }{2(b-a)} .\]

Moments

The mean (first raw moment) of the continuous uniform distribution is: \[\operatorname{E}[X] = \int_a^b x \frac{dx}{b-a} = \frac{b^2 - a^2}{2 (b-a)} = \frac{b + a}{2} .\]

The second raw moment of this distribution is: \[\operatorname{E}\left[X^2\right] = \int_a^b x^2 \frac{dx}{b-a} = \frac{b^3 - a^3}{3(b-a)} .\]

In general, the \(n\)-th raw moment of this distribution is: \[\operatorname{E}\left[X^n\right] = \int_a^b x^n \frac{dx}{b-a} = \frac{b^{n+1} - a^{n+1}}{(n+1)(b-a)} .\]

The variance (second central moment) of this distribution is: \[\operatorname{Var}[X] = \operatorname{E}\left[ {\left( X - \operatorname{E}[X] \right)}^2 \right] = \int_a^b \left( x - \frac{a+b}{2} \right) ^2 \frac{dx}{b-a} = \frac{(b-a)^2}{12} .\]

Order statistics

Let \(X_1 , ..., X_n\) be an i.i.d. sample from \(U(0,1),\) and let \(X_{(k)}\) be the \(k\)-th order statistic from this sample.

\(X_{(k)}\) has a beta distribution, with parameters \(k\) and ⁠\(n-k+1.\)⁠

The expected value is: \[\operatorname{E} \left[X_{(k)}\right] = \frac{k}{n+1} .\]

This fact is useful when making Q-Q plots.

The variance is: \[\operatorname{Var} \left[X_{(k)}\right] = \frac{k(n-k+1)}{(n+1)^2 (n+2)} .\]

Uniformity

The probability that a continuously uniformly distributed random variable falls within any interval of fixed length is independent of the location of the interval itself (but it is dependent on the interval size \(( \ell )\)), so long as the interval is contained in the distribution's support.

Indeed, if \(X \sim U(a,b)\) and if \([x,x+ \ell ]\) is a subinterval of \([a,b]\) with fixed \(\ell > 0,\) then: \[\Pr \big( X \in [x, x + \ell ] \big) = \int_x^{x+ \ell} \frac{dy}{b-a} = \frac{ \ell }{b-a} ,\] which is independent of \(x.\) This fact motivates the distribution's name.

Uniform distribution on more general sets

The uniform distribution can be generalized to sets more general than intervals.

Formally, let \(S\) be a Borel set of positive, finite Lebesgue measure \(\lambda (S),\) i.e. \(0 < \lambda (S) < + \infty .\) The uniform distribution on \(S\) can be specified by defining the probability density function to be zero outside \(S\) and constantly equal to \(\tfrac{1}{\lambda (S)}\) on \(S.\)

Many special cases are known, e.g., when the set S is a simplex.

Related distributions

  • If X has a standard uniform distribution, then by the inverse transform sampling method, Y = − λ ln(X) has an exponential distribution with (rate) parameter λ.
  • If X has a standard uniform distribution, then Y = X has a beta distribution with parameters (1/n,1). As such,
  • The standard uniform distribution is a special case of the beta distribution, with parameters (1,1).
  • The Irwin-Hall distribution is the sum of n i.i.d. U(0,1) distributions.
  • The Bates distribution is the average of n i.i.d. U(0,1) distributions.
  • The sum of two independent uniform distributions U1(a,b)+U2(c,d) yields a trapezoidal distribution, symmetric about its mean, on the support [a+c,b+d]. The plateau has width equals to the absolute different of the width of U1 and U2. The width of the sloped parts corresponds to the width of the narrowest uniform distribution.
    • If the uniform distributions have the same width w, the result is a triangular distribution, symmetric about its mean, on the support [a+c,a+c+2w].
    • The sum of two independent, equally distributed, uniform distributions U1(a,b)+U2(a,b) yields a symmetric triangular distribution on the support [2a,2b].
  • The distance between two i.i.d. uniform random variables |U1(a,b)−U2(a,b)| also has a triangular distribution, although not symmetric, on the support [0,ba].

Occurrence and applications

The probabilities for uniform distribution function are simple to calculate due to the simplicity of the function form. Therefore, there are various applications that this distribution can be used for as shown below: hypothesis testing situations, random sampling cases, finance, etc. Furthermore, generally, experiments of physical origin follow a uniform distribution (e.g. emission of radioactive particles). However, in any application, there is the unchanging assumption that the probability of falling in an interval of fixed length is constant.

Economics example for uniform distribution

In the field of economics, usually demand and replenishment may not follow the expected normal distribution. As a result, other distribution models are used to better predict probabilities and trends such as Bernoulli process. But according to Wanke (2008), in the particular case of investigating lead-time for inventory management at the beginning of the life cycle when a completely new product is being analyzed, the uniform distribution proves to be more useful. In this situation, other distribution may not be viable since there is no existing data on the new product or that the demand history is unavailable so there isn't really an appropriate or known distribution. The uniform distribution would be ideal in this situation since the random variable of lead-time (related to demand) is unknown for the new product but the results are likely to range between a plausible range of two values. The lead-time would thus represent the random variable. From the uniform distribution model, other factors related to lead-time were able to be calculated such as cycle service level and shortage per cycle. It was also noted that the uniform distribution was also used due to the simplicity of the calculations.

Sampling from an arbitrary distribution

The uniform distribution is useful for sampling from arbitrary distributions. A general method is the inverse transform sampling method, which uses the cumulative distribution function (CDF) of the target random variable. This method is very useful in theoretical work. Since simulations using this method require inverting the CDF of the target variable, alternative methods have been devised for the cases where the CDF is not known in closed form. One such method is rejection sampling.

The normal distribution is an important example where the inverse transform method is not efficient. However, there is an exact method, the Box-Muller transformation, which uses the inverse transform to convert two independent uniform random variables into two independent normally distributed random variables.

Quantization error

In analog-to-digital conversion, a quantization error occurs. This error is either due to rounding or truncation. When the original signal is much larger than one least significant bit (LSB), the quantization error is not significantly correlated with the signal, and has an approximately uniform distribution. The RMS error therefore follows from the variance of this distribution.

Одоо та Энэ тоог тооцоолох ямар ч калькулятор байхгүй, гэхдээ түүний хэсгүүдийг тооцоолж болно. Доорх нэгийг туршаад үзээрэй эсвэл өөрийнхөө тоог бичнэ үү.

Өөрийнхөө ажлыг үргэлжлүүл

Үнэгүй бүртгэл нь хичээл бүрийн тэмдэглэл, төгссөн хичээл, шийдсэн даалгаврын тэмдэглэл, энэ хуудсан дээр асууж болох багшийг нэгтгэж өгдөг. Математик нь бүртгэлтэй, бүртгэлтэйгүй хэн бүхэнд нээлттэй.

Бүртгүүлэх Нэвтрэх

Энд ашигласан тэмдэгтүүд

Бүх тодорхойлолт, зураг, үсгийн утгыг харахын тулд ямар ч тэмдэгтийг дарна уу.

Хүмүүс асуудаг асуултууд

What is the difference between probability and statistics?

Probability goes from a known model to what the data should look like; statistics goes from data back to the model. Probability theory is the deductive half.

What does the law of large numbers promise?

That the average of many independent samples converges to the expected value. It says nothing about any single trial.

Энэ хуудасны зарим хэсгийг Wikipedia (CC BY-SA 4.0). Энэ нь утгагүй, буруу ойлголт, алдаа юм.

Бүх зүйл Probability Theory