Three-point estimation.
Type three numbers — the best case, your honest guess, the worst case — and get a defensible estimate with a real confidence band. Same math the rest of Estix uses, free, no login required.
Inputs
Estimate the same task three times. Optimistic = the best-case time if everything goes right. Likely = your honest single-number estimate. Pessimistic = the worst case shy of a project-killing surprise.
σ = (P − O) / 6
estimate = μ + z · σ where z₅₀ = 0, z₈₀ ≈ 0.84, z₉₅ ≈ 1.64
Estimating a whole project, not one task? Estix.ai rolls these numbers up across hundreds of leaves automatically.
Try freeWhat is a PERT estimate?
PERT (Program Evaluation and Review Technique) is a way to estimate how long a task will take when there's uncertainty. Instead of one number, you give three: the optimistic case, your most-likely single-number estimate, and the pessimistic case. The PERT mean weighs the most-likely value four times as heavily as the extremes: μ = (O + 4M + P) / 6.
What's a confidence band?
The PERT sigma σ = (P − O) / 6 captures how much uncertainty there is. Multiply σ by a z-score and add it to the mean to get a confidence target: P50 = μ (50% likely), P80 ≈ μ + 0.84σ (80% likely), P95 ≈ μ + 1.64σ (95% likely). A higher target trades a longer estimate for a stronger guarantee — useful when scope is locked but delivery date matters.
When should I use three-point estimation?
Any project where uncertainty is real and visible — software, design, R&D, anything where you've been burned by a single-number estimate before. It surfaces risk early, gives clients a defensible range, and makes it harder to hide behind optimism.
Estimating a whole project?
Most projects have hundreds of tasks. PERT rolls up cleanly: variances add (σ²_project = Σ σ²_leaf), so the project-level σ is the square root of that sum. Doing it by hand for ~50 tasks works once; doing it for every quote is painful. Estix.ai automates the rollup, lets AI draft the scope tree from a brief, and exports a client-ready proposal with a real confidence band.