Computes E(w₁ | 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₁ | a, b) = E(ρ | a, b) where ρ = Σwₕ² 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(),
quantile_w1(),
summary_w1(),
var_w1()