Home page for accesible maths

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

Chapter 9 Limit Theorems

In this chapter we will study convergence of a sequence of random variables to a limit random variable in the sense of convergence of their distributions to the distribution of the limit random variable. The two most important results are the Weak Law of Large Numbers (WLLN) and the Central Limit Theorem (CLT) which tell us about the behaviour of the mean of n i.i.d. random variables as n gets larger and larger. Whilst these results are theoretically interesting in their own right, they also justify much of the practice of statistics! They

  • assert large samples are good, and provide criterion to say how large is large; if these results were false statisticians would be unemployed.

  • motivate the Normal distribution as a probability model.

  • suggest using Monte Carlo methods to construct approximations to unknown mathematical integrals.

We consider a sequence, X1,X2, of independent and identically distributed (IID) random variables with expectation μ< and variance σ2<. We are interested in the average of the first n variables

X¯n=1ni=1nXi.

This is itself a random variable (hence the upper case) and has a expectation and variance as follows. By the linearity of expectation, as in Section 7.3,

𝖤[X¯n]=𝖤[1ni=1nXi]=1ni=1n𝖤[Xi],

which is 1n×nμ=μ.

Since the Xi are independent, repeating the proof from Corollary 7.4.2:

𝖵𝖺𝗋[X¯n] =𝖵𝖺𝗋[1ni=1nXi]
=1n2𝖵𝖺𝗋[i=1nXi]
=1n2i=1n𝖵𝖺𝗋[Xi]
=1n2×nσ2
=σ2n.

Quiz: Which step required the independence of the Xis? step 3 . We start with a heuristic using Normal random variables. We then make the idea of convergence of a sequence of random variables in general more precise.