How Do Moment Generating Functions Prove Distribution Stability Under Addition?

  • Thread starter Thread starter stukbv
  • Start date Start date
  • Tags Tags
    Functions Moment
Click For Summary
SUMMARY

The discussion centers on demonstrating that the sum of two independent random variables (RVs) with the same distribution retains that distribution. Specifically, it highlights the use of moment generating functions (MGFs) to show that if X and Y are independent Gaussian RVs with means m and n, and variances v and w respectively, then X + Y is also Gaussian with mean m+n and variance v+w. The conversation emphasizes the need to phrase the conclusion correctly, noting that the sum belongs to the same family of distributions, and suggests using characteristic functions as a more reliable alternative to MGFs for proving distribution stability.

PREREQUISITES
  • Understanding of moment generating functions (MGFs) and their properties
  • Knowledge of characteristic functions and their advantages over MGFs
  • Familiarity with the concept of independent random variables
  • Basic principles of probability distributions, particularly Gaussian and Gamma distributions
NEXT STEPS
  • Study the properties and applications of characteristic functions in probability theory
  • Explore the uniqueness of moment generating functions and their limitations
  • Learn how to derive the moment generating function for the Gamma distribution
  • Investigate the concept of distribution families and how they relate to stability under addition
USEFUL FOR

Statisticians, mathematicians, and students studying probability theory who are interested in the behavior of random variables under addition and the implications of moment generating functions and characteristic functions.

stukbv
Messages
112
Reaction score
0
Hi, when asked to show that the addition of 2 independent RV's with the same distribution is once again of the same distribution, eg showing in gaussian that if X has mean m and variance v and Y has mean n and variance w then if i want to show that X + Y has gaussian distribution with mean m+n and variance w+v I use the product of their m.g.fs which is fine , when i get the result of this product, what is a good way to basically say that this shows the stability under additivity and that the parameters are m+n and w+v ?

Thanks
 
Physics news on Phys.org
I don't fully understand your question. However, if X and Y are independent (not necessarily normal), as long as the means and variances exist, they add as you described. You just need to wotk with the first and second moments, where independence is used to give E(XY) = E(X)E(Y) in the variance calculation.

The Gaussian assumption is used only to get the fact that the sum is also Gaussian.
 
What I mean is, I am asked to show that the sum of 2 independent random variables each with the same distribution has that distribution again, i do this using the product of the mgfs, but how do i phrase / conclude throughly in words how this proves that the sum of the variables has the same distribution as the original ones?
 
stukbv said:
What I mean is, I am asked to show that the sum of 2 independent random variables each with the same distribution has that distribution again, i do this using the product of the mgfs

You don't mean that the sum of 2 random variables has "has that distribution again". You mean that the sum is in the same "family" of distributions as the random variables that were added. (Whether it is or not, will depend on how you define the "family". There is no requirement that a "family" of distributions be defined by parameters, although this is the usual way of doing it.)

I don't think that, in general, that you can prove such a result using an argument based on the product of moment generating functions. Two random variables with different probability distributions can have the same moment generating function. You would need to show that for the "family" of distributions in question, the product of the moment generating functions could only be the moment generating function of a distribution in that family.

Try using characteristic functions instead of moment generating functions.
 
Stephen Tashi said:
Two random variables with different probability distributions can have the same moment generating function.

Really? I saw once that the mgf unique determines the distribution, provided that all the moments exist. Maybe I recall it wrong, I'll search for the reference...
 
The statement in "Probability and measure" in Billingsley is

If P is a probability distribution on the real line having finite moments \alpha_kof all orders and if the power series
\sum_{k=0}^{+\infty}{\frac{\alpha_kx^k}{k!}}
has a positive radius of convergence, then P is the unique probability distribution with \alpha_k as it's moments.

In particular, the mgf determines the distribution uniquely. The only problem is that not every random variable has an mgf, that's why one uses the characteristic function.
 
micromass,

You are correct. I was confusing the question of the uniqueness of the moment generating function (when it exists) with the fact that two distributions can have the same moments and not be the same distribution ( in a case where the moment generating function does not converge).
 
Stephen Tashi said:
micromass,

You are correct. I was confusing the question of the uniqueness of the moment generating function (when it exists) with the fact that two distributions can have the same moments and not be the same distribution ( in a case where the moment generating function does not converge).
This is one reason why characteristic function is preferred to moment generating function. It always exists.
 
stukbv said:
What I mean is, I am asked to show that the sum of 2 independent random variables each with the same distribution has that distribution again, i do this using the product of the mgfs, but how do i phrase / conclude throughly in words how this proves that the sum of the variables has the same distribution as the original ones?

I'll provide you with a framework using the gamma distribution.

X ~ is ~ Gamma(\alpha_1, \beta); Y ~ is~ Gamma(\alpha_2, \beta)
<br /> <br /> E[e^{t(X+Y)}] = E[e^{tX}]*E[e^{tY}] = (\frac{\beta}{\beta - t})^{\alpha_1} (\frac{\beta}{\beta - t})^{\alpha_2} = (\frac{\beta}{\beta - t})^{\alpha_1 + \alpha_2}<br /> <br />

This matches the MGF of a gamma random variable with new alpha:
\alpha &#039; = \alpha_1 + \alpha_2

Therefore X + Y ~ gamma(alpha1 + alpha2, beta). Basically just show that the resulting MGF is the same MGF as before with new parameters.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 16 ·
Replies
16
Views
2K