What is this well known probability distribution?

Avatrin
Messages
242
Reaction score
6

Homework Statement


I have a probability density function:
f_{X}(x) = θk^{θ}x^{-θ-1} when x > k and 0 everywhere else
And:
Y = θlog(X/k)

Find the probability density function for Y. What well known density function is this?

Homework Equations


I don't really know where to start...

The Attempt at a Solution


I first tried solving for x and:
X = ke^{Y/θ}
Plugging this into f(x):
f_{Y}(y) = θk^{θ}(ke^{y/θ})^{-θ-1}

I also tried going the other way around:
f_{Y}(x) = θlog(θk^{θ-1}x^{-θ-1})

But, I don't really know what to do and where to start.. ...
 
Physics news on Phys.org
You can't simply rewrite fX(x) in terms of Y the way you did. It's a little more complicated. The correct relationship is
$$f_X(x)\,dx = f_Y(y)\,dy$$ where I've assumed both dx and dy are positive. The idea here is that interval (x, x+dx) corresponds to the interval (y, y+dy) so the probability that X is in the interval (x, x+dx), which is given by the lefthand side of the equation, should be equal to the probability Y is in the interval (y, y+dy), which is given by the righthand side of the equation. Solving for fY(y), you get
$$f_Y(y) = \frac{f_X(x)}{|dy/dx|}.$$ The absolute value is necessary to cover the case where dx>0 corresponds to dy<0. That is, when y decreases as x increases.
 
Actually, I had to use the fundamental theorem of calculus:

\frac{d}{dy}∫^{y}_{0}f(x)dx = f(y)

Therefore;
\frac{d}{dy}∫^{ke^(Y/θ)}_{0}θk^{θ}x^{-(θ+1)}dx
= \frac{d}{dy}-e^{-y}
= e^{-y}
And, this is the exponential distribution..

Or... Am I wrong again?
 
Avatrin said:
Actually, I had to use the fundamental theorem of calculus:

\frac{d}{dy}∫^{y}_{0}f(x)dx = f(y)

Therefore;
\frac{d}{dy}∫^{ke^(Y/θ)}_{0}θk^{θ}x^{-(θ+1)}dx
= \frac{d}{dy}-e^{-y}
= e^{-y}
And, this is the exponential distribution..

Or... Am I wrong again?

No, you are now correct.

RGV
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top