If X~N(μ,σ^2) then what's the distribution for exp(X) ?

  • Thread starter Thread starter stevenytc
  • Start date Start date
  • Tags Tags
    Distribution
AI Thread Summary
If X follows a Gaussian distribution with mean μ and variance σ^2, the distribution of Y = exp(X) can be derived using the cumulative distribution function (CDF). The CDF of Y is given by F_Y(α) = P(exp(X) ≤ α), which transforms to P(X ≤ log(α)) due to the monotonic nature of the logarithm. The probability density function (PDF) of Y is then found by differentiating the CDF, resulting in f_Y(α) = f_X(log(α)) / α for all positive α, while the PDF is zero for negative α since exp(X) cannot be negative. This process leads to a closed form expression for the PDF of Y, which relates to the log-normal distribution. Understanding these transformations is essential for analyzing the behavior of exponential functions of normally distributed variables.
stevenytc
Messages
12
Reaction score
0
If X is a r.v. that follows that Gaussian distribution with mean μ and variance σ^2, how do I find the distribution function for exp(X) where exp() is the exponent function.
 
Physics news on Phys.org
If ##Y = \exp(X)##, then the cdf of ##Y## is ##F_Y(\alpha) = P(\exp(X) \leq \alpha)##. As ##\log## is strictly monotonically increasing, this is equivalent to ##P(X \leq \log(\alpha))##, which is ##F_X(\log(\alpha))##, the cdf of ##X## evaluated at ##\log(\alpha)##.

Then you can find the pdf of ##Y## by differentiating ##F_Y(\alpha) = F_X(\log\alpha))## to obtain ##f_Y(\alpha) = f_X(\log(\alpha)) / \alpha##. This is valid for all positive ##\alpha##; if ##\alpha## is negative then the pdf is zero since ##\exp## is never negative.

Proceeding from here should be straightforward as there is a closed form expression for ##f_X##.
 
Back
Top