Open Gauge Documentation
Reference

Standards & glossary

The GUM/VIM nomenclature Open Gauge uses, and the standards its calibration engine implements.

Standards Open Gauge implements

StandardTitleRelevance to Open Gauge
JCGM 100:2008 (GUM)Guide to the expression of uncertainty in measurementThe foundational document behind the uncertainty budget — Type A/B evaluation, combination, expansion, coverage factors.
JCGM GUM-6:2020Developing and using measurement modelsThe most directly applicable document to Open Gauge's calibration-coefficient data model — coefficient covariance, propagating uncertainty through a fitted curve.
ISO/IEC 17025:2017General requirements for the competence of testing and calibration laboratories§7.1.3/§7.8.6 require documenting a decision rule whenever a pass/fail statement is issued; §7.8.4.3 governs what a certificate may state about calibration intervals.
JCGM GUM-1:2023Guide to the expression of uncertainty in measurement — Part 1: IntroductionA roadmap/overview of the reorganized GUM document suite.

Core nomenclature (GUM / VIM)

Open Gauge's UI, API field names, and certificate language use these terms precisely — they are not interchangeable synonyms.

TermSymbolDefinition
MeasurandYYThe particular quantity subject to measurement.
Input quantitiesX1,,XNX_1, \ldots, X_NQuantities the measurand depends on: Y=f(X1,,XN)Y = f(X_1, \ldots, X_N).
Output estimateyyThe computed measurement result, y=f(x1,,xN)y = f(x_1, \ldots, x_N).
Standard uncertaintyu(xi)u(x_i)Uncertainty of a result expressed as one standard deviation.
Type A evaluationUncertainty evaluated by statistical analysis of a series of observations (e.g. repeatability of calibration-point residuals).
Type B evaluationUncertainty evaluated by any other means: manufacturer specs, calibration certificates, handbook data, resolution, judgement. Type A/B is a classification of evaluation method, not of "random" vs. "systematic" error — GUM explicitly deprecates the term "systematic uncertainty."
Combined standard uncertaintyuc(y)u_c(y)Standard uncertainty of a result derived from several other quantities — the positive square root of a sum of variance/covariance terms weighted by sensitivity.
Expanded uncertaintyUUU=kuc(y)U = k \cdot u_c(y). Defines an interval expected to encompass a stated fraction of values reasonably attributable to the measurand.
Coverage factorkkNumerical multiplier applied to uc(y)u_c(y) to obtain UU. Must always be stated alongside UU.
Sensitivity coefficientci=f/xic_i = \partial f/\partial x_iDescribes how yy varies with a small change in xix_i.
Degrees of freedomν\nuReliability indicator of a standard uncertainty estimate (e.g. ν=n1\nu = n-1 for a mean of nn observations, ν=nm\nu = n-m for an mm-parameter least-squares fit).
Correlation coefficientr(xi,xj)r(x_i, x_j)r=u(xi,xj)/[u(xi)u(xj)]r = u(x_i, x_j) / [u(x_i)u(x_j)], bounded [1,1][-1, 1].
CorrectionA value added, or factor applied, to compensate a recognized systematic effect. GUM assumes all such corrections are applied before uncertainty evaluation.

Error ≠ Uncertainty

Error is an idealized, unknowable quantity (result − true value). Uncertainty is a positive parameter characterizing the dispersion of values reasonably attributable to the measurand. Open Gauge's field names (max_error, combined_uncertainty, expanded_uncertainty) are chosen to be consistent with this distinction — max_error is an assessed error from real data, while the uncertainty fields describe the doubt around a result, not the result itself.

On this page