Triangular Distribution — Definition, Formula & Examples
The triangular distribution is a continuous probability distribution shaped like a triangle, defined entirely by three parameters: a minimum value, a peak (mode), and a maximum value. It is often used when you have limited data but can estimate the lowest, most likely, and highest possible outcomes.
A continuous random variable follows a triangular distribution with parameters (minimum), (maximum), and (mode), where , if its probability density function is piecewise linear, rising from zero at to a maximum of at , then falling linearly back to zero at .
Key Formula
Where:
- = Minimum value (left endpoint of the distribution)
- = Maximum value (right endpoint of the distribution)
- = Mode (most likely value, where the peak occurs)
- = A value of the random variable
How It Works
You use the triangular distribution when you can reasonably estimate three values: the worst case (), the best case (), and the most likely case (). The PDF forms a triangle over the interval with its apex at . Because the total area under any PDF must equal 1, the height at the peak is always , regardless of where falls. The mean of the distribution is simply the average of the three parameters: . This makes it a quick tool for rough estimates in project management, risk analysis, and simulation when precise data is unavailable.
Worked Example
Problem: A task takes at least 2 hours, at most 10 hours, and most likely 4 hours. Find the mean and the value of the PDF at x = 4.
Identify parameters: Set the minimum, mode, and maximum.
Compute the mean: The mean of a triangular distribution is the average of its three parameters.
Evaluate the PDF at the mode: The peak height of the triangle depends only on the base length .
Answer: The expected task duration is approximately 5.33 hours, and the PDF reaches its maximum value of 0.25 at x = 4.
Why It Matters
Project managers use the triangular distribution in PERT (Program Evaluation and Review Technique) to estimate task durations when historical data is scarce. It also appears in Monte Carlo simulations for risk analysis, where analysts need a simple distribution that captures asymmetry without requiring detailed data fitting.
Common Mistakes
Mistake: Assuming the mode must be at the midpoint of the interval.
Correction: The mode can be anywhere from to . When is not centered, the triangle is asymmetric (skewed), which is one of the distribution's advantages over the uniform distribution.
