Finding the median of a distribution

Click For Summary
SUMMARY

The median of the distribution of Y = e^X, where X follows a Uniform(0,1) distribution, is e^0.5. To find this, one must determine when the cumulative distribution function (CDF) F(Y) equals 0.5. The transformation from X to Y leads to the equation F(Y) = P(Y ≤ y) = P(e^X ≤ y), which simplifies to finding the median of the uniform distribution of X at 0.5 and substituting it into e^X. This process confirms that the median of Y is indeed e^0.5.

PREREQUISITES
  • Understanding of Uniform distribution, specifically Uniform(0,1).
  • Knowledge of cumulative distribution functions (CDF).
  • Familiarity with exponential functions and their properties.
  • Ability to solve equations involving logarithms.
NEXT STEPS
  • Study the properties of the Uniform distribution and its applications.
  • Learn about cumulative distribution functions (CDF) in detail.
  • Explore transformations of random variables, particularly exponential transformations.
  • Practice solving median problems for various distributions, including continuous ones.
USEFUL FOR

Students in statistics or probability theory, data scientists, mathematicians, and anyone interested in understanding the properties of distributions and their transformations.

doctordiddy
Messages
53
Reaction score
0

Homework Statement


Suppose X has the Uniform (0,1) distribution. Find the median of the distribution of e^X correct to 2 decimals.

Homework Equations


F(X) = 0.5
F(X) = ∫f(x)

The Attempt at a Solution


I am not entirely sure what to do here, I know to find the median you need to find when F(X) = 0.5. I assumed that e^X was just the cdf f(x) = e^X which makes F(x) still e^X.

So then I used e^(X) = 0.5 which gives X = ln(0.5).

However this is not correct. I am a bit confused about the first part of the question, how X being a uniform distribution would affect it.

Any help would be appreciated

Thanks
 
Last edited:
Physics news on Phys.org
doctordiddy said:

Homework Statement


Suppose X has the Uniform (0,1) distribution. Find the median of the distribution of e^X correct to 2 decimals.

Homework Equations


F(X) = 0.5
F(X) = ∫f(x)

The Attempt at a Solution


I am not entirely sure what to do here, I know to find the median you need to find when F(X) = 0.5. I assumed that e^X was just the cdf f(x) = e^X which makes F(x) still e^X.

So then I used e^(X) = 0.5 which gives X = ln(0.5).
If you think about it a bit, this can't be right, since X would have to be a negative number. If X ranges from 0 to 1, then e^X will range from ? to ?
doctordiddy said:
However this is not correct. I am a bit confused about the first part of the question, how X being a uniform distribution would affect it.

Any help would be appreciated

Thanks
 
I found the answer to be e^0.5, but I am not sure exactly why. Do we find the median of the uniform distribution of X (0.5) and then plug that into e^(X)? Or do I need to find the median of the distribution between 1 and e? If it's the latter, how do we know that the median is simply e^(0.5)? Are we able to say this because X is a uniform distribution?
 
Mark44 said:
If you think about it a bit, this can't be right, since X would have to be a negative number. If X ranges from 0 to 1, then e^X will range from ? to ?
I found the answer to be e^0.5, but I am not sure exactly why. Do we find the median of the uniform distribution of X (0.5) and then plug that into e^(X)? Or do I need to find the median of the distribution between 1 and e? If it's the latter, how do we know that the median is simply e^(0.5)? Are we able to say this because X is a uniform distribution?
 
doctordiddy said:
I found the answer to be e^0.5, but I am not sure exactly why. Do we find the median of the uniform distribution of X (0.5) and then plug that into e^(X)? Or do I need to find the median of the distribution between 1 and e? If it's the latter, how do we know that the median is simply e^(0.5)? Are we able to say this because X is a uniform distribution?

If ##Y = e^X##, the cumulative distribution of ##Y## is ##F(y) = P(Y \leq y) = P(e^X \leq y)##. For ##X \sim U(0,1)##, what does this give you for ##F(y)##? What is the solution of ##F(y) = 1/2##? That would give you the median.
 
Ray Vickson said:
If ##Y = e^X##, the cumulative distribution of ##Y## is ##F(y) = P(Y \leq y) = P(e^X \leq y)##. For ##X \sim U(0,1)##, what does this give you for ##F(y)##? What is the solution of ##F(y) = 1/2##? That would give you the median.

I am unsure of how to continue after
For ##X \sim U(0,1)##, what does this give you for ##F(y)##? Am I supposed to see that X = ln(y) or am I supposed to see that Y ~ U(1,e)? Or am I missing something altogether?
 
doctordiddy said:
Am I supposed to see that X = ln(y)
Some risk of confusion in the notation. That X = ln(Y) is self evident, so I'm assuming your question is why x' = ln(y'), x' and y' representing the medians of the respective distributions.
As Ray wrote, for any x, the event Y < ex is the same event as X < x. Therefore FY(ex) = FX(x). Setting x=x' we get FY(ex') = 0.5.
doctordiddy said:
am I supposed to see that Y ~ U(1,e)
That is certainly not the case.
 

Similar threads

  • · Replies 23 ·
Replies
23
Views
4K
Replies
6
Views
2K
Replies
3
Views
1K
Replies
7
Views
1K
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K