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/teacher_nested_se.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/teacher_nested_se.tex')
| -rw-r--r-- | outputs/tables/teacher_nested_se.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/outputs/tables/teacher_nested_se.tex b/outputs/tables/teacher_nested_se.tex new file mode 100644 index 0000000..52e4e96 --- /dev/null +++ b/outputs/tables/teacher_nested_se.tex @@ -0,0 +1,14 @@ +\begin{tabular}{@{}rcc@{}} +\toprule +Width & Train difference & Test difference \\ +\midrule +8 & \(0.2495\pm0.0097\) & \(0.1770\pm0.0483\) \\ +12 & \(0.1581\pm0.0089\) & \(0.0381\pm0.0202\) \\ +16 & \(0.1115\pm0.0108\) & \(-0.0380\pm0.0173\) \\ +24 & \(0.0803\pm0.0077\) & \(-0.0442\pm0.0454\) \\ +32 & \(0.0847\pm0.0039\) & \(-0.1202\pm0.0161\) \\ +48 & \(0.0485\pm0.0023\) & \(-0.0138\pm0.0328\) \\ +64 & \(0.0263\pm0.0005\) & \(0.0097\pm0.0078\) \\ +96 & \(0.0069\pm0.0006\) & \(0.0448\pm0.0197\) \\ +\bottomrule +\end{tabular} |
