Probability Density Function with an exponential random variable

Click For Summary
SUMMARY

The discussion focuses on computing the probability density function (PDF) of a random variable Y defined as Y = log X, where X is an exponential random variable with parameter λ = 1. The correct cumulative distribution function (CDF) is derived as F_Y(y) = 1 - e^{-e^y}, leading to the PDF p(x) = e^x e^{-e^x} after differentiation. A critical error identified in the initial approach was the improper handling of the parameter λ during integration, which necessitated a substitution to maintain accuracy in the limits of integration.

PREREQUISITES
  • Understanding of exponential random variables and their properties
  • Knowledge of probability density functions and cumulative distribution functions
  • Familiarity with integration techniques in calculus
  • Ability to perform variable substitution in integrals
NEXT STEPS
  • Study the properties of exponential random variables in detail
  • Learn about variable transformations in probability theory
  • Explore integration techniques, particularly substitution methods
  • Review the derivation of probability density functions from cumulative distribution functions
USEFUL FOR

Students and professionals in statistics, data science, and mathematics who are interested in understanding probability distributions and their applications in real-world scenarios.

lizzyb
Messages
167
Reaction score
0
The question is: if X is an exponential random variable with parameter [tex]\lambda = 1[/tex], compute the probability density function of the random variable Y defined by [tex]Y = \log X[/tex].

I did [tex]F_Y(y) = P \{ Y \leq y \} = P \{\log X \leq y \} = P \{ X \leq e^y \} = \int_{0}^{e^y} \lambda e^{- \lambda x} dx = \int_{0}^{e^y} e^{- x} dx = -e^{-x} \Big |_0^{e^y} = -e^{-e^y} + 1 = 1 - e^{-e^y}[/tex]

so

[tex]\frac {d F_{|X|} (x) } {dx} = p(x) = e^x e^{-e^x}[/tex]

Unfortunately the answer isn't in the back of the book. Does that look okay?
 
Physics news on Phys.org
lizzyb said:
The question is: if X is an exponential random variable with parameter [tex]\lambda = 1[/tex], compute the probability density function of the random variable Y defined by [tex]Y = \log X[/tex].

I did [tex]F_Y(y) = P \{ Y \leq y \} = P \{\log X \leq y \} = P \{ X \leq e^y \}[/tex][tex]= \int_{0}^{e^y} \lambda e^{- \lambda x} dx = \int_{0}^{e^y} e^{- x} dx[/tex]
This step is wrong. Obviously you can't just drop the [itex]\lambda[/itex] like that. I suspect what you did was a substitution but you kept the same variable. If you let [itex]u= \lambda x[/itex], then du= \lambda dx so the integrand becomes e^u du. But you need to change the limits of integration also. When x= 0, u= 0 but when x= ey, u= \lambda e^y. The correct integral is now
[tex]\int_0^{\lambda e^y} e^{-u}du= -e^{-u}\right|_{0}^{\lambda e^y}[/tex]

[tex]= -e^{-x} \Big |_0^{e^y} = -e^{-e^y} + 1 = 1 - e^{-e^y}[/tex]

so

[tex]\frac {d F_{|X|} (x) } {dx} = p(x) = e^x e^{-e^x}[/tex]

Unfortunately the answer isn't in the back of the book. Does that look okay?
 
Since [tex]\lambda = 1[/tex] I just sort of dropped/substituted it. Thanks :-)
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
4K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
7
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 18 ·
Replies
18
Views
3K