HomeDocs-Technical WhitePaper43-EFT.WP.Data.DatasetCards v1.0

Chapter 10 Uncertainty & Error Budget


I. Chapter Purpose & Scope

; cross-volume citations follow “Volume+Version+Anchor.” no ChineseFix sources, taxonomy, propagation, and combination rules for uncertainty; define coverage factors, correlation handling, and reporting posture; ensure unit/dimension consistency, reproducibility, and auditability. All math uses backticks and parentheses with

II. Terminology & Dependencies


III. Fields & Structure (Normative)

uncertainty:

model: "GUM" # Reference posture: GUM-like / bayesian

components: # Error components (systematic/random)

- name: "thermal"

type: "random" # random | systematic

value: 2.1

unit: "K"

distribution: "normal" # normal | uniform | triangular | student-t | user

coverage: {k: 1.0} # k=1 for standard uncertainty

corr_group: null # correlation group; null = independent

method: "repeatability" # evaluation method

note: "receiver noise"

- name: "cal_gain"

type: "systematic"

value: 0.8

unit: "%"

distribution: "normal"

coverage: {k: 2.0}

corr_group: "instrument"

method: "cal-lab"

correlation:

posture: "groups" # groups | covariance

groups:

- name: "instrument"

pairwise: "rho=0.6" # shorthand; or specify covariance.Sigma

covariance:

Sigma: [] # optional full covariance matrix

propagation:

rule: "rss" # rss | linear | bayesian | montecarlo

linearization: "first-order" # when applicable

samples: 0 # >0 enables Monte Carlo

coverage_policy:

target_p: 0.95 # default 95% coverage

k: 2.0 # coverage factor (approx. or solved from distribution)

report:

significant_figures: 3

unit_consistency: true

see:

- "EFT.WP.Core.Metrology v1.0:check_dim"

- "EFT.WP.Core.DataSpec v1.0:EXPORT"

(uncertainty is conditionally required: present whenever measured or inferred quantities exist; export references appear in export_manifest.references[].)


IV. Component Taxonomy & Minimal Inventory


V. Propagation & Combination Rules


VI. Correlation Handling


VII. Coupling to Path-Dependent T_arr (when applicable)

  1. Equivalent expressions:
    • T_arr = ( 1 / c_ref ) * ( ∫ n_eff d ell )
    • T_arr = ( ∫ ( n_eff / c_ref ) d ell )
  2. Propagation: Discretize path γ(ell) into segments ℓ_k:
    u^2(T_arr) = ( Σ ( ( ∂T_arr / ∂n_eff,k )^2 u^2(n_eff,k) ) + 2 Σ_{i<j} ( ∂T_arr/∂n_i )( ∂T_arr/∂n_j ) cov(n_i,n_j) + ( ∂T_arr/∂c_ref )^2 u^2(c_ref ) ).
  3. Registration: In path_dependence, register delta_form/path/measure; in uncertainty.components[], register sources and correlations for n_eff, c_ref, and medium-correction terms.

VIII. Reporting & Presentation Rules


IX. Linkage to Quality Gates


X. Machine-Readable Fragment (Drop-in)

uncertainty:

model: "GUM"

components:

- {name:"thermal", type:"random", value:2.1, unit:"K", distribution:"normal", coverage:{k:1.0}}

- {name:"cal_gain", type:"systematic", value:0.8, unit:"%", distribution:"normal", coverage:{k:2.0}, corr_group:"instrument"}

correlation: {posture:"groups", groups:[{name:"instrument", pairwise:"rho=0.6"}]}

propagation: {rule:"linear", linearization:"first-order", samples:0}

coverage_policy: {target_p:0.95, k:2.0}

report: {significant_figures:3, unit_consistency:true}

path_dependence:

applies_to: ["T_arr"]

delta_form: "const-factor"

path: "gamma(ell)"

measure: "d ell"

see:

- "EFT.WP.Core.Equations v1.1:S20-1"

- "EFT.WP.Core.Metrology v1.0:check_dim"

(see[] syntax aligns with the export manifest and carries “Volume+Version+Anchor”.)


XI. Example Fragment (Report Table)

uncertainty_report:

combined:

u_c: 0.37

unit: "ms"

coverage: {k: 2.0, U: 0.74, target_p: 0.95}

breakdown:

- {name:"thermal", type:"random", contrib:0.29, unit:"ms", share:"61%"}

- {name:"cal_gain", type:"systematic", contrib:0.21, unit:"ms", share:"39%"}

sensitivity:

- {wrt:"n_eff", |df/dx|: "1.8e-9 s", note:"path-avg"}

- {wrt:"c_ref", |df/dx|: "1.2e-9 s", note:"const-factor"}


XII. Coupling with Export Manifest

export_manifest:

references:

- "EFT.WP.Core.DataSpec v1.0:EXPORT"

- "EFT.WP.Core.Metrology v1.0:check_dim"

- "EFT.WP.Core.Equations v1.1:S20-1"

artifacts:

- {path:"uncertainty/derivation.md", sha256:"..."}

- {path:"uncertainty/covariance.npy", sha256:"..."}

(Exported artifacts must be verifiable; no shortcodes/aliases; version and anchor are mandatory.)


XIII. Chapter Compliance 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/