Pairwise two-sided paired t-tests over the columns of a panel.
Runs a paired t-test for every pair of entries (columns) over the shared blocks (rows) and returns the p-values as a square symmetric matrix — the pairwise stage of the blocked comparison protocol, rendered with spotforecast2.plots.comparison.plot_critical_difference.
Complete block-by-entry frame (e.g. one row per target day, one column per entry, daily MAE values). Must contain no NaN — subset to shared blocks first.
Multiple-testing correction applied across the pairs. Options: - "holm": Holm step-down adjustment (holm_adjust). - "none": raw p-values. Defaults to "holm".