4.9 Unwarranted Precision


4.9 Unwarranted Precision

In casual conversation, people tend to treat "accuracy" and "precision" as synonyms. But for estimation purposes, the distinctions between these two terms are critical.

Accuracy refers to how close to the real value a number is. Precision refers merely to how exact a number is. In software estimation, this amounts to how many significant digits an estimate has. A measurement can be precise without being accurate, and it can be accurate without being precise. The single digit 3 is an accurate representation of pi to one significant digit, but it is not precise. 3.37882 is a more precise representation of pi than 3 is, but it is not any more accurate.

Airline schedules are precise to the minute, but they are not very accurate. Measuring people's heights in whole meters might be accurate, but it would not be at all precise.

Table 4-5 provides examples of numbers that are accurate, precise, or both.

Table 4-5: Examples of Accuracy and Precision

Example

Comment

pi = 3

Accurate to 1 significant digit, but not precise

pi = 3.37882

Precise to 6 significant digits, but accurate only to 1 significant digit

pi = 3.14159

Both accurate and precise, to 6 significant digits

My height = 2 meters

Accurate to 1 significant digit, but not very precise

Airline flight times

Precise to the minute, but not very accurate

"This project will take 395.7 days, ± 2 months"

Highly precise, but not accurate to the precision stated

"This project will take 1 year"

Not very precise, but could be accurate

"This project will require 7,214 staff hours"

Highly precise, but probably not accurate to the precision stated

"This project will require 4 staff years"

Not very precise, but could be accurate

For software estimation purposes, the distinction between accuracy and precision is critical. Project stakeholders make assumptions about project accuracy based on the precision with which an estimate is presented. When you present an estimate of 395.7 days, stakeholders assume the estimate is accurate to 4 significant digits! The accuracy of the estimate might be better reflected by estimating 1 year, 4 quarters, or 13 months, rather than 395.7 days. Using an estimate of 395.7 days instead of 1 year is like representing pi as 3.37882—the number is more precise, but it's really less accurate.

Tip #23 

Match the number of significant digits in your estimate (its precision) to to your estimate's accuracy.




Software Estimation. Demystifying the Black Art
Software Estimation: Demystifying the Black Art (Best Practices (Microsoft))
ISBN: 0735605351
EAN: 2147483647
Year: 2004
Pages: 212

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net