1

Given a random variable $X$ with log normal distribution, can we find the probability of $X$ being greater than a positive constant $a$, i.e can we determine the integral $$ \int_a^\infty \frac{1}{xs\sqrt{2\pi}} e^{-(\ln(x)-s)^2/(2s^2)} dx $$ from a to infinity?

mStudent
  • 723
adsj
  • 11

1 Answers1

2

The problem is equivalent to that of finding $Pr[Z\ge s^{-1}\log a] = \Phi(s^{-1}\log a)$ where $Z\sim N(0,1)$. There is no closed form expression for this value. Any statistical package will give you a numeric approximation. Also, there are analytic bounds of arbitrary sharpness available (ref)

mStudent
  • 723