diff options
| author | haoyuren <13851610112@163.com> | 2026-07-28 23:31:36 +0800 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-07-28 23:31:36 +0800 |
| commit | 489da71c7af8304a86ed761359614d71288425cf (patch) | |
| tree | 87ae94b2fc3c44e41aa967426aeab1bcf337dc66 /outputs/tables/finite_time_metrics_ci.tex | |
| parent | 3b5f01cb4db9efc4ceb2ba17709bbfc82a63e660 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'outputs/tables/finite_time_metrics_ci.tex')
| -rw-r--r-- | outputs/tables/finite_time_metrics_ci.tex | 9 |
1 files changed, 9 insertions, 0 deletions
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} |
