HOME

TheInfoList



OR:

In
probability theory Probability theory is the branch of mathematics concerned with probability. Although there are several different probability interpretations, probability theory treats the concept in a rigorous mathematical manner by expressing it through a set o ...
and statistics, the triangular distribution is a continuous
probability distribution In probability theory and statistics, a probability distribution is the mathematical function that gives the probabilities of occurrence of different possible outcomes for an experiment. It is a mathematical description of a random phenomeno ...
with lower limit ''a'', upper limit ''b'' and mode ''c'', where ''a'' < ''b'' and ''a'' ≤ ''c'' ≤ ''b''.


Special cases


Mode at a bound

The distribution simplifies when ''c'' = ''a'' or ''c'' = ''b''. For example, if ''a'' = 0, ''b'' = 1 and ''c'' = 1, then the
PDF Portable Document Format (PDF), standardized as ISO 32000, is a file format developed by Adobe in 1992 to present documents, including text formatting and images, in a manner independent of application software, hardware, and operating systems. ...
and CDF become: : \left.\begin f(x) &= 2x \\ ptF(x) &= x^2 \end\right\} \text 0 \le x \le 1 : \begin \operatorname E(X) & = \frac \\ pt \operatorname(X) &= \frac \end


Distribution of the absolute difference of two standard uniform variables

This distribution for ''a'' = 0, ''b'' = 1 and ''c'' = 0 is the distribution of ''X'' = , ''X''1 − ''X''2, , where ''X''1, ''X''2 are two independent random variables with standard uniform distribution. : \begin f(x) & = 2 -2x \text 0 \le x < 1 \\ ptF(x) & = 2x - x^2 \text 0 \le x < 1 \\ ptE(X) & = \frac \\ pt\operatorname(X) & = \frac \end


Symmetric triangular distribution

The symmetric case arises when ''c'' = (''a'' + ''b'') / 2. In this case, an alternate form of the distribution function is: : \begin f(x) &= \frac \\ pt\end


Distribution of the mean of two standard uniform variables

This distribution for ''a'' = 0, ''b'' = 1 and ''c'' = 0.5—the mode (i.e., the peak) is exactly in the middle of the interval—corresponds to the distribution of the mean of two standard uniform variables, that is, the distribution of ''X'' = (''X''1 + ''X''2) / 2, where ''X''1, ''X''2 are two independent random variables with standard uniform distribution in
, 1 The comma is a punctuation mark that appears in several variants in different languages. It has the same shape as an apostrophe or single closing quotation mark () in many typefaces, but it differs from them in being placed on the baseline o ...
''Beyond Beta: Other Continuous Families of Distributions with Bounded Support and Applications''. Samuel Kotz and Johan René van Dorp. https://books.google.de/books?id=JO7ICgAAQBAJ&lpg=PA1&dq=chapter%201%20dig%20out%20suitable%20substitutes%20of%20the%20beta%20distribution%20one%20of%20our%20goals&pg=PA3#v=onepage&q&f=false It is the case of the
Bates distribution In probability and business statistics, the Bates distribution, named after Grace Bates, is a probability distribution of the mean of a number of statistically independent uniformly distributed random variables on the unit interval. This dis ...
for two variables. : f(x) = \begin 4x & \text0 \le x < \frac \\ 4(1-x) & \text\frac \le x \le 1 \end : F(x) = \begin 2x^2 & \text0 \le x < \frac \\ 2x^2-(2x-1)^2 & \text\frac \le x \le 1 \end : \begin E(X) & = \frac \\ pt\operatorname(X) & = \frac \end


Generating triangular-distributed random variates

Given a random variate ''U'' drawn from the uniform distribution in the interval (0, 1), then the variate : X = \begin a + \sqrt & \text 0 < U < F(c) \\ & \\ b - \sqrt & \text F(c) \le U < 1 \end where F(c) = (c-a)/(b-a), has a triangular distribution with parameters a, b and c. This can be obtained from the cumulative distribution function.


Use of the distribution

The triangular distribution is typically used as a subjective description of a population for which there is only limited sample data, and especially in cases where the relationship between variables is known but data is scarce (possibly because of the high cost of collection). It is based on a knowledge of the minimum and maximum and an "inspired guess" as to the modal value. For these reasons, the triangle distribution has been called a "lack of knowledge" distribution.


Business simulations

The triangular distribution is therefore often used in business decision making, particularly in
simulations A simulation is the imitation of the operation of a real-world process or system over time. Simulations require the use of Conceptual model, models; the model represents the key characteristics or behaviors of the selected system or proc ...
. Generally, when not much is known about the
distribution Distribution may refer to: Mathematics *Distribution (mathematics), generalized functions used to formulate solutions of partial differential equations *Probability distribution, the probability of a particular value or value range of a varia ...
of an outcome (say, only its smallest and largest values), it is possible to use the uniform distribution. But if the most likely outcome is also known, then the outcome can be simulated by a triangular distribution. See for example under corporate finance.


Project management

The triangular distribution, along with the PERT distribution, is also widely used in
project management Project management is the process of leading the work of a team to achieve all project goals within the given constraints. This information is usually described in project documentation, created at the beginning of the development process. T ...
(as an input into PERT and hence critical path method (CPM)) to model events which take place within an interval defined by a minimum and maximum value.


Audio dithering

The symmetric triangular distribution is commonly used in audio dithering, where it is called TPDF (triangular probability density function).


Beamforming

The triangular distribution has an application to beamforming and pattern synthesis. K. Buchanan, C. Flores-Molina, S. Wheeland, D. Overturf and T. Adeyemi, "Babinet's Principle Applied to Distributed Arrays," 2020 International Applied Computational Electromagnetics Society Symposium (ACES), 2020, pp. 1-2, doi: 10.23919/ACES49320.2020.9196157.


See also

* Trapezoidal distribution *
Thomas Simpson Thomas Simpson FRS (20 August 1710 – 14 May 1761) was a British mathematician and inventor known for the eponymous Simpson's rule to approximate definite integrals. The attribution, as often in mathematics, can be debated: this rule had been ...
* Three-point estimation * Five-number summary *
Seven-number summary In descriptive statistics, the seven-number summary is a collection of seven summary statistics, and is an extension of the five-number summary. There are three similar, common forms. As with the five-number summary, it can be represented by a mod ...
*
Triangular function A triangular function (also known as a triangle function, hat function, or tent function) is a function whose graph takes the shape of a triangle. Often this is an isosceles triangle of height 1 and base 2 in which case it is referred to as ''th ...
*
Central limit theorem In probability theory, the central limit theorem (CLT) establishes that, in many situations, when independent random variables are summed up, their properly normalized sum tends toward a normal distribution even if the original variables thems ...
— The triangle distribution often occurs as a result of adding two uniform random variables together. In other words, the triangle distribution is often (not always) the result of the first iteration of the central limit theorem summing process (i.e. n = 2). In this sense, the triangle distribution can occasionally occur naturally. If this process of summing together more random variables continues (i.e. n \geq 3), then the distribution will become increasingly bell-shaped. *
Irwin–Hall distribution In probability Probability is the branch of mathematics concerning numerical descriptions of how likely an Event (probability theory), event is to occur, or how likely it is that a proposition is true. The probability of an event is a nu ...
— Using an Irwin–Hall distribution is an easy way to generate a triangle distribution. *
Bates distribution In probability and business statistics, the Bates distribution, named after Grace Bates, is a probability distribution of the mean of a number of statistically independent uniformly distributed random variables on the unit interval. This dis ...
— Similar to the Irwin–Hall distribution, but with the values rescaled back into the 0 to 1 range. Useful for computation of a triangle distribution which can subsequently be rescaled and shifted to create other triangle distributions outside of the 0 to 1 range.


References


External links

*
Triangle Distribution
decisionsciences.org

brighton-webs.co.uk
Proof for the variance of triangular distribution
math.stackexchange.com {{DEFAULTSORT:Triangular Distribution Continuous distributions