Computes P(w₁ > t | a, b) = 1 - F(t), the probability that the first stick-breaking weight exceeds threshold 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 key quantity for dominance risk assessment (Lee, 2026, Section 4). A large P(w₁ > 0.5) indicates high prior probability that a single cluster dominates the mixture.
Dominance Risk Interpretation
P(w₁ > 0.5) ≈ 0.5: moderate dominance risk
P(w₁ > 0.9) ≈ 0.1: low extreme dominance risk
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(),
quantile_w1(),
summary_w1(),
var_w1()