Algorithmic solution for ℓ1-constrained projection in possibilistic IV posterior computation
Develop a complete and efficient computational procedure for the ℓ1-norm violation set A_τ = {α ∈ ℝ^p : ||α||_1 ≤ τ} within the possibilistic instrumental variable regression framework, specifically to compute for each β the projection α*(β) = argmin_{α : ||α||_1 ≤ τ} (α − t(β))^T (Z^T Z)(α − t(β)), where t(β) = ĥγ₁ − βĥγ₂, and integrate this projection into the evaluation of the conditional posterior possibility f(β | α ∈ A_τ, W). Provide algorithmic details—e.g., a LARS-type approach—and theoretical guarantees suitable for practical implementation.
References
For the ℓ1 norm, the optimisation problem could be solved by a LARS-type \citep{efron_least_2004} algorithm, but we leave details for future work.
— Possibilistic Instrumental Variable Regression
(2511.16029 - Steiner et al., 20 Nov 2025) in Appendix, Section “Proof of Proposition \ref{prop:conditional_posterior} and computational considerations” (label: sec:conditional_beta)