Prove that a Truncated Gaussian is log-concave

157 Views Asked by At

Is the truncated Gaussian a log-concave distribution?

I read here at Section 2.2.5 that whatever log-concave truncated distribution (and hence also Gaussian) is log-concave and the proof is trivial. How to prove this statement?

1

There are 1 best solutions below

2
On BEST ANSWER

the density of a truncated rv is the following

$$f_{X|X>c}=\frac{1}{1-F_X(c)}f_X(x)$$

This prove your statement


Proof of the truncated density

Let's$X$ a rv (assuming it is continuous) with CDF $F_X(x)$ and let $B=\{X>c\}$

Thus, by definition

$$F(x|B)=\frac{\mathbb{P}[c<X<x]}{\mathbb{P}[X>c]}=\frac{F_X(x)-F_X(c)}{1-F_X(c)}$$

if $x>c$ and zero if $x\leq c$

derivating F you get the density I showed before