2

I gather that in the context of penalized least squares, we can interpret a penalty term as corresponding to a prior $\pi(\beta)\propto \exp\{-\text{pen}\}.$ Is this also true for $\ell^0$ regularization,i.e. $\pi(\beta)\propto \exp\{-\lambda\|\beta\|_0\}$?

Golden_Ratio
  • 343
  • 7
  • No and I referred to your question in my answer here https://stats.stackexchange.com/questions/554199/bayesian-priors-associated-with-regularization-penalties/554219#554219 – Tim Nov 30 '21 at 21:32
  • Sorry missed that-thanks! – Golden_Ratio Nov 30 '21 at 21:47

1 Answers1

1

No.

On $\mathbb{R}^n$, a density $\pi(\beta)$ such that $\pi(\beta) \propto \exp{-\lambda \| \beta \|_0}$ won't integrate to 1. To see this, note that $\| \beta\|_0 = n$ on the set of $\beta$ with no zero entries, so that the density is uniform over this set of infinite measure.

Robert Bassett
  • 290
  • 1
  • 8