Tail Probability of the First Size-Biased DP Weight
prob_w1_exceeds.RdComputes P(W_SB > t | a, b) = 1 - F(t), the probability that a randomly selected unit belongs to a population cluster whose DP mass exceeds t.
Details
The survival function has the closed form: $$P(w_1 > t | a, b) = \left(\frac{b}{b - \log(1-t)}\right)^a$$
This is a mass-weighted cluster-size probability. It is not
\(P(W_{max}>t)\), the probability that the largest population weight
exceeds \(t\). Use prob_wmax_exceeds for that estimand.
References
Lee, J. (2026). Design-Conditional Prior Elicitation for Dirichlet Process Mixtures. arXiv preprint arXiv:2602.06301.
See also
Other weights_w1:
cdf_w1(),
density_w1(),
mean_w1(),
prob_wmax_exceeds(),
prob_wsb_exceeds(),
quantile_w1(),
summary_w1(),
var_w1(),
wmax_tail_bounds()