HomeDocs-Technical WhitePaper22-EFT.WP.Metrology.Instrument v1.0

Appendix E — Error & Uncertainty Propagation (GUM / Monte Carlo)


One-Sentence Objective
Using GUM with a Monte Carlo complement as the baseline, define a unified convention for Type A/B decomposition, correlation-aware and nonlinearity-aware propagation, coverage, and conformity decisions for instrument measurement models—and align all outputs with manifest, contract, and dashboard fields.


I. Scope & Targets


II. Terms & Variables


III. Postulates P70E-*


IV. Minimal Equations S70E-*

  1. S70E-1 (Combined standard uncertainty — scalar):
    u_c^2(y) = ∑_{i=1}^n ∑_{j=1}^n c_i * c_j * cov(x_i, x_j)。
  2. S70E-2 (Combined standard uncertainty — vector):
    V_y = J * V_x * J^T。
  3. S70E-3 (Welch–Satterthwaite):
    nu_eff = ( u_c^4 ) / ( ∑ ( c_i^4 * u^4(x_i) / nu_i ) )(approximate, no-correlation case)。
  4. S70E-4 (Coverage factor):
    U = k(nu_eff, CL) * u_c,where CL is the coverage probability (e.g., 95%).
  5. S70E-5 (Typical distribution assignments):
    • Rectangular: u = a / sqrt(3) (half-width a);Triangular: u = a / sqrt(6);Normal: use certificate-provided u.
    • Quantization resolution: u_res = q / sqrt(12) (step q).
  6. S70E-6 (Environmental-correction propagation):
    y_corr = y_raw + corr_env(x; RefCond),u_c^2(y_corr) = u_c^2(y_raw) + u_c^2( corr_env ) + 2 * cov( y_raw, corr_env )。
  7. S70E-7 (Timebase contribution):
    u_T(y) ≈ | ∂f/∂t | * u(t);u(t) is synthesized from offset/skew/J。
  8. S70E-8 (Two-form arrival-time difference):
    delta_form = | ( 1 / c_ref ) * ( ∫ n_eff d ell ) - ( ∫ ( n_eff / c_ref ) d ell ) |,its uncertainty u(delta_form) acts as an additional publication gate term。
  9. S70E-9 (Monte Carlo coverage interval):
    y^{(m)} = f( x^{(m)} ),publish [ q_{(1-CL)/2}, q_{(1+CL)/2} ] and
    SE(q_p) ≈ sqrt( p(1-p) / ( M * f_Y(q_p)^2 ) )(using a kernel-density approximation for f_Y)。

V. Workflow M70E-*: Ready → Evaluate → Propagate → Cover → Persist

  1. Model & inputs prepared
    • Specify y = f(x) with units/dimensions; record RefCond and timebase fields offset/skew/J, T_arr.form1/2, delta_form.
    • Aggregate Type A: u_A(x) from sample variance; Type B: u_B(x) from certificates/distribution assignments.
  2. Correlation & covariance
    • Build V_x; if only rho_ij and u(x) are available, set V_x[i,j] = rho_ij * u(x_i) * u(x_j).
    • For inputs from the same standard, fill correlation coefficients from the certificate.
  3. GUM-LPU (linear regime)
    • Compute c_i or J; report u_c, nu_eff, U = k * u_c.
    • Enforce check_dim( y - f(x) ) = "pass".
  4. Nonlinear / bounded / discrete (Monte Carlo)
    • Assign D_i (e.g., Normal/Rectangular/Triangular/Lognormal); draw M samples; compute y^{(m)}.
    • Output q_2.5%, q_50%, q_97.5%, u_c = std( y^{(m)} ), and method="MC".
    • Use adaptive stopping: stop when SE(q_97.5%)/u_c ≤ tol_q and |u_c^{(M)} - u_c^{(M/2)}| / u_c^{(M)} ≤ tol_uc.
  5. Merge timebase / arrival-time contributions
    • Add u_T(y) and u(delta_form) into u_c(y) or include them via joint MC sampling.
    • Record the coverage interval for the two-form difference and whether it crosses tol_Tarr.
  6. Coverage & conformity
    • Choose CL (e.g., 95%); use k(nu_eff, CL) for GUM or quantiles for MC.
    • Apply guardband strategy for conformity (criteria and TUR in Chapter 11).
  7. Persistence & signature
    Write manifest.instrument.uncert: {model, inputs, V_x_hash, method, u_c, U, k|CL, nu_eff|M, RefCond, timing, Tarr, delta_form, signature}.

VI. Contracts & Assertions (Mapped to C70 Suite)


VII. Implementation Bindings I70E-* (Prototypes)


VIII. Cross-References


IX. Quality Metrics & Risk Control


Summary
This appendix unifies the modeling, correlation handling, coverage, and publication workflow for instrument uncertainty evaluation via P70E-* / S70E-* / M70E-* / I70E-*. It provides MC and coupled-propagation conventions for nonlinearity, correlation, and arrival-time contributions, and closes the loop with manifest, contract, and panel fields for end-to-end auditability.


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/