PERT: Probabilistic Project Estimation
PERT (Program Evaluation and Review Technique) uses three-point estimates—Optimistic (O), Most Likely (M), and Pessimistic (P)—to calculate expected duration and standard deviation, enabling probability-based scheduling.
What Is It?
PERT acknowledges that task duration estimates are inherently uncertain. Instead of a single-point estimate, you provide three: the best case (Optimistic), the most likely outcome, and the worst case (Pessimistic). The formula E = (O + 4M + P) / 6 calculates the expected duration.
The technique also calculates standard deviation σ = (P - O) / 6, enabling you to express completion dates with confidence levels (e.g., "95% confident we'll finish by date X").
PERT connects to CPM for network analysis, WBS for task definition, and Gantt Charts for visualization.
Quick Reference
Core Features
- Three-Point Estimates: Optimistic, Most Likely, Pessimistic for each task
- Weighted Average: Formula weights most likely estimate 4x
- Standard Deviation: Measures estimate uncertainty per task
- Confidence Intervals: Probability of meeting specific dates
- Network Integration: Works with critical path analysis
- Risk Communication: Expresses schedule risk quantitatively
When to Use
- Research and development projects
- New product development with unknowns
- Projects with significant uncertainty
- When stakeholders need confidence intervals
- Government and defense projects
- First-time or unique project types
- Risk-sensitive environments
When NOT to Use
- Routine, well-understood projects
- When historical data provides reliable estimates
- Simple projects with few tasks
- When the added complexity isn't justified
- Teams unfamiliar with statistical concepts
Key Strengths
- Uncertainty Handling: Explicitly models estimate uncertainty
- Risk Communication: Expresses schedules with confidence levels
- Better Estimates: Forces consideration of best/worst cases
- Statistical Foundation: Mathematically sound approach
- Stakeholder Buy-in: Transparent about uncertainty
Key Weaknesses
- More complex than single-point estimation
- Requires three estimates per task (time-consuming)
- Assumes beta distribution may not always fit reality
- Can give false precision if estimates are poor
- Historical data often limited for calibration
How It Works
| 1 Primary Input | Three estimates per task: Optimistic, Most Likely, Pessimistic |
|---|---|
| 2 Data You Need | Task list, expert judgment, historical data where available |
| 3 Primary Output | Expected duration, standard deviation, confidence intervals, risk-adjusted schedule |
Comparison with Related Frameworks
PERT vs Critical Path Method
CPM uses deterministic single-point estimates, while PERT uses probabilistic three-point estimates. Use CPM for well-understood construction work; PERT for R&D and uncertain projects.
PERT vs Work Breakdown Structure
WBS defines what tasks exist; PERT estimates how long they'll take with uncertainty. WBS is the input; PERT is the analysis. Use both together for comprehensive project planning.