
How correct an answer is. The accuracy obtained from calculations depends on using bug-free computer chips as well as the quality of the input. Contrast with precision, which refers to the number of digits, or exactness, in an answer.
Download Computer Desktop Encyclopedia to your PC, iPhone or Android.
| Accumulation, Accumulated Income, Accumulated Earnings Tax | |
| Acid Test Ratio, Acquisition Cost, Activity |
noun
Definition: state of being precise of correct
Antonyms: erroneousness, falsehood, inaccuracy, mistake
The closeness of an estimate to the true value. Compare precision.
1. The ability to hit a target.
2. Ability of a performer, such as an ice-skater, to repeat movements successfully.
3. The ability to perform without making any errors.
4. The reliability of a measurement often expressed in terms of the deviation (+ or −) of the measurement from its true value. Compare precision.
Quotes:
"Even a stopped clock is right twice a day."
- Source Unknown
"Accuracy is to a newspaper what virtue is to a lady, but a newspaper can always print a retraction."
- Adlai E. Stevenson
"Accuracy is the twin brother of honesty; inaccuracy, of dishonesty."
- Charles Simmons
"From principles is derived probability, but truth or certainty is obtained only from facts."
- Nathaniel Hawthorne
"Facts are God's arguments; we should be careful never to misunderstand or pervert them."
- Tryon Edwards
"Accuracy of statement is one of the first elements of truth; inaccuracy is a near kin to falsehood."
- Tryon Edwards
See more famous quotes about Accuracy
| accessory pigment, accessory food factor, accessory chromosome | |
| aceruloplasminemia, acesulfame, acetal |
The closeness with which an observation or a measurement of a variable approximates its true value. An important component of diagnostic tests. An accurate test implies freedom from both random and systematic error. See also precision.

In the fields of science, engineering, industry and statistics, the accuracy[1] of a measurement system is the degree of closeness of measurements of a quantity to that quantity's actual (true) value. The precision[1] of a measurement system, also called reproducibility or repeatability, is the degree to which repeated measurements under unchanged conditions show the same results.[2] Although the two words reproducibility and repeatability can be synonymous in colloquial use, they are deliberately contrasted in the context of the scientific method.
A measurement system can be accurate but not precise, precise but not accurate, neither, or both. For example, if an experiment contains a systematic error, then increasing the sample size generally increases precision but does not improve accuracy. The result would be a consistent yet inaccurate string of results from the flawed experiment. Eliminating the systematic error improves accuracy but does not change precision.
A measurement system is designated valid if it is both accurate and precise. Related terms include bias (non-random or directed effects caused by a factor or factors unrelated to the independent variable) and error (random variability).
The terminology is also applied to indirect measurements—that is, values obtained by a computational procedure from observed data.
In addition to accuracy and precision, measurements may also have a measurement resolution, which is the smallest change in the underlying physical quantity that produces a response in the measurement.
In the case of full reproducibility, such as when rounding a number to a representable floating point number, the word precision has a meaning not related to reproducibility. For example, in the IEEE 754-2008 standard it means the number of bits in the significand, so it is used as a measure for the relative accuracy with which an arbitrary number can be represented.
|
Contents
|
Accuracy is the degree of veracity while in some contexts precision may mean the degree of reproducibility.[citation needed]
The analogy used here to explain the difference between accuracy and precision is the target comparison. In this analogy, repeated measurements are compared to arrows that are shot at a target. Accuracy describes the closeness of arrows to the bullseye at the target center. Arrows that strike closer to the bullseye are considered more accurate. The closer a system's measurements to the accepted value, the more accurate the system is considered to be.
To continue the analogy, if a large number of arrows are shot, precision would be the size of the arrow cluster. (When only one arrow is shot, precision is the size of the cluster one would expect if this were repeated many times under the same conditions.) When all arrows are grouped tightly together, the cluster is considered precise since they all struck close to the same spot, even if not necessarily near the bullseye. The measurements are precise, though not necessarily accurate.
However, it is not possible to reliably achieve accuracy in individual measurements without precision—if the arrows are not grouped close to one another, they cannot all be close to the bullseye. (Their average position might be an accurate estimation of the bullseye, but the individual arrows are inaccurate.) See also circular error probable for application of precision to the science of ballistics.
Ideally a measurement device is both accurate and precise, with measurements all close to and tightly clustered around the known value. The accuracy and precision of a measurement process is usually established by repeatedly measuring some traceable reference standard. Such standards are defined in the International System of Units (abbreviated SI from French: Système international d'unités) and maintained by national standards organizations such as the National Institute of Standards and Technology in the United States.
This also applies when measurements are repeated and averaged. In that case, the term standard error is properly applied: the precision of the average is equal to the known standard deviation of the process divided by the square root of the number of measurements averaged. Further, the central limit theorem shows that the probability distribution of the averaged measurements will be closer to a normal distribution than that of individual measurements.
With regard to accuracy we can distinguish:
A common convention in science and engineering is to express accuracy and/or precision implicitly by means of significant figures. Here, when not explicitly stated, the margin of error is understood to be one-half the value of the last significant place. For instance, a recording of 843.6 m, or 843.0 m, or 800.0 m would imply a margin of 0.05 m (the last significant place is the tenths place), while a recording of 8,436 m would imply a margin of error of 0.5 m (the last significant digits are the units).
A reading of 8,000 m, with trailing zeroes and no decimal point, is ambiguous; the trailing zeroes may or may not be intended as significant figures. To avoid this ambiguity, the number could be represented in scientific notation: 8.0 × 103 m indicates that the first zero is significant (hence a margin of 50 m) while 8.000 × 103 m indicates that all three zeroes are significant, giving a margin of 0.5 m. Similarly, it is possible to use a multiple of the basic measurement unit: 8.0 km is equivalent to 8.0 × 103 m. In fact, it indicates a margin of 0.05 km (50 m). However, reliance on this convention can lead to false precision errors when accepting data from sources that do not obey it.
Precision is sometimes stratified into:
Accuracy is also used as a statistical measure of how well a binary classification test correctly identifies or excludes a condition.
| Condition as determined by Gold standard | ||||
| True | False | |||
| Test outcome |
Positive | True positive | False positive | → Positive predictive value or Precision |
| Negative | False negative | True negative | → Negative predictive value | |
| ↓ Sensitivity or recall |
↓ Specificity (or its complement, Fall-Out) |
Accuracy | ||
That is, the accuracy is the proportion of true results (both true positives and true negatives) in the population. It is a parameter of the test.

On the other hand, precision or positive predictive value is defined as the proportion of the true positives against all the positive results (both true positives and false positives)

An accuracy of 100% means that the measured values are exactly the same as the given values.
Also see Sensitivity and specificity.
Accuracy may be determined from Sensitivity and Specificity, provided Prevalence is known, using the equation:

The accuracy paradox for predictive analytics states that predictive models with a given level of accuracy may have greater predictive power than models with higher accuracy. It may be better to avoid the accuracy metric in favor of other metrics such as precision and recall.[citation needed] In situations where the minority class is more important, F-measure may be more appropriate, especially in situations with very skewed class imbalance.
Another useful performance measure is the balanced accuracy which avoids inflated performance estimates on imbalanced datasets. It is defined as the arithmetic mean of sensitivity and specificity, or the average accuracy obtained on either class:


If the classifier performs equally well on either class, this term reduces to the conventional accuracy (i.e., the number of correct predictions divided by the total number of predictions). In contrast, if the conventional accuracy is above chance only because the classifier takes advantage of an imbalanced test set, then the balanced accuracy, as appropriate, will drop to chance.[3]
In psychometrics and psychophysics, the term accuracy is interchangeably used with validity and constant error. Precision is a synonym for reliability and variable error. The validity of a measurement instrument or psychological test is established through experiment or correlation with behavior. Reliability is established with a variety of statistical techniques, classically through an internal consistency test like Cronbach's alpha to ensure sets of related questions have related responses, and then comparison of those related question between reference and target population.[citation needed]
In logic simulation, a common mistake in evaluation of accurate models is to compare a logic simulation model to a transistor circuit simulation model. This is a comparison of differences in precision, not accuracy. Precision is measured with respect to detail and accuracy is measured with respect to reality.[4][5]
The concepts of accuracy and precision have also been studied in the context of data bases, information systems and their sociotechnical context. The necessary extension of these two concepts on the basis of theory of science suggests that they (as well as data quality and information quality) should be centered on accuracy defined as the closeness to the true value seen as the degree of agreement of readings or of calculated values of one same conceived entity, measured or calculated by different methods, in the context of maximum possible disagreement.[6]
| Look up accuracy, or precision in Wiktionary, the free dictionary. |
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
Dansk (Danish)
n. - akkuratesse, nøjagtighed
Nederlands (Dutch)
nauwkeurigheid, trefzekerheid
Français (French)
n. - exactitude, précision, fidélité
Deutsch (German)
n. - Genauigkeit, Sorgfalt, Treffsicherheit
Ελληνική (Greek)
n. - ακρίβεια, ακριβολογία, ορθότητα, πιστότητα
Italiano (Italian)
accuratezza
Português (Portuguese)
n. - cuidado (m), exatidão (f), precisão (f)
Español (Spanish)
n. - puntualidad, exactitud, minuciosidad
Svenska (Swedish)
n. - exakthet, precision
中文(简体)(Chinese (Simplified))
正确, 准确, 精确性
中文(繁體)(Chinese (Traditional))
n. - 正確, 準確, 精確性
العربيه (Arabic)
(الاسم) صحه, دقه, ضبط
עברית (Hebrew)
n. - דיוק, דייקנות
If you are unable to view some languages clearly, click here.