HomeDocs-Technical WhitePaper04-EFT.WP.Core.Metrology v1.0

Chapter 7 — Calibration and Verification Interfaces (I40-*)


I. Objectives and Scope


II. Terms and Roles


III. Calibration Models and Minimal Equation (S97-1)

  1. Mother form: y_true = g_cal( y_ind; phi ) + epsilon, where epsilon is a zero-mean error term and dim( y_true ) = dim( y_ind ).
  2. Inverse mapping (for indication correction): y_corr = g_inv( y_ind; phi ), with g_inv( g_cal( y; phi ); phi ) identically equal to y over the domain.
  3. Typical families (choose one or combine):
    • Affine: g_cal( y; phi ) = a * y + b, phi = { a, b }.
    • Polynomial: g_cal( y; phi ) = ∑_{k=0..K} c_k * y^k.
    • Piecewise linear: g_cal( y; phi ) = interp1( table ), table = { (y_k, v_k) }, monotonic.
    • Logarithmic or exponential: g_cal( y; phi ) = p * log( y ) + q or p * exp( q * y ), with domain declared explicitly.
    • With deadband: g_cal( y; phi ) = a * y + b + deadband( y; τ ).
  4. Constraint: check_dim( g_cal( y_ind; phi ) - y_true ) = "[1]"; priors and bounds for phi may reuse Core.Parameters.

IV. Calibration Data and Fitting

  1. Data pairs: D = { (x_ref_i, y_ind_i, u_ref_i) }, where each x_ref_i is provided by a reference standard under RefCond and unified by convert to a common unit.
  2. Weighted least squares (including reference uncertainty):
    • Weights: w_i = 1 / u_ref_i^2 (or, to combine indication noise, w_i = 1 / ( u_ref_i^2 + u_ind_i^2 )).
    • Estimate: phi_hat = argmin_phi ∑_i w_i * ( g_cal( y_ind_i; phi ) - x_ref_i )^2.
    • Covariance: Cov[phi_hat] approx ( J^T W J )^-1, with J = ∂g_cal/∂phi |_{phi_hat}, W = diag( w_i ).
  3. Output correction: y_corr = g_inv( y_ind; phi_hat ); propagate uncertainty as in the next section.

V. Uncertainty Propagation and Coverage


VI. Verification and Tolerance Decisions

  1. Define MPE(x): maximum permissible error as a function of x, in the same unit as the measurand.
  2. Residual: e = g_cal( y_ind; phi_hat ) - x_ref (equivalently, y_corr - x_ref).
  3. Decision (shared-risk, one-sided upper example):
    • pass if |e| + u_c(e) ≤ MPE(x_ref);
    • fail if |e| - u_c(e) > MPE(x_ref);
    • inconclusive otherwise.
  4. Interface: guard_band( result=|e|, U=u_c(e), tol=MPE(x_ref), rule="shared-risk" ).

VII. Drift Modeling and Validity


VIII. Multi-Point Linearization and Table Lookups


IX. Environmental and Unit Consistency


X. I40- Interface Mapping and Minimal Implementation**


XI. Calibration Use Case for Arrival-Time Sensing Chains

  1. Objective: calibrate the scale factor of an n_eff sensor for use in T_arr.
  2. Two conventions consistent:
    • Constant-factored: T_arr = ( 1 / c_ref ) * ( ∫_gamma n_eff d ell )。
    • General form: T_arr = ( ∫_gamma ( n_eff / c_ref ) d ell )。
  3. Assume sensor reading n_meas(ell) and true value n_true(ell) follow n_true(ell) = a * n_meas(ell) + b.
  4. Calibration data: with known path gamma(ell) and L_gamma = ( ∫_gamma 1 d ell ), and a reference arrival time T_ref:
    • Residual function:
      r(a,b) = ( ( 1 / c_ref ) * ( ∫_gamma ( a * n_meas(ell) + b ) d ell ) ) - T_ref。
    • Closed-form (when b=0 holds):
      a_hat = ( c_ref * T_ref ) / ( ∫_gamma n_meas d ell )。
    • In the general case, fit a,b via weighted least squares, with weights from u(T_ref) and the path-integral uncertainty.
  5. Reporting: bind S20-* (arrival time) and list { c_ref(cert), path(gamma), integrator(spec) } in trace; propagate U per Chapter 5.

XII. Minimal Certificate Fields (CalibrationCertificateV1)


XIII. Quality Control and Reproducibility


XIV. Calibration and Verification Workflow (Mx-5)


XV. Interface Anchors with Other Volumes


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/