From 489da71c7af8304a86ed761359614d71288425cf Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Tue, 28 Jul 2026 23:31:36 +0800 Subject: Add cluster bootstrap metrics, supplementary finite-time figure, teacher nested SEs finite_time_supplement.py computes 95% cluster bootstrap intervals for the predictor metrics (resampling forward initializations within each cell) and renders the six-panel supplementary figure. The table generator gains the teacher-task nested-SE fragment, computed from the raw paired rows pulled from the experiment machine. Co-Authored-By: Claude Fable 5 --- outputs/tables/finite_time_metrics_ci.tex | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 outputs/tables/finite_time_metrics_ci.tex (limited to 'outputs/tables/finite_time_metrics_ci.tex') diff --git a/outputs/tables/finite_time_metrics_ci.tex b/outputs/tables/finite_time_metrics_ci.tex new file mode 100644 index 0000000..b72f013 --- /dev/null +++ b/outputs/tables/finite_time_metrics_ci.tex @@ -0,0 +1,9 @@ +\begin{tabular}{@{}>{\raggedright\arraybackslash}p{2.4cm}ccc@{}} +\toprule +Predictor & MAE & Relative MAE & Correlation \\ +\midrule +Frozen initialization operator & 0.06693 [0.05895, 0.07549] & 28.56\% [25.71, 31.68] & 0.97166 [0.95093, 0.98760] \\ +Linear extrapolation & 0.01043 [0.00890, 0.01205] & 4.45\% [3.82, 5.12] & 0.99492 [0.99259, 0.99691] \\ +Relinearization & 0.01394 [0.01254, 0.01544] & 5.95\% [5.45, 6.46] & 0.99830 [0.99747, 0.99902] \\ +\bottomrule +\end{tabular} -- cgit v1.2.3