Tests whether the mean Winkler score W_t >= 0 for all t. A rejection provides time-uniform evidence that forecaster 1 (p) is worse than forecaster 2 (q) under the base scoring rule.
Arguments
- p
Numeric vector in (0,1). Forecasts from model 1.
- q
Numeric vector in (0,1). Forecasts from model 2.
- y
Numeric vector containing only 0 and 1. Binary outcomes.
- alpha
Numeric in (0,1). Significance level. Default: 0.05.
- base_score
Function. Underlying scoring rule. Default: log_score.
- v_opt
Numeric > 0. Default: 10.
- clip_max
Numeric. Maximum e-process value before clipping. Default: 1e7.