Question details
What are moment generating functions and how do I use them to find moments?
I am studying probability theory and I need to understand moment generating functions (MGFs). The MGF of a random variable X is: M_X(t) = E[e^(tX)] = ∑_x e^(tx) P(X = x) & discrete \ ∫_(-∞)^(∞) e^(tx) f_X(x) dx & continuous My questions: 1. Why is it called a "moment generating" function? How do I extract moments from it? 2. Find the MGF of X ∼ Exponential(λ) and use it to find E[X] and E[X²]. 3. What is the domain of t for which the MGF exists? 4. How do MGFs help prove the sum of independent Poissons is Poisson? 5. What is the relationship between MGFs and characteristic functions? I want to see the computations step by step.
more