Exploring the CDF and MGF Relationship for Random Variables

  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Cdf Relation
AI Thread Summary
The discussion focuses on the relationship between the Cumulative Distribution Function (CDF) and Moment Generating Function (MGF) of a random variable X and its reciprocal. Participants explore how the CDF of X relates to that of 1/X and seek to understand the corresponding relationship for the MGFs. The CDF for a uniformly distributed variable on [0,1] is provided, along with its probability density function (PDF) and MGF. Additionally, complex relations between the MGFs of X and 1/X are shared, involving Bessel functions, but the derivation of these relations remains unclear to some participants. The conversation emphasizes the importance of defining the domain of X for accurate analysis.
EngWiPy
Messages
1,361
Reaction score
61
Hello,

Suppose that the Cumulative Distribution Function (CDF) of a random variable X is F_X(x), which is by definition is:

F_X(x)=\text{Pr}\left[X\leq x\right]=\text{Pr}\left[\frac{1}{X}\geq \frac{1}{x}\right]=1-\text{Pr}\left[\frac{1}{X}\leq \frac{1}{x}\right]=1-F_{1/X}\left(1/x\right)

Considering this relation between the CDF of X and the CDF of its reciprocal, what is the relation between the Moment Generating Function (MGF) of X and its reciprocal?

Any help will be highly appreciated.

Thanks in advance
 
Physics news on Phys.org
A good starting point would be to think of a relation between the CDF of X and the MGF of X, wouldn't it?
 
Pere Callahan said:
A good starting point would be to think of a relation between the CDF of X and the MGF of X, wouldn't it?

Yes right, and I know what is the relation between them, but I want to see if another one has another idea. Anyway, the relation is:

M_X(s)=s\mathcal{L}\left\{F_X(x)\right\}

I have tried this, and it yields no where.

Regards
 
What would the CDF and MGF look like if X is uniform on [0,1] ?
 
bpet said:
What would the CDF and MGF look like if X is uniform on [0,1] ?

The CDF of a uniformly distributed random variable X is:

F_X(x)=\begin{cases}0&x<0\\\frac{x-a}{b-a}&a\leq x<b\\1&x\ge b\end{cases}

Here, it may easier to derive the MGF from the PDF, not from the CDF. The PDF of X will be:

f_X(x)=\begin{cases}\frac{1}{b-a}&a\leq x\leq b\\0&\mbox{elsewhere}\end{cases}

Then the MGF of X is:

\mathcal{M}_X(s)=E_X\left[\text{e}^{sx}\right]=\int_a^b\text{e}^{sx}f_X(x)\,dx=\frac{\text{e}^{bs}-\text{e}^{as}}{s\left(b-a\right)}

But, what is the relation of this to the primary question?

Anyway, I have found the following relations between the MGF of X and the MGF of its reciprocal:

<br /> \mathcal{M}_X(s)=\int_s^{\infty}\int_0^{\infty}J_0\left(2\,\sqrt{u\,p}\right)\mathcal{M}_{1/X}(s)\,du\,dp\\<br />
\mathcal{M}_{1/X}(s)=1-\sqrt{s}\int_0^{\pi/2}\frac{\sec^2 (\zeta)}{\sqrt{\tan (\zeta)}}J_1\left(2\,\sqrt{s\tan (\zeta)}\right)\mathcal{M}_X\left(\tan (\zeta)\right)\,d\zeta<br />

where J_v(.) is the vth order bessel function of the first kind. I do not know how they got there. Does anybody know how to derive these relations?

Thanks in advance
 
S_David said:
Hello,

Suppose that the Cumulative Distribution Function (CDF) of a random variable X is F_X(x), which is by definition is:

F_X(x)=\text{Pr}\left[X\leq x\right]=\text{Pr}\left[\frac{1}{X}\geq \frac{1}{x}\right]=1-\text{Pr}\left[\frac{1}{X}\leq \frac{1}{x}\right]=1-F_{1/X}\left(1/x\right)

Considering this relation between the CDF of X and the CDF of its reciprocal, what is the relation between the Moment Generating Function (MGF) of X and its reciprocal?

Any help will be highly appreciated.

Thanks in advance

If X < 0 and x > 0, your statement about reciprocals doesn't hold.
 
mathman said:
If X < 0 and x > 0, your statement about reciprocals doesn't hold.

Yes , I forgot to mention that 0\leq X, x&lt;\infty. Then, is there any problem?

Regards
 
S_David said:
Yes , I forgot to mention that 0\leq X, x&lt;\infty. Then, is there any problem?

Regards
Not in your original statement.
 
Back
Top