Triangular Distribution
Where do you meet this distribution?
-
Project management -- PERT, CPM and so on
-
Digital signal processing (dithering) -- digital audio, digital video, digital photography, seismology, RADAR, weather forecasting systems and many more
-
Data security
-
Business simulation (Corporate finance)
-
Proxy of Beta distribution
Shape of Distribution
Basic Properties
-
Three parameters are required (How can you get these).
These parameters are minimum value of variable, maximum value of variable and mode of the distribution respectively.
-
Continuous distribution defined on bounded range
-
This distribution can be symmetric or asymmetric.
Probability
-
Cumulative distribution function
-
How to compute these on Excel.
A | B | |
---|---|---|
1 | Data | Description |
2 | 1.5 | Value for which you want the distribution |
3 | 1 | Value of parameter Min |
4 | 3 | Value of parameter Max |
5 | 1.4 | Value of parameter Mode |
6 | Formula | Description (Result) |
7 | =NTTRIANGULARDIST(A2,A3,A4,A5,TRUE) | Cumulative distribution function for the terms above |
8 | =NTTRIANGULARDIST(A2,A3,A4,A5,FALSE) | Probability density function for the terms above |
- Function reference : NTTRIANGULARDIST
Quantile
-
Inverse function of cumulative distribution function