Moments and MGF

Tags

Moments

Moment computation can be pretty tricky for the general case (see: moment-generating functions). However, here’s some tips

Moment-Generating Functions

Here’s the problem: given some random variable XX, what is the nnth moment of XX? 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 MX(t)M_X(t) such that

MX(t)=E[etX]M_X(t) = E[e^{tX}]

Now, because of the taylor expansion of etXe^{tX} and the linearity of expectation, if you differentiate MX(t)M_X(t) nn times and set t=0t = 0, you get the nnth moment

Uses of MGF

The main uses of MGF is to find the nnth moment. But there are other uses too

Common MGF’s