Related to this question, suppose we're performing $L1$-regularized linear regression. For a given regularization coefficient $\lambda$, what is the distribution over the number of non-zero parameters? If that question is too hard, can anything be said about the expected number of non-zero parameters?
To add some notation, let $A$ be a real $m \times n$ matrix. The $L1$-regularized optimization problem is $$ x^* = \text{argmin}_{x \in \mathbb{R}^N} \quad \frac12 \| Ax - b \|_2^2 + \lambda \| x \|_1 $$
Question: For a given $\lambda$, what is the expected number of non-zero elements of $x^*$, or more generally, what is the distribution of non-zero elements of $x^*$ ?
Edit: Presumably one needs to place assumptions on $A$ and $b$ to make statements. I don't know what assumptions lead to what conclusions, so I'm trying to phrase this question as generally I can. All assumptions are welcome if they lead to nontrivial answers :)