Mean of the First Size-Biased DP Weight
mean_w1.RdComputes \(E(w_1 \mid a, b)\) via Gauss-Laguerre quadrature.
Details
The expectation is computed using the identity: $$E[w_1 | a, b] = E\left[\frac{1}{1+\alpha}\right] = I_1(a, b)$$
where the integral is evaluated via Gauss-Laguerre quadrature.
Key identity: \(E(w_1 \mid a, b) = E(\rho \mid a, b)\), where \(\rho = \sum_h w_h^2\) is the co-clustering probability.
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(),
prob_w1_exceeds(),
prob_wmax_exceeds(),
prob_wsb_exceeds(),
quantile_w1(),
summary_w1(),
var_w1(),
wmax_tail_bounds()