202405310836
Status: #idea
Tags: Probability Distributions
State: #nascient

Normal Distribution

The Normal distribution is the undisputed queen of Statistics, being the distribution that is the most ubiquitous. It is used irrespective of whether it fits, because of its nice properties.

PDF

For a standard normal, the pdf is:

f(z)=12πexp(z22)

If we have a random variable XN(μ,σ2), then its pdf will be:

f(x)=12πσ2exp((xμ)22σ2)

Moment Generating Function for STANDARD Normal

So
If the tm does not occur in the Taylor Series Expansions of your MGF, then you can infer that the moment in question is 0.

MGF for GENERAL Normal

Properties

Given XiN(μi,σi2) with i=1,2,,n where the Xi are independent, we want Y=i=1naiXi:
Then the MGF for that linear combination will be

MGFY=exp(t(i=1naiμi)+t22(i=1nai2σi2))

Such that the mean and variance are just:

By the above we get this supremely important result