Econometric Theory/Asymptotic Convergence

From testwiki
Jump to navigation Jump to search

Template:Wikipedia

Asymptotic Convergence

Modes of Convergence

Convergence in Probability

Convergence in probability is going to be a very useful tool for deriving asymptotic distributions later on in this book. Alongside convergence in distribution it will be the most commonly seen mode of convergence.

Definition

A sequence of random variables {Xn;n=1,2,} converges in probability to X if:

ϵ,δ>0,
Ns.t.nN,
Pr{|XnX|>δ}<ϵ

an equivalent statement is:

δ>0,
limnPr{|XnX|>δ}=0

This will be written as either XnpX or plimXn=X.

Example

Xn={η11nθ1n

We'll make an intelligent guess that this series converges in probability to the degenerate random variable η. So we have that:

δ>0,Pr{|Xnη|>δ}Pr{|Xnη|>0}=Pr{Xn=θ}=1n

Therefore our definition for convergence in probability in this case is:

ϵ,δ>0,
Ns.t.nN,
Pr{|Xnη|>δ}Pr{|Xnη|>0}=Pr{Xn=θ}=1n<ϵ

So for any positive values of ϵ we can always find an N large enough so that our definition is satisfied. Therefore we have proved that Xnpη.

Convergence Almost Sure

Almost-sure convergence has a marked similarity to convergence in probability, however the conditions for this mode of convergence are stronger; as we will see later, convergence almost surely actually implies that the sequence also converges in probability.

Definition

A sequence of random variables {Xn;n=1,2,} converges almost surely to the random variable X if:

δ>0,
limnPr{mn|XmX|>δ,}=0

equivalently

Pr{limnXn=X}=1

Under these conditions we use the notation Xna.s.X or limnXn=Xa.s..

Example

Template:Disputed Let's see if our example from the convergence in probability section also converges almost surely. Defining:

Xn={η11nθ1n

we again guess that the convergence is to η. Inspecting the resulting expression we see that:

Pr{limnXn=η}=1Pr{limnXnη}=1Pr{limnXn=θ}1limn1n=1

Thereby satisfying our definition of almost-sure convergence.

Convergence in Distribution

Convergence in distribution will appear very frequently in our econometric models through the use of the Central Limit Theorem. So let's define this type of convergence.

Definition

A sequence of random variables {Xn;n=1,2,} asymptotically converges in distribution to the random variable X if FXn(ζ)FX(ζ) for all continuity points. FXn(ζ) and FX(ζ) are the cumulative density functions of Xn and X respectively.

It is the distribution of the random variable that we are concerned with here. Think of a students-T distribution: as the degrees of freedom, n, increases our distribution becomes closer and closer to that of a gaussian distribution. Therefore the random variable Ynt(n) converges in distribution to the random variable YN(0,1) (n.b. we say that the random variable YndY as a notational crutch, what we really should use is fYn(ζ)dfY(ζ)/

Example

Let's consider the distribution Xn whose sample space consists of two points, 1/n and 1, with equal probability (1/2). Let X be the binomial distribution with p = 1/2. Then Xn converges in distribution to X.

The proof is simple: we ignore 0 and 1 (where the distribution of X is discontinuous) and prove that, for all other points a, limFXn(a)=FX(a). Since for a < 0 all Fs are 0, and for a > 1 all Fs are 1, it remains to prove the convergence for 0 < a < 1. But FXn(a)=12([a1n]+[a1]) (using Iverson brackets), so for any a chose N > 1/a, and for n > N we have:

n>1/aa>1/n[a1n]=1[a1]=0FXn(a)=12

So the sequence FXn(a) converges to FX(a) for all points where FX is continuous.

Convergence in R-mean Square

Convergence in R-mean square is not going to be used in this book, however for completeness the definition is provided below.

Definition

A sequence of random variables {Xn;n=1,2,} asymptotically converges in r-th mean (or in the Lr norm) to the random variable X if, for any real number r>0 and provided that E(|Xn|r)< for all n and r1,

limnE(|XnX|r)=0.

Cramer-Wold Device

The Cramer-Wold device will allow us to extend our convergence techniques for random variables from scalars to vectors.

Definition

A random vector 𝐗nd𝐗λT𝐗ndλT𝐗λ0.


Relationships Between Modes of Convergence

Law of Large Numbers

Central Limit Theorem

Let  X1,X2,X3,... be a sequence of random variables which are defined on the same probability space, share the same probability distribution D and are independent. Assume that both the expected value μ and the standard deviation σ of D exist and are finite.

Consider the sum  Sn=X1+...+Xn. Then the expected value of  Sn is nμ and its standard error is σ n1/2. Furthermore, informally speaking, the distribution of Sn approaches the normal distribution N(nμ,σ2n) as n approaches ∞.

Continuous Mapping Theorem

Slutsky's Theorem

Template:BookCat