This chapter covers measurement theory or metrology: uncertainty concepts, best practices, analytical measurement system analysis, examples of measurement systems.
Learning objectives¶
Understand types of measurement uncertainty and how to report them.
Distinguish repeatability vs reproducibility, bias, and systematic errors.
Apply basic uncertainty propagation.
Recognize good-practice recommendations for lab notebooks and reporting.
Key concepts¶
GUM-style uncertainty vs Type A/B estimates.
Propagation of uncertainty in complex measurements
Prerequisites¶
Basic probability, calculus, and comfort with Python, Numpy, Matplotlib, Scipy, Jupyter.
Pages in this chapter¶
Short summary of the ``Measurement good practice guide ‘’ by NPL
Engineering Example: Uncertainty Analysis in Mechanical Measurements
Simple example of mechanical measurement with uncertainty analysis
How to estimate the uncertainty of a slope for static calibration or regression
Ordered reading (suggested)¶
Follow this sequence when teaching or self-studying. The order moves from foundational lab practice and best-practice guidance, to measurement-system analysis and elementary worked examples, then to uncertainty concepts and quantitative propagation methods (analytical & Monte Carlo), and finishes with advanced case studies and community presentations.
Laboratory Notebook — practical lab notebook practices and data recording.
Short summary of the ``Measurement good practice guide ‘’ by NPL — concise recommendations for reporting and reproducibility.
teaching
_measurement _uncertainty .ipynb — pedagogical overview of uncertainty. Standardization and Traceability — standards and common terminology.
General measurement system diagram — system-level thinking and error sources.
simple
_example .ipynb — a short worked example linking practice and theory. example
_from _best _practice .ipynb — illustrated application of best practices. uncertainty
_example .ipynb — basic uncertainty calculations and interpretation. How to estimate the uncertainty of a slope for static calibration or regression — propagation for regression-derived quantities.
Propagating uncertainty using Monte-Carlo simulations — Monte Carlo propagation following GUM ideas.
Using simulations to explain uncertainty — simulation-driven exploration of uncertainty.
uncertainty
_analysis _NASA .ipynb — applied example from NASA guidance. iaea
_uncertainty _presentation .ipynb — community presentation and advanced perspectives. Watch the 1 hr video by Fluke - leading measurement equipment company
Rationale: this ordering lets students first acquire good lab habits and reporting skills, then build a conceptual toolbox for system analysis, then learn measurement uncertainty in increasing rigor (examples → slope propagation → Monte Carlo → case studies). Use the checklists added to notebooks to guide in-class or lab activities.