Compare two entries on their shared periods with a paired t-test.
Aligns the two per-period score series on their common index, drops periods where either is missing, and reports the per-side means, the win count of the first entry, and a two-sided paired t-test — the shared-days comparison protocol for leaderboard entries with different coverage.
/Users/bartz/workspace/spotforecast2-safe/.venv/lib/python3.13/site-packages/scipy/stats/_axis_nan_policy.py:430: RuntimeWarning: Precision loss occurred in moment calculation due to catastrophic cancellation. This occurs when the data are nearly identical. Results may be unreliable.
return hypotest_fun_in(*args, **kwds)