HomeDocs-Technical WhitePaper23-EFT.WP.Metrology.PathCorrection v1.0

Chapter 13 — Uncertainty and Guardband (GUM / MC)


One-Sentence Goal
Under a unified measurement model, propagate uncertainties from geometry / media / instruments and numerical integration into T_arr / T_corr, provide two complementary approaches—GUM linearization and distributional Monte Carlo (MC)—and configure guardbands and compliance decisions accordingly.


I. Scope and Objects

  1. Inputs
    • Measurement model: T_arr = ( 1 / c_ref ) * ( ∫_{gamma} n_eff d ell ) + T_inst + T_proc together with the component models in Chapters 5–12.
    • Variables & covariance: x = [x_geom, x_tropo, x_iono, x_fiber, x_inst, x_num], prior V_x, and cross-correlations.
    • Numerical-integration quality: u_q (quadrature), u_interp (interpolation), u_geom (geometry), delta_form (two-form discrepancy).
    • Specifications / decisions: tol_Tarr, compliance-risk parameters { alpha_consumer, alpha_producer }.
  2. Outputs
    • Combined standard uncertainty u_c(T_arr), coverage interval U = k * u_c or quantile band [q_L, q_U].
    • Guardband g and a compliance decision report.
    • Dominant-term breakdown and sensitivities J; persisted to manifest.path.u.
  3. Constraints
    All variables must explicitly declare unit/dim and pass check_dim; RefCond and tau_mono/ts must be consistent.

II. Terms and Variables


III. Axioms P813-*


IV. Minimal Equations S813-*

  1. S813-1 (GUM Linearized Combination)
    u_c^2(y) = J V_x J^T + u_num^2, where u_num^2 = u_q^2 + u_interp^2 + u_geom^2 + u_form^2.
    check_dim( J V_x J^T ) = "[T]^2", check_dim( u_num ) = "[T]".
  2. S813-2 (Jacobian Decomposition and Path Measure)
    For T_med = ( 1 / c_ref ) * ( ∫_{gamma} n_eff d ell ):
    ∂ T_med / ∂ n_eff(x) = ( 1 / c_ref ) * w(x), where w(x) is the measure weight along gamma(ell);
    for c_ref: ∂ T_med / ∂ c_ref = - ( 1 / c_ref^2 ) * ( ∫_{gamma} n_eff d ell ).
  3. S813-3 (Welch–Satterthwaite)
    nu_eff = ( u_c^4 ) / ( ∑_i ( c_i^4 * u_i^4 / nu_i ) ), where c_i are sensitivity coefficients.
    Coverage factor k = t_{nu_eff, 1-α/2} (when using GUM).
  4. S813-4 (MC Coverage Quantiles)
    Sample x^(k) ~ P_x, compute y^(k) = f( x^(k) ), k = 1…N_mc;
    take quantiles [q_L, q_U] = [ Q(α/2), Q(1-α/2) ] and define U_MC = max( ŷ - q_L, q_U - ŷ ), where ŷ is the sample median or mean.
  5. S813-5 (Dominant-Term Contribution Ratio)
    For term i, variance share η_i = ( (J_i)^2 * Var(x_i) ) / u_c^2 (or MC-based Shapley/regression alternatives) to rank dashboard contributors.
  6. S813-6 (Rules → Guardband)
    For a two-sided spec |y| ≤ T_spec:
    • GUM: g = z_{β} * u_c or g = t_{nu_eff,β} * u_c;
    • MC: with consumer risk α_consumer, choose g such that Pr( |y| ≤ T_spec - g ) ≥ 1 - α_consumer.
  7. S813-7 (Decision Function)
    Acceptance region: A = { |y_meas| ≤ T_spec - g }; gray zone triggers re-measurement or uncertainty inflation; rejection region: |y_meas| > T_spec - g.
  8. S813-8 (Numerical Noise Floor)
    If cumulative rounding noise is u_round, the minimal attainable floor is u_floor = max( u_round, ε_machine * |y| ), constraining u_num ≥ u_floor.

V. Metrological Workflow M80-13

  1. Ready — Collect u(x), distributions, and rho_ij for inputs x from Chapters 5–12; synchronize RefCond and tau_mono.
  2. Sensitivities
    • Obtain J via analytic / automatic differentiation / complex-step;
    • From the integration layer, ingest u_q, u_interp, u_geom, delta_form (Chapter 10) and synthesize u_num.
  3. GUM Combination — Compute u_c, nu_eff, k, and U = k * u_c; output dominant shares η_i.
  4. MC Check / Primary Route
    • Sample x^(k) respecting distributions and correlation;
    • Compute y^(k), derive [q_L,q_U], U_MC;
    • If |U_MC - U| / U > thr_diff, use MC as the publication route and tag accordingly.
  5. Guardband — From target risks { alpha_consumer, alpha_producer } and the chosen route (GUM/MC), compute g and define decision regions.
  6. Compliance — Compare T_arr / T_corr to SLOs; produce pass / marginal / fail and remediation (retest / down-weight / fallback).
  7. Persist —
    manifest.path.u = { u_c, U, nu_eff, method:{GUM|MC}, U_MC?, q:[q_L,q_U], J.hash, dominant:{η_top3}, u_num:{u_q,u_interp,u_geom,u_form}, guardband:g, risk:{alpha_consumer,alpha_producer}, seeds, N_mc, tags }.
  8. Dashboard & Feedback — Display η_i ranking, nu_eff, U vs U_MC, delta_form, and u_num drifts; when thresholds are exceeded, rebuild V_x or densify integration.

VI. Contracts and Assertions (C80-13xx)


VII. Implementation Bindings I80-*


VIII. Cross-References


IX. Quality and Risk Control


Summary
This chapter establishes a unified GUM-and-MC framework for uncertainty propagation and consistency, mandates accounting for two-form and numerical terms, enforces explicit correlations, and provides risk-informed guardband configuration.
Key persisted object:
manifest.path.u = { u_c, U, nu_eff, method, U_MC?, q:[q_L,q_U], dominant:{η_*}, u_num:{u_q,u_interp,u_geom,u_form}, guardband:g, risk, seeds, N_mc, J.hash, V_x.hash, tags }.
Together with Chapters 5–12 (component modeling / integration / instrumentation) and the TimeBase/Sync/Cleaning volumes, publication of T_arr / T_corr carries auditable uncertainty and compliance determinations.


Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/