|
|
|
|
|
by abetlen
1504 days ago
|
|
My go-to heuristic is three point estimation, basically a weighted average of the best, worst, and average case [0]. (Best + Worst + 4 * Average) / 6 One nice property is that it imposes a distribution that adjusts for longer tailed risks. https://en.wikipedia.org/wiki/Three-point_estimation |
|