I was plotting the function $x \mapsto \frac{d}{dx} \ln(\phi(x))$ and it seams like this is a decreasing function. But somehow I cannot prove this. Here, $\phi$ is the Gaussian cumulative distribution function, i.e. $$ \phi(x) = \int_{-\infty}^x \gamma(t) \, dt $$ and $\gamma$ is the Gaussian. Do you have any suggestion how to show this?
2026-04-08 11:25:44.1775647544
Is $\frac{d}{dx} \ln(\phi(x))$ decreasing where $\phi$ is the Gaussian cumulative distribution function?
76 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
We have $\displaystyle\frac{d}{dx}\ln(\phi(x))= \frac{\phi'(x)}{\phi(x)} = \frac{\gamma(x)}{\phi(x)},$ where $\gamma$ is the standard normal PDF, $$\gamma(x) = \frac1{\sqrt{2\pi}}e^{-x^2/2}$$ Differentiating, we get
$$\gamma'(x) = -\frac1{\sqrt{2\pi}}xe^{-x^2/2}=-x\gamma(x)$$
Hence,
$$\left(\frac{\gamma}{\phi}\right)' = \frac{\phi(x)\gamma'(x)-\gamma(x) \phi'(x)}{\phi^2(x)}= \frac{\phi(x)\gamma'(x)-\gamma^2(x)}{\phi^2(x)}=-\frac{\gamma(x)}{\phi^2(x)}[x\phi(x)+\gamma(x)]$$
Let $F(x) = x\phi(x) + \gamma(x).$ Then $\lim_{x \rightarrow -\infty}F(x) = 0$ and
$$F'(x)=\phi(x)+x\phi'(x)+\gamma'(x)=\phi(x) +x\gamma(x)-x\gamma(x)= \phi(x) > 0 $$
Hence, $F$ is increasing and $F(x) > 0$ for all $x$.
Therefore, $\displaystyle\left(\frac{\gamma}{\phi}\right)' = -\frac{\gamma(x)}{\phi^2(x)}F(x)< 0,$ and $\displaystyle x \mapsto \frac{d}{dx}\ln(\phi(x))= \frac{\gamma(x)}{\phi(x)}$ is decreasing.