1.2: Sampling Error (Repeated Measurements)
( \newcommand{\kernel}{\mathrm{null}\,}\)
In some experiments, the system being measured is intrinsically random. For example, radioactive decay occurs randomly, so counting the number of decay events yields a slightly different result from interval to interval, no matter how precise your apparatus is. Often, we find a mean value by taking many measurements and averaging them. The result is reported in the format (estimated mean)±(standard error of the mean).
In this type of scenario, measurement error is usually ignored, as the sampling error caused by the system’s randomness is larger than the measurement error. (In the opposite case, where measurement error is larger, there’d be no point doing repeated measurements. And if the measurement error is about as large as the system’s randomness, you’re probably doing social science, so good luck with that.)
Suppose you take N measurements, and the results are X1,X2,…,XN. Then estimated mean≡ˉX=X1+X2+⋯+XNN.
mean
function in Python or Matlab. Also, standard error of the mean=σ√N,std
function in Python or Matlab.