UMD Probability Qualifying Exams/Jan2010Probability

From testwiki
Revision as of 19:41, 21 June 2015 by imported>Eplownes (Solution)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Problem 1

Let {Xnk},k=1,...,rn,n=1,2,... be a triangular array of Bernoulli random variables with pnk=P[Xnk=1]. Suppose that

k=1rnpnkλ and maxkrnpnk0.

Find the limiting distribution of k=1rnXnk.

Solution

We will show it converges to a Poisson distribution with parameter λ. The characteristic function for the Poisson distribution is eλ(eit1). We show the characteristic function, E[exp(itk=1rnXnk)] converges to eλ(eit1), which implies the result.

logE[exp(itk=1rnXnk)]=k=1rnlog((1pnk)+pnkeit)=k=1rnlog(1pnk(1eit))=k=1rn(pnk(1eit)+O(pnk2)). By our assumptions, this converges to λ(eit1).

Problem 2

Let X1,X2,... be a sequence of i.i.d. random variables with uniform distribution on [0,1]. Prove that

limn(X1X2Xn)1/n

exists with probability one and compute its value.

Solution

Let Yn=(X1X2Xn)1/n.

log(Yn)=1nj=1nlog(Xj).

The random variables log(Xj) are i.i.d. with finite mean,

E[log(Xj)]=01log(t)dt=1.

Therefore, the strong law of large numbers implies 1nj=1nlog(Xj) converges with probability one to 1.

So almost surely, log(Yn) converges to 1 and Yn converges to e1.

Problem 3

Let {Xn|n=0,1,2,...} be a square integrable martingale with respect to a nested sequence of σ-fields {n}. Assume E[Xn]=0. Prove that

P[max1kn|Xk|>ϵ]E[Xn2]/ϵ2.

Solution

Since Xn is a martingale, |Xn| is a non-negative submartingale and E[|Xn|2]< since Xn is square integrable. Thus |Xn| meets the conditions for Doob's Martingale Inequality and the result follows.

Problem 4

The random variable X is defined on a probability space (Ω,,P). Let 𝒢1𝒢2 and assume X has finite variance. Prove that

E[(XE[X|𝒢2])2]E[(XE[X|𝒢1])2].

In words, the dispersion of X about its conditional mean becomes smaller as the σ-field grows.


Solution

E[(XE[X|𝒢1])2]=E[((XE[X|𝒢2])+(E[X|𝒢2]E[X|𝒢1]))2] =E[(XE[X|𝒢2])2]+E[(E[X|𝒢2]E[X|𝒢1])2]+2E[(XE[X|𝒢2])(E[X|𝒢2]E[X|𝒢1])]

We will show that the third term vanishes. Then since the second term is nonnegative, the result follows.


E[(XE[X|𝒢2])(E[X|𝒢2]E[X|𝒢1])]=E[E[(XE[X|𝒢2])(E[X|𝒢2]E[X|𝒢1])|𝒢2]] by the law of total probability.

E[(XE[X|𝒢2])(E[X|𝒢2]E[X|𝒢1])|𝒢2]=(E[X|𝒢2]E[X|𝒢1])E[(XE[X|𝒢2])|𝒢2], since (E[X|𝒢2]E[X|𝒢1]) is 𝒢2-measurable.

Finally, E[(XE[X|𝒢2])|𝒢2]=E[X|𝒢2]E[E[X|𝒢2]|𝒢2]=E[X|𝒢2]E[X|𝒢2]=0

Problem 5

Consider a sequence of random variables X1,X2, such that Xn=1 or 0. Assume P[X1=1]α and

P[Xn=1|X1,,Xn1]α>0 for n=2,3,

Prove that

(a.) P[Xn=1 for some n]=1.

(b). P[Xn=1 infinitely often]=1.

Solution

We show P[Xn=1 finitely often]=0.. If Xn=1 for only finitely many n, then there is a largest index T for which XT=1. We show in contrast that for all T, P[Xn=0 for all nT]=0.

First notice, P[X1=0](1α) and P[XT=0]=E[P[XT=0|X1,X2,,XT1]](1α) for T>1.

Then let An(T) be the event [XT+n1==XT=0], then P[Xn=0 for all nT]=P[An(T) occurs for all n].

Notice P[An(T)]=P[XT+n1=0|An1(T)]P[An1(T)](1α)P[An1(T)] for n =2,3, and P[A1(T)]=P[XT=0](1α). Therefore P[An(T)](1α)n and limnP[An(T)]=0. So P[Xn=0 for all nT]=0 and we reach the desired conclusion.

Problem 6

Let {N(t):t0} be a nonhomogeneous Poisson process. That is, N(0)=0 a.s., N(t) has independent increments, and N(t)N(s) has a Poisson distribution with parameter

stλ(u)du where 0st and the rate function λ(u) is a continuous positive function.

(a.) Find a continuous strictly increasing function h(t) such that the time-transformed process N~(t)=N(h(t)) is a homogeneous Poisson process with rate parameter 1.

(b.) Let T be the time until the first event in the nonhomogeneous process N(t). Compute P[T>t] and P[T>t|N(s)=n] where s>t

Solution

Template:BookCat