Slightly shorter homework this week since we only have one class. Although, there’s a lot to say about moments!
The Poisson distribution has a funny property: it’s easier to compute \(E[X(X - 1)(X - 2)]\) than \(E[X^3]\).
The Gamma function is a special function defined by
\[\Gamma(z) = \int_0^\infty x^{z - 1} e^{-x} dx.\]
\[\operatorname{kurt}(X) = E \left[ \left( \frac{X - \mu}{\sigma} \right)^4 \right]\]
This is one measure of how ‘fat’ the tails of a distribution are.
Compute the kurtosis of \(Z\), a standard normal.
The following exercises ask you to compute the moment generating functions of some distributions that we have seen. Let me emphasize that literally all of these are available online. You should be able to derive them on your own, without help.
Find the moment generating function for the standard normal. Hint. Do you remember how to complete the square?
Find the moment generating function for the exponential distribution with parameter \(\lambda\).
Find the moment generating function for the uniform distribution on the unit interval.
Find the moment generating function for the Poisson distribution with parameter \(\lambda\).
Find the moment generating function for the Binomial distribution with parameters \(n\) and \(p\).
Let \(m(t)\) be the moment generating function of \(X\). Find a formula for \(\operatorname{Var}(X)\) in terms of \(m(0)\), \(m'(0)\), and \(m''(0)\). Hint. Remember that \(m(t)\) is a Taylor series of moments.