The essence of experimentation consists of finding devices and methods which
The most important types of errors are superficially discussed in the following.
The effect of truncation errors may be reduced by increased sample size in many cases, but they do not follow the law of Gaussian errors (
[Drijard80]).
Rounding errors in the processing of data, i.e. caused in algorithms by the limited word length of computers, are usually much more difficult to estimate. They depend, obviously, on parameters like word size and number representation, and even more on the numerical methods used. Rounding errors in computers may amplify harmless limitations in precision to the point of making results meaningless. A more general theoretical treatment is found in textbooks of numerical analysis (e.g. [Ralston78a]). In practice, algorithms suspected of producing intolerable rounding errors are submitted to stability tests with changing word length, to find a stability plateau where results are safe.
One will usually try to find some estimate b for the bias B by estimating the precision of the calibration procedures used. For lack of better knowledge one then introduces b
as an additional random error (of Gaussian distribution) of
around the mean X. This is mathematically equivalent to X being normally distributed around
with variance b2. A systematic error is thus treated as if it were a random error, which is perfectly legitimate in the limit of many small systematic errors.
However, whereas the magnitude of random errors can be estimated by comparing repeated measurements, this is not possible for systematic errors.