Moments and MGF
Tags |
---|
Moments
Moment computation can be pretty tricky for the general case (see: moment-generating functions). However, here’s some tips
- first moment is the mean of a distribution
- second moment can be computed if the variance and the first moment is known, as .
Moment-Generating Functions
Here’s the problem: given some random variable , what is the th moment of ? The first moment is the expectation and the second moment is the variance, but this is not sustainable for higher moments. Instead, we find a general formulation.
🐧 Definition of MGF
Define some function such that
Now, because of the taylor expansion of and the linearity of expectation, if you differentiate times and set , you get the th moment
Proof (taylor)
Uses of MGF
The main uses of MGF is to find the th moment. But there are other uses too
- MGF uniquely determines distribution
- MGF has the unique ability to move you between the expectation of an exponent of an RV to something without an expectation. Keep this in mind!