HomeDocs-Technical WhitePaper51-Pipeline Card Template v1.0

Chapter 10 — Uncertainty Propagation & Feedback Calibration (UQ Coupling)


I. Purpose & Scope


II. Prerequisites & Inputs


III. UQ Coupling Models


IV. Normative Path-Integral Forms

Text must show gamma(ell) and d ell; data side records delta_form; dimensional closure includes check_dim_report.json.


V. Gate Mapping & Quality Decisions


VI. Feedback Calibration Loop


VII. Machine-Readable Configs
A. uq_coupling.yaml

version: "1.0.0"

methods:

arrival: { type: "delta", jacobian: "auto", cov_group: "medium" }

phase: { type: "mc", draws: 10000, quantile: [0.025,0.975] }

coverage:

mode: "k" # k|alpha|quantile

k: 2

gates:

tau_T_s: "3*u(T_arr)"

r_phi_min: 0.60

flux_guard_p95: 0.02

outputs:

attach_reports: ["J_summary.json","cov_blocks.json","uq_summary.json"]

B. feedback_plan.yaml

version: "1.0.0"

triggers: ["gate_fail","drift_detected","q_res_over"]

actions:

- name: "recalibrate"

call: "I20-register_param"

- name: "validate_freshness"

call: "I25-check_freshness"

- name: "replay_subgraph"

order: "reverse_topology"

verification:

compare: ["delta_metrics","interval_overlap"]

release: ["pass_gates","stability_ok"]


C. uq_summary.json (example)

JSON json
{
  "T_arr": { "point": 1.23e-08, "U_k2": 1.5e-09 },
  "Phi": { "median": 0.035, "q025": 0.028, "q975": 0.043 },
  "r_phi": { "value": 0.72, "lb": 0.61, "ub": 0.8 }
}

VIII. Validation & Monitoring


IX. Anti-Patterns & Fixes


X. Release & Layout

PTN_EXPORT/

configs/

uq_coupling.yaml

feedback_plan.yaml

reports/

check_dim_report.json

uq_summary.json

validate_report.json

audit.jsonl

figs/

uq_intervals.pdf

cov_blocks.svg

feedback_flow.svg

report_manifest.yaml

SIGNATURE.asc


XI. Cross-References


XII. Checklist


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/