Convergence of Random Variables in Probability

cse63146
Messages
435
Reaction score
0

Homework Statement



Let the random variable Yn have the distribution b(n,p).

a)Prove that Yn/n converges in probability p.

b)Prove that 1 - Yn/n converges to 1 - p.

c)Prove that (Yn/n)(1 - Yn/n) converges in probability to p(1-p)

Homework Equations





The Attempt at a Solution



Note: when lim -> the limit of as n approaches infinity.

a) lim Yn/n = lim Yn * lim 1/n.

But the lim 1/n = 0 => lim Yn/n = 0. But it's supposed to converge to p.

Where did I make the mistake?
 
Physics news on Phys.org
You can't take the limit of the 1/n part independently of the Yn part.

That is like saying that

1 goes to 0 as n goes to infinity since

1=\frac{n}{n} = n \cdot \frac{1}{n} and that 1/n goes to 0!
 
a)Prove that Yn/n converges in probability p.

I assume you mean Yn/n converges in probability to p.

What is your defn of "converges in probability"? Are you supposed to show that for each \varepsilon>0,

P(|Y_n/n - p|\ge \varepsilon)\to 0 as n\to\infty?

Have you learned Chebyshev's inequality?
 
So I tried doing it with Yn, and I tried "splitting" the limits up:

lim n!/n! * lim(n-x!)-1 * lim px * lim(1-p)n * lim(1-p)-x * lim n-1

lim n!/n! = 1 so:

lim(n-x!)-1 * lim px * lim(1-p)n * lim(1-p)-x * lim n-1

Still stuck though.

Didn't see your message.

Chebyshev's inequality: P(|X - \mu |\geq k \sigma) \leq 1/k^2

would mu be np (because this is a binomial distribution)?
 
Last edited:
cse63146 said:
So I tried doing it with Yn, and I tried "splitting" the limits up:

lim n!/n! * lim(n-x!)-1 * lim px * lim(1-p)n * lim(1-p)-x * lim n-1

lim n!/n! = 1 so:

lim(n-x!)-1 * lim px * lim(1-p)n * lim(1-p)-x * lim n-1

Still stuck though.

This is not even close to the correct method. See my post above (which got posted while you were writing).
 
P(|\frac{Y_n}{n} - np |\geq p \sqrt{np(1-p)}) \leq \frac{1}{p^2}
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top