Questions tagged [moment-generating-functions]

For questions relating to moment-generating-functions (m.g.f.), which are a way to find moments like the mean$~(μ)~$ and the variance$~(σ^2)~$. Finding an m.g.f. for a discrete random variable involves summation; for continuous random variables, calculus is used.

A moment generating function (MGF) is a single expected value function whose derivatives produce each of the required moments.

Definition: Let $X$ be a discrete random variable with probability mass function $f(x)$ and support $S$. Then:

$$M_X(t) = E(e^{tX})=\sum\limits_{x\in S} e^{tx}f(x)$$or, $$M_X(t) = E(e^{tX}) = \int_x e^{tx} f(x) \, \mathrm{d}x$$

is the MGF of $X$ as long as the summation is finite for some interval of $t$ around $0$.

i.e. $M(t)$ is the MGF of $X$ if there is a positive number $h$ such that the above summation exists and is finite for $−h<t<h$.

Note: There are basically two reasons for which MGF's are so important.

  • the MGF of $X$ gives us all moments of $X$.
  • the MGF (if it exists) uniquely determines the distribution. That is, if two random variables have the same MGF, then they must have the same distribution.

Thu if you find the MGF of a random variable, you have indeed determined its distribution.

1320 questions
1
vote
2 answers

What is the difference between $E\{e^{-sx}\}$ and $E\{e^{sx}\}$ for MFG

I am working in wireless communication. When I cheek the books about MFG I found the MGF of random variable $X$ is given by the following formula $$ M_X(s)=E\{e^{sx}\} $$ However when I read papers, I found the following definition…
Monir
  • 168
  • 9
1
vote
1 answer

A proof regarding the moment generating function.

We are required to prove that two random variables $(X,Y)$ are independent if and only if $m_{X,Y}(t_1,t_2)=m_X(t_1)m_Y(t_2)$ where $m(\_)$ is the moment generating function. Supposing $(X,Y)$ are independent and then proving…
User9523
  • 2,094
1
vote
1 answer

Are $ 5 \text{ x } m_y(s)$ and $m_y(s)^2$ moment generating functions

Say if I had some MGF like $m_y(s)$ of some random variable $Y$, are $ 5 \text{ x } m_y(s)$ and $m_y(s)^2$ moment generating functions? This is a curiosity thing, does multiplying through by some integer have an effect? How about squaring the MGF?
Rubicon
  • 616
1
vote
2 answers

calculate E[X^n] with moment generating function

Say random variable X has a density function $ f(x)=1 $ when $0
user77005
  • 239
1
vote
0 answers

Is m.g.f. non-decreasing?

Suppose for a random variable $X$ that $\mathbb{E}X=0$ and $\phi(\lambda):=\mathbb{E}e^{\lambda X}$ exists for all $\lambda\in (0,b)$ for some $b>0.$ Is $\phi$ necessarily non-decreasing in $(0,b)?$ Is it infinitely many times differentiable? My…
Hedonist
  • 1,401
1
vote
2 answers

Moment generating function (MGF)

Suppose that the random variable X has moment generating function M(t)= $$e^{at} \over 1-bt^2$$ for -1< t <1. It is found that the mean and variance of X are 3 and 2 respectively. Find a+b. We have E[X]=3 and Var[X]=2. I know that M'(0)=E[X]. I…
1
vote
1 answer

Can $cos(u)$ be a moment generating function?

I was asked in the probability course: Can a moment generating function of a random variable $Y$ be $\cos(u), -\infty
TheNotMe
  • 4,841
1
vote
0 answers

What is the significance of moment generating functions

I can not see why moment generating functions are useful. What are the applications? I know they give an alternate representation of a probability functions and I guess they can be easier to work with in some cases, but are there any other…
slo
  • 699
1
vote
0 answers

Express moment generating function as sum of two others

I calculated the the moment generating function of an random variable $W$ and got the following: $$M_W(s)=(1-\rho)+ \rho \frac{\mu(1-\rho)}{\mu(1-\rho)-s},$$ where $\mu$ and $\rho$ are two parameters. Let $X$ be an exponential variable with…
mr_T
  • 303
0
votes
1 answer

What is the c means in Charlier's Correction in computing moment?

On my book of Statistics it says the Sheppard's Correction in computing moment is : Corrected $m_2=m_2-c^2/12$ Can someone tell me what is c in this formula?
0
votes
1 answer

Doubt in Moment equation

Hi, my doubt is, How $ \mu_1(z) = 0$ in the below text?
0
votes
0 answers

moment generating function question

I have an assigment that I need to submit, but I having trouble with one of the questions. We just started to learn about moment-generating function and we got this question: You flipp a fair coin until you get an H n times(not necessarily in a…
Oney
  • 1
0
votes
1 answer

how to calculate the joint momentum

I've been working on this assignment: Let (X, Y) be a continuous bivariate r.v. with joint pdf $$ f_{XY}(x,y) = e^{-(x+y)} \: x>0, y>0$$ $$ f_{XY}(x,y) = 0 \: otherwise$$ i calculated the joint moment generating function, it look…
0
votes
1 answer

Moment generating function for $\frac{1}{2\theta}e^{-|x|/\theta}$

Let $X$ be the random variable with pdf $\frac{1}{2\theta}e^{-|x|/\theta}$ with $\theta>0$. I want to find its moment generating function. I think I’ve found it but when I try to use it to find the second moment something must have gone wrong. I…
Addem
  • 5,656
0
votes
1 answer

The nth moment of of normal random variable

Let $X \sim \mathcal{N}(0,\sigma^2)$. Find $E[X^n]$, where $n \in N$. What I did was comparing two forms of MGFs, one using the definition of expectation and the other one using taylor series: $$M_X(s) = e^{\frac{\sigma^2s^2}{2}} =…