vault backup: 2026-04-18 20:47:30

This commit is contained in:
2026-04-18 20:47:30 -04:00
parent fabb84866b
commit 0e63ec59c6
2 changed files with 55 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
---
id:
aliases: []
title: Three-Point Estimation
tags: []
---
# Three-Point Estimation
* best-case or optimistic
* worst-case or pessimistic
* most-likely
[Wikipedia](https://en.wikipedia.org/wiki/Three-point_estimation)
[PMI](https://www.projectmanagement.com/wikis/368763/3-points-estimating)
![](https://www.tutorialspoint.com/estimation_techniques/images/three_point_estimation.jpg)
A [[risk]]-neutral party would set selling price at the most likely.
The difference between the pessimistic estimate and selling price
is the [[value-at-risk]].
Three-point estimating is considered the bare minimum in most industries.