---
title: "Triangular"
canonical: "https://modelassist.epixanalytics.com/space/EA/26575255/Triangular"
format: markdown
---
Triangular(min,most_likely,max)

[Triangular equations](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26576437/)

[Crystal Ball parameter restrictions](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575280/)

 

The Triangular distribution constructs a triangular shape from the three input parameters. An example of the Triangular distribution is given below:

 

![image](media://41e561f0-16b6-4121-bc60-a5473c252b40)

 

#### Uses

The Triangular distribution is used as a rough modeling tool where the range (*a* to *c*) and the most likely value (*b*) can be estimated. It has no theoretical basis but derives its statistical properties from its geometry.

 

The Triangular distribution's considerable flexibility in its shape, coupled with the intuitive nature of its parameters made it quickly gain popularity among risk analysts. However, *a* and *c* are the *absolute* minimum and maximum values, which can be very hard to estimate in practice. As described [here](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575431), a way to circumvent this problem is to ask the expert for "feasible" or "practical" bounds and the chances of exceeding them, which is essentially asking experts for bounds as percentiles. 

Most simulation software offer the possibility to specify the Triangular (and Pert) distributions with percentiles as input parameters, as shown below 

<details>
<summary>Crystal Ball</summary>

Below is a Triangular distribution with a 5% chance of sampling values below x=2, mode of x=5, and 5% chance of sampling values above x=10. The interface also allows for other combinations of percentiles by choosing the "Custom" option. 

![image](media://f6167419-cb4b-43a9-989b-31ffd60bc418)
</details>

  


<details>
<summary>@RISK</summary>

As shown below, the function =RiskTriangAlt(5%,2,"m. likely",5,95%,10) yields a Triangular distribution with a 5% chance of sampling values below x=2, mode of x=5, and 5% chance of sampling values above x=10. The interface also allows for other combinations of percentiles by clicking in the "Alternate" parameters pull down in the screenshot below.

Note that this same distribution can be specified using =RiskTrigen(2,5,10,5,95), which is a legacy function that is kept in the software for backward compatibility purposes.

  


![image](media://3f0bf6c9-3886-4dda-9571-4183abbb619e)
</details>

  


It should be noted that the Triangular shape will also usually overemphasize the tails of the distribution and under emphasize the shoulders in comparison with other, more natural, distributions. The [PERT](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575251/) distribution takes the same parameters as the Triangular, but generally offers a more reasonable interpretation of the parameter values in modeling expert opinion.

 

The use of the Triangular in modeling expert opinions is further discussed [here](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575431/).

#### Comments

The sum of two identical independent [Uniform](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575256/) distributions is a symmetric Triangular distribution.

 

 

 

 

---