Notes on Precision, Accuracy, and Unit Squaring in Measurement

Precision vs Accuracy

  • In the scenario described, throws land at the same place each time but not at the intended target.
    • This shows high precision (repeatability) but low accuracy (closeness to the true value).
    • Precise but not accurate: measurements are consistently clustered, yet systematically offset from the true value.
  • Key definitions:
    • Precision: the degree to which repeated measurements show the same result (low spread).
    • Accuracy: the closeness of a measurement to the true or target value.
  • Important implication: you can have high precision without high accuracy, and vice versa.

The third concept: unit squaring and dimensional consistency

  • The transcript discusses a situation where you’re evaluating throwing errors and encountering units.
    • If you use the measurement error without squaring, you express it in the length unit (cm).
    • Without squaring, you’re dealing with a quantity in cm, which cannot be directly combined with a quantity in cm^2.
    • You cannot cancel cm with cm^2; they are different dimensions.
  • Therefore, you need to square the length-based quantity to form a squared-error measure, which has units of cm^2.
    • This is the typical step when forming variances or mean squared errors: you square deviations to obtain a quantity with squared units.
    • Once you’ve combined squared terms, you often take a square root to return to the original units (cm).
  • Summary of the dimensional logic:
    • If the basic error is a length
    • Deviation: extdeviation=extΔLwith unitscmext{deviation} = ext{Δ}L \text{with units} \, \text{cm}
    • Squared deviation: (ΔL)2with unitscm2(\Delta L)^2 \quad \text{with units} \quad \text{cm}^2
    • Variance is the expectation of squared deviations: Var(X)=E[(Xμ)2]units: cm2\operatorname{Var}(X) = E[(X - \mu)^2] \quad \text{units: cm}^2
    • Standard deviation (a measure in original units): σ=Var(X)units: cm\sigma = \sqrt{ \operatorname{Var}(X) } \quad \text{units: cm}
    • In practice, combining independent error sources uses variances (cm^2), and you convert back to cm via the square root.

Practical example illustrating precision, accuracy, and squaring

  • Suppose the true distance to a target is 50 cm.
    • Measurements (throws) cluster tightly around 50 cm but the mean is off, say 48 cm.
    • This is precise (low spread) but biased/unclear accuracy (mean differs from true value).
  • If we compute errors relative to the true value:
    • Deviations: -2 cm, -2 cm, -3 cm, …
    • Squared deviations: (2)2=4, (3)2=9,(-2)^2 = 4, \ (-3)^2 = 9, \ldots in the units cm2\text{cm}^2.
    • Variance: Var(X)=E[(Xμ)2]\operatorname{Var}(X) = E[(X - \mu)^2] in cm^2.
    • Standard deviation (typical error in cm): σ=Var(X)some value in cm\sigma = \sqrt{ \operatorname{Var}(X) } \approx \text{some value in cm}.
  • Concrete numeric mini-example:
    • Measurements: 49 cm, 50 cm, 51 cm.
    • Mean: μ=49+50+513=50 cm.\mu = \frac{49 + 50 + 51}{3} = 50\text{ cm}.
    • Deviations: 1,0,+1 cm.-1, 0, +1\text{ cm}.
    • Variance (population): Var(X)=(1)2+02+(1)23=23 cm2.\operatorname{Var}(X) = \frac{(-1)^2 + 0^2 + (1)^2}{3} = \frac{2}{3} \text{ cm}^2.
    • Standard deviation: σ=230.82 cm.\sigma = \sqrt{ \frac{2}{3} } \approx 0.82 \text{ cm}.
  • Points to remember from the example:
    • The squared deviations carry units of cm^2; you cannot directly add or compare them with un-squared (cm) deviations.
    • To report a measure of spread in the original length units, take the square root of the variance to obtain the standard deviation in cm.

Connections to broader concepts

  • Relevance to experimental design and data analysis:
    • Distinguish between precision (repeatability) and accuracy (systematic error).
    • Use squaring to form variances when combining multiple error sources, then re-convert to original units via square root.
  • Practical implications:
    • Calibration and instrument accuracy affect bias (mean offset) rather than only the spread.
    • In reporting uncertainties, always specify the units and whether you are presenting standard deviation (cm) or variance (cm^2).
  • Ethical/philosophical note:
    • Misunderstanding precision vs accuracy can lead to overconfident conclusions; clear reporting of both aspects is essential for honesty in measurement.

Key formulas to remember

  • Deviation (length): ΔLwith unitscm\Delta L \quad \text{with units} \quad \, \text{cm}
  • Squared deviation: (ΔL)2units:cm2(\Delta L)^2 \quad \text{units:} \quad \text{cm}^2
  • Variance: Var(X)=E[(Xμ)2]units: cm2\operatorname{Var}(X) = E[(X - \mu)^2] \quad \text{units: cm}^2
  • Standard deviation: σ=Var(X)units: cm\sigma = \sqrt{ \operatorname{Var}(X) } \quad \text{units: cm}
  • Relationship: cm2=cm [<br/>]\sqrt{\text{cm}^2} = \text{cm} \ [<br /> ]