Test Uncertainty Ratio Calculator
Compute the two-sided test uncertainty ratio TUR from an already-expanded U and a specification interval. Runs locally. Not a pass/fail, not a guard band, and not combined RSS.
Trust summary Engine tested · Source checked · 11/11 tests · Production surface contract 4/4 · v1.0.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Two-sided test uncertainty ratio TUR from expanded U and a specification interval.
- Scope
- ANSI/NCSL Z540.3 two-sided TUR = (USL−LSL)/(2U)
- Verification
- Engine tested · 11/11 tests · Production surface contract 4/4 · Source checked · v1.0.0
- Named expert review
- Optional · Not performed
- Sources
- ANSI/NCSL Z540.3 — Requirements for the Calibration of Measuring and Test Equipment
- ILAC G8:09/2019 — Guidelines on Decision Rules and Statements of Conformity
- Evidence
- 7 boundary · 4 property · Production surface contract 4/4 · Artifact integrity PASS
- Production
- Embedded snapshot: STALE · Last attested schema matched 1.0.0 snapshot / local build · Semantic contract ✓ · Last attestation PASS · current evidence changed · re-attestation required · Public/cache ✓ · Origin ✓ · Live production status PASS (0 stale; 164 CURRENT) @ 2026-09-16T06:44:24.909Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter expanded U
U > 0. Compute k on Coverage factor and U = k·u_c on Uncertainty propagate if you still need to expand.
Enter the specification
LSL and USL with USL > LSL, or the full span T, or a half-width tol.
Read TUR
A common lab rule of thumb is TUR ≥ 4. This page reports the ratio only — not a verdict.
Example calculations
Common configurations with formula and result.
Limits
U=0.5 · LSL=0 · USL=4
Span
U=0.5 · T=4
Test Uncertainty Ratio calculator specification
Version 1.0.0 · Engine tested
- Engine tested 11/11 tests · Production surface contract 4/4
- Named expert review Not performed
- Calculation version 1.0.0
- Definition
- For a two-sided specification, TUR = (USL − LSL) / (2U), where U is already expanded. You may give the span T instead of limits, or a half-width tol (span = 2·tol).
- What it calculates
- Two-sided test uncertainty ratio TUR from expanded U and a specification interval.
- Inputs
- U
- lsl
- usl
- T
- tol
- Outputs
- TUR
- T
- U
- Formula
TUR = (USL−LSL)/(2U)- Assumptions
- ANSI/NCSL Z540.3 two-sided TUR = (USL−LSL)/(2U)
- U is already expanded; this page does not compute U = k·u_c
- tol is a half-width (span = 2·tol)
- Not a pass/fail, not a guard band, and not combined RSS
- Units
- dimensionless TUR
- Boundary conditions
- missing U or missing spec → MISSING_REQUIRED_INPUT
- U ≤ 0 or T ≤ 0 or tol ≤ 0 → VALUE_MUST_BE_POSITIVE
- usl ≤ lsl or more than one spec form → INVALID_INPUT
- Example
- U=0.5 lsl=0 usl=4 → TUR=4
- Validation cases
2 published on this page · 11/11 tests · Production surface contract 4/4 · View evidence
- U=0.5 lsl=0 usl=4 → TUR=4
- U=0 lsl=0 usl=4 → VALUE_MUST_BE_POSITIVE
- Sources
- ANSI/NCSL Z540.3 — Requirements for the Calibration of Measuring and Test Equipment — Test uncertainty ratio (two-sided TUR = specification span / 2U)Supports: TUR = (USL−LSL)/(2U) for a two-sided specification and an already-expanded U
- ILAC G8:09/2019 — Guidelines on Decision Rules and Statements of Conformity — Decision rules are a different contract from TURSupports: This page does not implement ILAC G8 guarded acceptance or a pass/fail
- ANSI/NCSL Z540.3 — Requirements for the Calibration of Measuring and Test Equipment — Test uncertainty ratio (two-sided TUR = specification span / 2U)
- Calculation version
- 1.0.0
Background
Interpretation and common distinctions.
Compute the two-sided test uncertainty ratio TUR.
Supported and not supported
Supported — TUR from expanded U and lsl+usl, T, or half-width tol · API engineering.uncertainty.tur
Not supported — RSS of u_i, U = k·u_c as a product, guard band, Cp/Cpk, ILAC G8 pass/fail, TUR≥4 verdict boolean
Agent / API notes
Capability id: engineering.uncertainty.tur · tool id: tur · pin 1.0.0.
{ "U": 0.5, "lsl": 0, "usl": 4 }
Exactly one specification form: lsl+usl, or T/span, or tol (half-width). Errors: MISSING_REQUIRED_INPUT, INVALID_NUMBER, VALUE_MUST_BE_POSITIVE, INVALID_INPUT.
Calculator URL stays /calc/engineering/test-uncertainty-ratio. There is no /calc/metrology.
Related tools
Other calculators in this family: Guard band, Conformity decision, Normalized error En, Coverage factor k, Process capability (Cp/Cpk), Uncertainty propagate, Type B uncertainty, Tolerance / Uncertainty Workspace .
Frequently asked questions
Key distinctions behind the calculation.
Is TUR≥4 a pass?
No. Some labs use TUR ≥ 4 as a rule of thumb for calibration or test equipment. This page only reports TUR. It does not apply ILAC G8, JCGM 106, or a guarded-acceptance decision.
Is this the same as a guard band?
No. Guard band computes GB = k·u and optional acceptance limits. TUR is the ratio of the specification span to 2U. They answer different questions.
Where does this run?
Locally in the browser by default. REST and MCP call the same metrology-engine tur op.