triangular distribution
   HOME

TheInfoList



OR:

In
probability theory Probability theory or probability calculus 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 expre ...
and
statistics Statistics (from German language, German: ', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a s ...
, the triangular distribution is a continuous
probability distribution In probability theory and statistics, a probability distribution is a Function (mathematics), function that gives the probabilities of occurrence of possible events for an Experiment (probability theory), experiment. It is a mathematical descri ...
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 Inc., Adobe in 1992 to present documents, including text formatting and images, in a manner independent of application software, computer hardware, ...
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. Some typefaces render it as a small line, slightly curved or straight, but inclined from the vertical; others give it the appearance of a miniature fille ...
It is the case of the Bates distribution 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 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 an imitative representation of a process or system that could exist in the real world. In this broad sense, simulation can often be used interchangeably with model. Sometimes a clear distinction between the two terms is made, in ...
. 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 Corporate finance is an area of finance that deals with the sources of funding, and the capital structure of businesses, the actions that managers take to increase the Value investing, value of the firm to the shareholders, and the tools and analy ...
.


Project management

The triangular distribution, along with the PERT distribution, is also widely used in
project management Project management is the process of supervising the work of a Project team, team to achieve all project goals within the given constraints. This information is usually described in project initiation documentation, project documentation, crea ...
(as an input into
PERT Pert or PERT may refer to: Ships * - see List of United States Navy ships: P * , a World War II corvette, originally HMS ''Nepeta'' * Pert (sidewheeler), ''Pert'' (sidewheeler), a 19th-century steamboat that operated in British Columbia, Canada ...
and hence
critical path method The critical path method (CPM), or critical path analysis (CPA), is an algorithm for schedule (project management), scheduling a set of project activities. A critical path is determined by identifying the longest stretch of dependent activiti ...
(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).


See also

* Trapezoidal distribution * Thomas Simpson * 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 m ...
*
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) states that, under appropriate conditions, the Probability distribution, distribution of a normalized version of the sample mean converges to a Normal distribution#Standard normal distributi ...
— 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 — Using an Irwin–Hall distribution is an easy way to generate a triangle distribution. * Bates distribution — 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