UMD Probability Qualifying Exams/Aug2006Probability

From testwiki
Jump to navigation Jump to search

Problem 1

Consider a four state Markov chain with state space {1,2,3,4}, initial state X0=1, and transition probability matrix

(1/41/41/41/41/61/31/61/300100001)

(a) Compute limnP(Xn=3).

(b) Let τ=inf{n0:Xn{3,4}}. Compute E(τ).


Solution

Template:BookCat



Problem 2

If X1,...,Xn are independent uniformly distributed random variables on [0,1], then let X(2),n be the second smallest among these numbers. Find a nonrandom sequence an such that Tn=anlogX(2),n converges in distribution, and compute the limiting distribution.


Solution

P(Tnx)=P(eanlogX(2),nex)=P(eanX(2),nex)=P(X(2),neanx)=n(1eanx)n1eanx+(1e1nx)n

The two terms on the right hand side look like the limit definition of the exponential function. Can we choose an appropriately so that it is?

Let an=logn. Then P(Tnx)=n(11nex)n11nex+(11nex)neexex+eex

This is the distribution of limnTn.

Problem 3

Suppose that the real-valued random variables ξ,η are independent, that ξ has a bounded density p(x) (for x, with respect to Lebesgue measure), and that η is integer valued.

(a) Prove that ζ=ξ+η has a density.

(b) Calculate the density of ζ in the case where ξ Uniform[0,1] and η Poisson(1).



Solution

(a)

P(ζx)=P(ξxη)=n=P(η=n)xnpξ(t)dt=limNn=NNP(η=n)xnpξ(t)dt=limNn=NNP(η=n)xpξ(tn)dt=limNxn=NNP(η=n)pξ(tn)dt=xn=P(η=n)pξ(tn)dt

where the last equality follows from Monotone Convergence Theorem.

Hence, we have shown explicitly that ζ has a density and it is given by qζ(t)=n=P(η=n)pξ(tn).


(b) When ξ Uniform[0,1] and η Poisson(1), we have pξ(x)=X[0,1](x) and pη(k)=1k!e with support on k=0,1,2,....

Then from part (a), the density will be

qζ(x)=n=pη(n)pξ(xn)=n=01k!eX[0,1](x).

Problem 4

Let (N(t),t0) be a Poisson process with unit rate, and let

Wm,n=k=1nI{N(mkn)N(m(k1)n)2}

where I(A) is the indicator of the event A.

(a) Find a formula for E(Wm,n) in terms of m,n.

(b) Show that if m=nα with α>1/2 a fixed constant, then Wm,n in probability.


Solution

(a)

We know that N(mkn)N(m(k1)n) is distributed as Poisson with parameter m/n. So

P(N(mkn)N(m(k1)n)2)=1P(N(mkn)N(m(k1)n)=1 or 2)=1em/nmnem/n

Then E(Wm,n)=E[k=1nI(N(mkn)N(m(k1)n)2)=k=1nE(I(N(mkn)N(m(k1)n)2)) by linearity=k=1nP(N(mkn)N(m(k1)n)2)=n(1em/nmnem/n)=nem/n(n+m)


(b)

If limnWn,nα= then we must have I(N(mkn)N(m(k1)n)2)=0 only finitely often. The probability of this even (from part a) is enα1(1+nα1).

This decays to 0 for α>1. Then clearly, we see that the probability of limnWn,nα= is equal to 1.

I don't know how to show the result for 1/2<α<1...

Problem 5

Let X0=0 and for n1,Xn=j=1nξj where the r.v.'s ξj are i.i.d. with P(ξj=2)=1/4,P(ξj=1)=3/4.

(a) Prove that there exist constants a,b such that Yn=Xnan and Zn=exp(bXn) are martingales.

(b) If τ=inf{n1:Xn=3}, then prove that τ< almost surely and find E(τ).

(c) Prove that exp(bXn) is not a uniformly integrable martingale.

Solution

(a)

We want Yn=E[Yn+1|n]. We can compute both sides of this equation explicitly.

Xnan=E[Xn+1a(n+1)|Xn]=(Xn2)14+(Xn+1)34a(n+1)=Xn+1/4ana

Thus if we want this equality to hold we must have a=1/4.

Similarly, if we want Zn=E[Zn+1|n] then

ebXn=E[ebXn+1|Xn]=14eb(Xn2)+34eb(Xn+1)=ebXn(14e2b+34eb)

We can easily check that b=0 gives a trivial solution to the equation. Using the substitution x=eb we can find another solution for b. We should get b=log(1+13)log(6)<0.

(b)

We've just shown that Yn=Xn14n is a martingale. Thus, E[Yn|Y0]=E[Y0]=0. Then since each ξ is i.i.d., we can apply the Strong Law of Large Numbers to say 1/n(Xnn/4)0 almost surely. In other words, Xn almost surely and so certainly τ< almost surely.

Now to calculate E[τ]. We introduce new notation: let τk(x)=inf{n1:Xn=k,X0=x}. Then E[τn(0)]=34(1+E[τn(1)])+14(1+E[τn(2)])=34(1+E[τn1(0)])+14(1+E[τn+2(0)])=1+34τn1(0)+14τn+2(0)

by a symmetry argument.

So we can write E[τ1(0)]=1+340+14τ3(0). But I don't know how to calculate E[τ1(0)]....

(c)

Recall from part (a) that the nontrivial solution for b must be some negative number. Then limnZn1 almost surely by part (a) as well.

However, Zn=ebXn1=E[Z|n]. This by the definition, means the martingale is not right closable. A martingale is right-closable iff uniformly integrable. Thus, we're done.

Problem 6



Solution