HomeDocs-Technical WhitePaper44-EFT.WP.Data.ModelCards v1.0

Chapter 12 Calibration & Uncertainty


I. Chapter Purpose & Scope

, and the Metrology chapter.Training Data & Sampling Binding, Preprocessing & Feature Engineering, Objectives, Optimization & Hyperparameters, Evaluation Protocol & Metrics of calibration and uncertainty in the Model Card, including evaluation & reporting posture, coverage intervals and significance, correlation handling and combination rules; ensure consistency with normative definitionsFix the

II. Terminology & Dependencies


III. Fields & Structure (Normative)

calibration:

method: "<temperature|vector_scale|histogram_binning|isotonic|bayesian|custom>"

params: {t: 1.7?}

eval:

report: ["ece","brier","calibration_curve"]

ece_bins: 15

significance: {test:"bootstrap", alpha:0.05}

coverage:

target_p: 0.95

method: "<tolerance|bayes>"

interval: "<two-sided|one-sided>"

notes?: "<non-normative>"

uncertainty:

model: "<GUM|linear|montecarlo|bayesian>"

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|covariance>"

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

covariance?: {Sigma: []}

propagation:

rule: "<rss|linear|montecarlo|bayesian>"

linearization?: "first-order"

samples?: 0

coverage_policy:

target_p: 0.95

k: 2.0

report:

significant_figures: 3

unit_consistency: true


IV. Calibration Methods & Evaluation


V. Uncertainty Modeling & Propagation

  1. Component taxonomy: Random (Type A) vs. Systematic (Type B); for each component record name/type/value/unit/distribution/coverage/method.
  2. Propagation rules:
    • rss: independent standard uncertainties, u_c = ( sqrt( Σ u_i^2 ) );
    • linear: first-order Taylor, u_c = ( sqrt( J Σ J^T ) ) with J = ( ∂f / ∂x );
    • montecarlo|bayesian: provide sample count or prior/likelihood; report coverage interval and target_p.
  3. Expanded uncertainty: U = ( k * u_c ); under normal assumptions, k≈2 ≈ 95%.

VI. Correlation Handling


VII. Metrology & Units


VIII. Path-Dependent Quantities (e.g., T_arr)

  1. Two equivalent expressions:
    • T_arr = ( 1 / c_ref ) * ( ∫ n_eff d ell )
    • T_arr = ( ∫ ( n_eff / c_ref ) d ell )
  2. Registration: record delta_form, path="gamma(ell)", and measure="d ell" in the Model Card; include uncertainties for n_eff, c_ref, etc., in propagation and pass check_dim.

IX. Machine-Readable Fragment (Drop-in)

calibration:

method: "temperature"

params: {t: 1.7}

eval: {report:["ece","brier","calibration_curve"], ece_bins:15, significance:{test:"bootstrap", alpha:0.05}}

coverage: {target_p:0.95, method:"tolerance", interval:"two-sided"}

uncertainty:

model: "linear"

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"}

coverage_policy: {target_p:0.95, k:2.0}

report: {significant_figures:3, unit_consistency:true}


X. Consistency with Evaluation, Objectives & Resources


XI. Export Manifest & Audit Trail

export_manifest:

artifacts:

- {path:"calibration/report.md", sha256:"..."}

- {path:"calibration/curve.png", sha256:"..."}

- {path:"uncertainty/breakdown.csv", sha256:"..."}

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

references:

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

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

be verifiable and consistent with Model Card fields; references carry “Volume vX.Y:Anchor”.mustCalibration and uncertainty artifacts

XII. 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/