Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Metrology theory — Introduction and Learning Goals

This chapter covers measurement theory or metrology: uncertainty concepts, best practices, analytical measurement system analysis, examples of measurement systems.

Learning objectives

Key concepts

Prerequisites

Basic probability, calculus, and comfort with Python, Numpy, Matplotlib, Scipy, Jupyter.

Pages in this chapter

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.

  1. Laboratory Notebook — practical lab notebook practices and data recording.

  2. Short summary of the ``Measurement good practice guide ‘’ by NPL — concise recommendations for reporting and reproducibility.

  3. teaching_measurement_uncertainty.ipynb — pedagogical overview of uncertainty.

  4. Standardization and Traceability — standards and common terminology.

  5. General measurement system diagram — system-level thinking and error sources.

  6. simple_example.ipynb — a short worked example linking practice and theory.

  7. example_from_best_practice.ipynb — illustrated application of best practices.

  8. uncertainty_example.ipynb — basic uncertainty calculations and interpretation.

  9. How to estimate the uncertainty of a slope for static calibration or regression — propagation for regression-derived quantities.

  10. Propagating uncertainty using Monte-Carlo simulations — Monte Carlo propagation following GUM ideas.

  11. Using simulations to explain uncertainty — simulation-driven exploration of uncertainty.

  12. uncertainty_analysis_NASA.ipynb — applied example from NASA guidance.

  13. iaea_uncertainty_presentation.ipynb — community presentation and advanced perspectives.

  14. 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.