Probability: Determining the distribution and range of a random variable

ruby_duby
Messages
46
Reaction score
0

Homework Statement



The RV X has parameter p>0 and distribution:

fX(x) = pxe-px for x \geq 0 and is 0 otherwise

(The subscript X is a capital letter, as is the X mentioned below in the e4X)

If we are to consider the RV D= e4X, determine the range and distribution fD(d)


Homework Equations





The Attempt at a Solution



I found this question as an exercise in a textbook, but do not know how to answer it!
Does anyone have any suggestions that I can try out please?
 
Physics news on Phys.org
Start by figuring out what p must be for fX to be a density function.

If D = e4X, one way to get at its density function is to use the cumulative distribution:

P(D ≤ d) = P(e4X ≤ d) = P(4X ≤ ln(d)) = P( X ≤ (1/4)ln(d) )

Presumably you can calculate that, which will give you the cumulative distribution function for D. Differentiate to get fD(d).
 
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