Limit Theorems
I'm not sure which of these are proper limit theorems and which are preliminaries, but this is all a build up to the Central Limit Theorem.
Markov's Inequality
Let be a non-negative random variable () and Then,
That is, the probability that is at least has an upper-bound of the expectation (mean) of divided by In simpler terms, the probability that can't be too big.
Note that as grows larger, the probability of being greater than grows smaller.
This follows from the Law of Total Expectation, which is
Here, we're partitioning 's sample space into a portion above and a portion below
Now, is the expected value when which is necessarily at least since is restricted to taking on values of at least So, we have that
We can substitute this into (a) to get
Note that our equation has turned into an inequality; we must do this because the original RHS was equal to the original LHS, and the original RHS is greater than or equal to our new RHS, which means the original LHS is greater than or equal to our new RHS.
Now, since we said that is non-negative, its expected value is also non-negative, including when We have by definition that is non-negative (because all probabilities are non-negative). Therefore, must also be non-negative as it's the product of two non-negative numbers. Since the LHS of (b) is greater than the RHS with this non-negative value added to the RHS, the LHS is also bigger without it added, and therefore we can drop it to get
Dividing both sides by and swapping sides gives us
Referenced by (3 direct)
An Example
Suppose the size of a fish (measured in inches) is modeled as a nonnegative random variable with an expected value
We wish to bound the probability that the fish is at least inches long, i.e.,
By Markov's Inequality, for any nonnegative random variable and any ,
Setting inches, we have
Thus, the probability of catching a fish of length at least inches is at most .
While Markov's inequality provides an upper bound of , the actual probability of catching such a large fish could be much lower. This bound is derived solely from the expected value without any extra assumptions about the distribution of .
Chebyshev's Inequality
Chebyshev's inequality gives an upper-bound on the probability of taking on values more than away from its mean ().
Suppose and is a random variable with the finite mean and standard deviation Then
Intuitively, this means that the probability that is far away from its mean can't be too big.
Note that the upper-bound on this probability is proportional to the variance of the random variable and inversely proportional to the distance of from its mean. So, as the variance increases, the probability of taking on values further from its mean also increases, and as the distance from the mean increases, the probability of taking on values at least that far from decreases.
Also note that while Markov's Inequality only requires knowledge of the mean (the first moment), Chebyshev's inequality requires knowledge of the variance (second moment). Also, Chebyshev's inequality works for any random variable with a variance defined, rather than just on non-negative random variables.
Let be a random variable with mean and variance . Define the non-negative random variable
By Markov's Inequality, for any , we have
Set . Then,
Since the variance of is , it follows that
Note that
Thus,
Referenced by (2 direct)
Direct references:
Example
Suppose the length of a fish is a random variable measured in inches with mean
and variance
Chebyshev's Inequality states that for any :
For inches, the inequality becomes:
This tells us that the probability of a fish's length deviating from 20 inches by at least 4 inches is at most .
Law of Large Numbers
Suppose are independent and identically distributed random variables with finite mean Then for any
Intuitively, this means that the more identically distributed random variables we have, the closer their average value will get to the mean for the random variables. If we think of each random variable as an identical sample from the same population, another way to think of this is the more samples we get, the closer the average value across all samples will be to the true average value for the population, and we can get as close as we like to the true average value for the population by taking more samples.
We assume that the variance of the random variables is also finite. Then, note that
and
Then, by Chebyshev's Inequality, we have
Now, as increases, the term on the right approaches , which by the Squeeze Theorem implies the term on the left also approaches and is at the limit.
Moment Generating Functions
If is a random variable, then its moment generating function is a real-valued function on the reals defined as
If is discrete, this is then
and if is continuous, then this is
Referenced by (1 direct)
Direct references:
Now, note that
In general, for the random variable with the moment generating function we have that and if the derivatives exist at .
Moment generating functions are unique and completely specify random variables.
The moment generating function for the sum of two random variables is the product of the moment generating functions of the two random variables. More generally, if are independent random variables, then
We'll prove the case where the general proof is exactly the same but more tedious.
Continuity Theorem For Moment Generating Functions
In essence, The Continuity Theorem For Moment Generating Functions says that if you have a sequence of random variables whose MGFs converge “nicely” (in a neighborhood of zero) to a limit function, then that limit function is the MGF of some random variable and the distributions of your sequence converge to the distribution of that random variable.
Let be a sequence of random variables with moment generating functions defined by
for all for some .
Suppose there exists a function , finite for , such that
for all , and that is the moment generating function of some random variable .
Then the distributions of converge in distribution to , i.e.,
Central Limit Theorem
The intuitive version of the Central Limit Theorem is that if values are sampled from a distribution with a mean and standard deviation then the sample mean of these values, is approximately normal with mean and standard deviation for large
This means that no matter what the underlying distribution of a population is, any sufficiently large sample from the population will be approximately normal. How large is sufficiently large depends on the shape of the distribution - for symmetric distributions it is lower and for asymmetric it is higher, but a common value is
A compact way to write this is
A more precise version of the theorem follows.
If is a real constant and are independent random variables with mean and standard deviation then
TODO: the precise statement is cut off in the source; complete it.