🧠 My second brain • notes

Search

Search IconIcon to open search

Estimates

Last updated Jun 5, 2023

Through estimation, we can find out how much work we have ahead of us.

# Relative estimations

Instead of trying to determine exactly how long a task will take, we compare the effort of that task to another task, and that becomes the estimate.

Methods:

# T-shirt sizes

# Story points

# Strategies for getting accurate estimates from experts

# Three-point estimating

It is used to help determine the most realistic time estimate for a task. It uses optimistic and pessimistic calculations, meaning calculations based on the best-case and the worst-case scenarios.

# The Triangular Distribution

The weight of each estimate in this equation is identical, which means the most likely case does not affect the final estimate more than the optimistic or pessimistic estimates.

E = (o + m + p) / 3

# The Beta (PERT) Distribution

The Beta (PERT) distribution is a weighted average. The most likely estimate receives a multiplier of four, while the overall divisor is increased to six.

This method takes into account that the most likely case is more likely to occur, so it’s given more weight. The added weight is reflected in the multiplier of four.

E = (o + 4m + p) / 6

# Confidence level rating

Indicates how confident you are in an estimate’s accuracy.

# Ways to determine a confidence rating