A log-concave density is a probability density function
Equivalently,
Log-concave distributions pop up a lot in the literature because it is easy to prove things about them and they feel general. I do not use the terminology much myself because they are too limited for most purposes I have in practice, but this is background terminology we all need to have.
1 Examples
1.1 Gaussian Distribution
The density
1.2 Exponential Distribution
1.3 Uniform Distribution
On any convex set, the uniform density is log-concave because
2 Useful Properties
2.1 Closure
The class of log-concave densities is closed under affine transformations, marginalization, and convolution.
2.2 Unimodality
Log-concave densities are unimodal, which simplifies statistical inference and optimization tasks. But also tells us that they are not that flexible.
Relatedly,
2.3 Maximum Likelihood Estimation
Estimating a log-concave density via MLE is a well-posed problem with unique solutions under mild conditions.
2.4 Concentration Inequalities
Heaps of the standard concentration inequalities are specifically for log-concave distributions.
2.5 Connection to Convex Optimization
See
- Holden Lee and Andrej Risteski
- the connection between log-concavity and convex optimisation.
- “a Markov Chain reminiscent of noisy gradient descent”.
3 Langevin MCMC
Rob Salomone explains this well; see Hodgkinson, Salomone, and Roosta (2019).
4 Connection to Exponential Families
I had to write this out for myself.
Many common exponential family distributions (Gaussian, Poisson) are log-concave, but there are exceptions within the exponential family that are not globally log-concave.
Recall, an exponential family of distributions has densities (or mass functions) of the form
where: -
What stops log-convexity from entering by either the
4.1 Gamma Distribution
The gamma distribution has the density
where
- When
: The function is concave in , making the density log-concave. - When
: The function is not concave in because the term introduces convexity
4.2 Beta Distribution
The beta distribution has the density
where
- When
: The density is log-concave. - When either
or : The density is not log-concave because is not a concave function of .