简体   繁体   中英

What is the difference between 'precision' and 'accuracy'?

What is the difference between 'accurate' and 'precise'?

If there is a difference, can you give an example of

  • a number that is accurate but not precise
  • a number that is precise but not accurate
  • a number that is both accurate and precise

Thanks!

Precision refers to how much information is conveyed by a number (in terms of number of digits) whereas accuracy is a measure of "correctness".

Let's take the π approximation 22 / 7 , for our purposes, 3.142857143 .

For your specific questions:

  • a number that is accurate but not precise: 3.14 . That's certainly accurate in terms of closeness, given the precision available. There is no other number with three significant digits that is closer to the target (both 3.13 and 3.15 are further away from the real value).

  • a number that is precise but not accurate: 99999.12345678901234567890 . That's much more precise since it conveys more information. Unfortunately its accuracy is way off since it's nowhere near the target value.

  • a number that is both accurate and precise: 3.142857143 . You can get more precise (by tacking zeros on the end) but no more accurate.

Of course, that's if the target number is actually 3.142857143 . If it's 22 / 7 , then you can get more accurate and precise, since 3.142857143 * 7 = 22.000000001 . The actual decimal number for that fraction is an infinitely repeating one (in base 10):

3 . 142857 142857 142857 142857 142857 ...

and so on, so you can keep adding precision and accuracy in that representation by continuing to repeat that group of six digits. Or, you can maximise both by just using 22 / 7 .

One way to think of it is this:

  • A number that is "precise" has a lot of digits. But it might not be very correct.
  • A number that is "accurate" is correct, but may not have a lot of digits.

Examples:

  • 3.14 is an "accurate" approximation to Pi. But it is not very precise.
  • 3.13198408654198 is a very "precise" approximation to Pi, but it is not accurate,
  • 3.14159265358979 is both accurate and precise.

So precision gives a lot of information. But says nothing about how correct it is.

Accuracy says how correct the information is, but says nothing about how much information there is.

Assume the exact time right now is 13:01:03.1234

  • Accurate but not precise - it's 13:00 +/- 0:05
  • Precise but not accurate - it's 13:15:01.1425
  • Accurate and precise - it's 13:01:03.1234

The standard example I always heard involved a dart board:

  • accurate but not precise: lots of darts scattered evenly all over the dart board
  • precise but not accurate: lots of darts concentrated in one spot of the dart board, that is not the bull's eye
  • both: lots of darts concentrated in the bull's eye

Accuracy is about getting the right answer. Precision is about repeatedly getting the same answer.

Precision and accuracy are defined by significant digits. Accuracy is defined by the number of significant digits while precision is identified by the location of the last significant digit. For instance the number 1234 is more accurate than 0.123 because 1234 had more significant digits. The number 0.123 is more precise because the 3 (last significant figure) is in the thousandths place. Both types of digits typically only relevant because they are the results of a measurement. For instance, you can have a decimal number that's exact such as 0.123 such as 123/1000 as defined, thus the discussion of precision has no real meaning because 0.123 was given or defined;however, if you were to measure something and come up with that value, then 0.123 indicates the precision of the tool used to measure it.

The real confusion occurs when combining these numbers such as adding, subtracting, multiply and dividing. For example, when adding two numbers that are the result of a measurement, the answer can only be as precise as the least precise number. Think of it as a chain is only as strong as its weakest link.

Accuracy are very often confused with precision but they are much different.

Accuracy is degree to which the measured value agrees with true value. Example-Our objective is to make rod of 25mm And we are able to make it of 25 mm then it is accurate.

Precision is the repeatability of the measuring process. Example-Our objective is to make 10 rods of 25mm and we make all rods of 24mm then we are precise as we make all rods of same size,but it is not accurate as true value is 25 mm.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM