diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-07 16:02:20 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-07 16:02:20 -0500 |
| commit | 18bce143febddd051ba59c5a3001f46717b73328 (patch) | |
| tree | d2783e5c93f5899844bb91232ed63e51fe95f3c2 /results/ep_bias/centered_r2/summary.json | |
| parent | 81838bf82efa1027b263ff0af7917ae367d35bd7 (diff) | |
results: reject one-epoch affine advantage across seeds
Diffstat (limited to 'results/ep_bias/centered_r2/summary.json')
| -rw-r--r-- | results/ep_bias/centered_r2/summary.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/results/ep_bias/centered_r2/summary.json b/results/ep_bias/centered_r2/summary.json new file mode 100644 index 0000000..f1b4864 --- /dev/null +++ b/results/ep_bias/centered_r2/summary.json @@ -0,0 +1,54 @@ +{ + "by_seed": { + "1988": { + "intercept": 0.4385, + "sdil": 0.4235, + "sdil_minus_intercept": -0.015000000000000013 + }, + "1989": { + "intercept": 0.4245, + "sdil": 0.386, + "sdil_minus_intercept": -0.03849999999999998 + }, + "1990": { + "intercept": 0.3665, + "sdil": 0.361, + "sdil_minus_intercept": -0.005500000000000005 + }, + "1991": { + "intercept": 0.483, + "sdil": 0.4775, + "sdil_minus_intercept": -0.005500000000000005 + } + }, + "intercept": { + "mean": 0.428125, + "sample_std": 0.048061375691227703, + "values": [ + 0.4385, + 0.4245, + 0.3665, + 0.483 + ] + }, + "sdil": { + "mean": 0.412, + "sample_std": 0.05066063560596135, + "values": [ + 0.4235, + 0.386, + 0.361, + 0.4775 + ] + }, + "sdil_minus_intercept": { + "mean": -0.016125, + "sample_std": 0.015574418127172508, + "values": [ + -0.015000000000000013, + -0.03849999999999998, + -0.005500000000000005, + -0.005500000000000005 + ] + } +} |
