Discussion about this post

User's avatar
Matt Hoffman's avatar

"For most parameter regimes of interest, the Wishart distribution, the Dirichlet distribution, the gamma distribution, the chi-square distribution, the beta distribution, and the Weibull distribution are also log-concave."

I disagree! These distributions (which are mostly just gamma distributions after one change of variables or another) are most interesting when their shape parameters are less than one. The range of parameters where these distributions are both log-concave and "interesting" (in the sense of being hard to approximate well with a Gaussian) is actually pretty small IMO.

That said, for each of these distributions, there exists a change of variables that makes them both log-concave and unconstrained, e.g.:

• Gamma: X ~ Gamma(α, β), Y = log(X), p(y) is log-concave

• Beta: X ~ Beta(α, β), Y = logit(X), p(y) is log-concave

• Dirichlet: Basically same as beta, but inverting the multinomial logistic function is annoying so I won't write it here

• Chi-Squared: Special case of gamma

• Weibull: Just a change of variables on the Gumbel, which is log-concave (and also just a change of variables on the Exponential, a special case of Gamma)

So I would argue that the lack of log-concavity in these distributions arises from looking at them the wrong way. In fact, I'd go further and argue that we don't really know how to construct useful distributions _except_ by changes of variables and compounds (e.g., student-t is just a scale-mixture of normals) applied to a handful of simple, log-concave distributions.

Expand full comment
Joao's avatar

Hey Ben. I didn't understood why the function f(x,y)=x*y is quasiconvex. For example if L=-1 then the sublevel set {(x,y): x*y<=-1} is the union of two (disjoint) convex sets.

Expand full comment
12 more comments...

No posts