Computes the positively oriented (negated) tick/quantile loss (Koenker & Bassett, 1978).
Details
The standard tick loss is $$\rho_\alpha(u) = u \left(\alpha - \mathbb{1}(u < 0)\right),$$ where \(u = y - q_\alpha\) is the forecast error. This is loss-oriented (lower = better), so the function negates it: $$S_T(q, y; \alpha) = -(y - q)\left(\alpha - \mathbb{1}(y < q)\right).$$
Tick loss is unbounded on general real-valued outcomes. Bounds derived from an empirical data range are ex-post and do not provide theorem-valid constants for finite-sample Hoeffding/Bernstein confidence sequences or e-processes.
Sign convention: the negation means hat_delta_t > 0 when forecaster p
has smaller tick loss, hence a better quantile forecast, than forecaster q.