HomeDocs-Technical WhitePaper49-Error Budget Card Template v1.0

Chapter 5 — Correlation Structure & Covariance Modeling


I. Purpose & Scope


II. Prerequisites & Inputs


III. Covariance Kernels (canonical library)


IV. Covariance Structure

  1. Path domain: Σ_ij = K(|ℓ_i − ℓ_j|) (Toeplitz approximation); use block and masking for occlusions/broken paths.
  2. Time domain: Σ_ij = K(|t_i − t_j|); model unlocked/drift segments independently and zero-correlate with locked blocks.
  3. Frequency domain: derive covariance from power spectrum S(ν) and inverse-transform to K(Δt); use quasi-stationary approximation within sub-bands.
  4. Multi-channel / cross-domain coupling:
    • Channel correlation: block-diagonal across channels with intra-block Toeplitz; Corr(Δτ_ch^a, Δτ_ch^b)=ρ_ab.
    • Cross-covariance: e.g., Cov(n_eff, α_T·ΔT) = κ·σ_n·σ_T; include cross-partials in the Delta method.

V. Estimation & Diagnostics


VI. Numerics & Stability


VII. Interfaces to Propagation


VIII. Gates & Compliance


IX. Machine-Readable (ready to commit)

A. cov_config.yaml

version: "1.0.0"

domains: ["path","time","channel"]

kernels:

path:

name: "exp"

params: { sigma2: 3.0e-3, L_c_m: 25.0 }

time:

name: "ar1"

params: { sigma2: 1.0e-4, phi: 0.92 }

channel:

name: "block_toeplitz"

params: { rho_matrix: [[1,0.35],[0.35,1]] }

nonstationary:

segmentation:

path: [{start:0.0, end:120.0, L_c_m:20.0}, {start:120.0, end:300.0, L_c_m:35.0}]

numerics:

jitter: 1.0e-6

method: "chol_block"

see:

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

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

B. cov_blocks.json (block structure sketch)

{

"path_indices": [0, 300],

"time_indices": [0, 400],

"channel_blocks": 2,

"structures": ["toeplitz", "ar1", "block"],

"jitter": 1e-6

}


C. fit_report.md (minimal items)

# Covariance Fit Report

- Kernel set: path=exp(L_c=25 m), time=AR1(phi=0.92), channel=block(rho=0.35)

- Estimates: sigma2_path=3.0e-3 ± 0.4e-3, L_c=25.0 ± 3.0 m, ...

- Diagnostics: variogram OK, slight QQ tail, Q_res=0.13 in-band

- Notes: segmented path between [0,120] m / [120,300] m


X. Cross-References


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