• No results found

Probability - short review

N/A
N/A
Protected

Academic year: 2021

Share "Probability - short review"

Copied!
6
0
0

Loading.... (view fulltext now)

Full text

(1)

Probability - short review

1

The Basics

Definition 1.1. A probability space has three components: 1. A setΩof possible outcomes.

2. A collection of events F, where each eventE ∈ F is a subset of Ω. An event containing a single element ofΩis calledbasic.

3. A probability functionPr :F →[0,1]satisfying: (a) Pr[Ω] = 1.

(b) For any countable sequence of pairwise mutually disjoint events{Ei}:

Pr[∪iEi] =

X

i

Pr[Ei].

Lemma 1.2. LetE1, E2 ∈ F be events (not necessarily disjoint), then

Pr[E1∪E2] = Pr[E1] + Pr[E2]−Pr[E1∩E2]. Proof:

Pr[E1] = Pr[E1\E1∩E2] + Pr[E1∩E2], and Pr[E2] = Pr[E2\E1∩E2] + Pr[E1∩E2], and

Pr[E1∪E2] = Pr[E1\E1∩E2] + Pr[E1∩E2] + Pr[E2\E1∩E2].

Hence, Pr[E1∪E2] = Pr[E1] + Pr[E2]−Pr[E1∩E2].

Corollary 1.3. For any countable sequence of events{Ei}:

Pr[∪iEi]≤

X

i

Pr[Ei].

Definition 1.4. EventsE, F are calledindependentifPr[E∩F] = Pr[E]·Pr[F]holds. Definition 1.5. Theconditional probabilityofEgivenF is defined as

Pr[E|F] = Pr[E∩F] Pr[F] .

(2)

Corollary 1.6. For independent eventsE, F:

Pr[E|F] = Pr[E]. Corollary 1.7(Bayes’ Rule). For any two eventsE, F:

Pr[E|F] = Pr[F|E]·Pr[E]

Pr[F]

Definition 1.8(Random Variables). A random variable is a functionX : Ω→R. For a (discrete) random variableX and a real number a, the event X = acorresponds to the set of basic events on which the variableXis assigned the valuea:

Pr[X=a] = X

ω∈Ω:X(ω)=a

Pr[ω].

2

Expectancy, Variance, and higher moments

Definition 2.1. Theexpectancy(orexpectationormean) of a (discrete) random variableXis E[X] =X

a

a·Pr[X=a].

Theorem 2.2(Linearity of Expectation). LetX, Y be random variables, then E[X+Y] =E[X] +E[Y].

Proof: E[X+Y] = X a X b (a+b) Pr[X =a∩Y =b] = X a aX b Pr[X=a∩Y =b] +X b bX a Pr[X=a∩Y =b] = X a aPr[X=a] +X b bPr[Y =b] = E[X] +E[Y].

Definition 2.3. Theconditional expectancyofXgiven eventE is E[X|E] =X

a

aPr[X=a|E].

Definition 2.4. Thet-th momentof a random variableXisE[Xt]. Definition 2.5. Thevarianceof a random variableXis

Var[X] =E[(X−E[X])2] =E[X2]−(E[X])2. The standard deviation is

σX =

p

(3)

Corollary 2.6. For independent random variablesX, Y :

E[X·Y] =E[X]·E[Y] and Var[X+Y] =Var[X] +Var[Y].

Definition 2.7(Moment Generating Function). Themoment generating functionof a random variableXis mX(t) =E[etX],

fort∈Rfor which the expectation exists. Noting thatex = 1 +x+x2 2 + x3 6 +· · ·= P∞ j=0 x j j!, we get that mX(t) = X i Pr[X =i]· ∞ X j=0 (xt)j j! = ∞ X j=0 X i Pr[X=i]·(xt) j j! = ∞ X j=0 E[xj]·t j j!. Derivating att= 0, we get that

djmX(t) dtj t=0 =E[xj], i.e., thejth moment ofX.

We will use the moment generating function in deriving bounds on the sum of independent random variables. LetS=P

iXiwhere the random variablesXiare independent. We get that

mS(t) =E[etS] =E[et· P iXi] =E[Y i etXi] =Y i E[etXi] =Y i mxi(t).

3

Continuous Variables

For a continuous random variableXdefine the probability density function (PDF) PDFX(x) : R→ R≥0

such that

Z ∞

−∞

PDFX(x)dx= 1. Informally, we will write

Pr[X ∈S] =

Z

S

PDFX(x)dx. The cumulative distribution function (CDF) ofXis the function defined as

CDF(x) = Pr[X < x] =

Z x

−∞

PDF(x)dx

4

Some Random Variables

Below are a list of random variables that we will repeatedly use in this course.

Bernoulli Random Variable. A discrete random variable. Xis called aBernoulli random variable, de-notedX ∼ Ber(p)ifX takes only two values0,1withp = Pr[X = 1]. The expectation of a Bernoulli random variable isE[X] =pand its variance isp−p2.

Bernoulli random variables are often called indicators. For any eventE we can associate a corresponding Bernoulli r.v. whereX= 1ifEholds, andX = 0otherwise.

(4)

Uniform [0,1]. When X is a r.v. chosen uniformly at random (u.a.r) from the interval [0,1], denoted

X ∼ U[0,1] then for anyx ∈ [0,1]we have thatPDF(x) = 1and0everywhere else (so the PDFindeed integrates to 1) and CDF(x) = x on the [0,1] interval. The expected value of X is E[X] = 1/2 and

Var[X] = 1/3−(1/2)2 = 1/12.

Exponential Random Variable. A continuous random variable X is called exponential, denotedX ∼

Exp(λ)if itsPDFis defined as: PDF(x) =λe−λxfor anyx ≥0. In this caseCDFX(x) = 1−e−λxfor anyx≥0, the expectationE[X] = 1/λand the varianceVar(X) = 1/λ2.

Laplace Random Variable. A continuous random variableX is calledLaplace, denotedX ∼ Lap(λ)

if its PDFis defined as: PDF(x) = 21λe−|x|/λ for anyx

R. Observe that one way to sample a r.v. X∼Lap(λ)is to pickY ∼Exp(1/λ)and then setX=Y w.p.1/2andX=−Y w.p.1/2. The mean of a Laplace random variable isE[X] = 0and its variance isVar(X) = 2λ2.

Gaussian Random Variable. A continuous random variableXis calledGaussian, denotedX ∼ N(µ, σ2)

if itsPDFis defined as:PDF(x) = √1 2πσ2e

−12(x−µ)2

for anyx∈R. The mean of a Gaussian random

vari-able is E[X] = µ and its variance is Var(X) = σ2. A r.v. X ∼ N(0,1)is called a normal random variable.

5

Tail inequalities

Theorem 5.1(Markov’s Inequality). For a non-negative random variableX, Pr[X≥a]≤ E[X]

a . Proof: Define a new random variable to be the indicator function:

I =

1 X ≥a

0 otherwise Note thatI ≤X/a, henceE[I]≤E[X]/a. We get:

Pr[X ≥a] = Pr[I = 1] =E[I]≤E[X]/a.

Theorem 5.2(Chebyshev Inequaltiy). For any random variableX, Pr[|X−E[X]|> a]≤ Var[X]

a2 Proof: LetY denote the (non-negative) r.v.Y = (X−E[X])2. Then

Pr[|X−E[X]|> a] = Pr[(X−E[X])2 > a2] = Pr[Y > a2]≤ E[Y]

a2 =

Var[X] a2

(5)

Theorem 5.3 (Chernoff-Hoeffding Inequalities). Let X1, . . . , Xn be independent random variables such

thatXi ∈[0,1]andE[Xi] =µand denoteS = n1Pni=1Xi. Then, for all >0:

(Hoeffding:) Pr[S > µ+]≤e−2n2 and Pr[S < µ−]≤e−2n2 (Chernoff:) Pr[S >(1 +)µ]≤e−nµ2/3 and Pr[S <(1−)µ]≤e−nµ2/2

5.1 Applying Tail Inequalities

Imagine we toss a fair coinn(many) times. We know that w.p.1/2we see Heads, which means that roughly

1/2of our tosses are likely to come out Heads and half should come out as Tails. So, what is the probability that we see a lot of heads? Say, more than 1+2 fraction of the tosses are Heads?

Let Xi be the Bernoulli random variable which is1if the i-th coin toss comes out Heads. LetX =

Pn

i=1Xi. Then for everyiwe have thatE[Xi] = 12 and because of Linearity of Expectation we have that

E[X] = n2. So now we can use Markov’s Inequality and deduce that

Pr[X > 1+2n]≤ n/2

n(1 +)/2 = 1 1 +

This bound is really not tight. First of all, it is pretty close to1. More importantly, it’s not improving withn. Let us now try to bound this event using Chebyshev. Well,Var[Xi] = 1/4for anyiand since all coin tosses are independent thenVar[X] =n/4. So we now how that

Pr[X > 1+2n]≤Pr[|X−n2|> n/2]≤ n/4

2n2/4 = 1 2n

This is already much better. It means that whenn= 2/2then this event happens w.p. <1/2. Yet, what if we want this probability to be really small? Not just1/2but rather1/20,000? This means we have to set

n= 20,000/2. In general, if we want this probability to be at mostδ, then we need to toss the coin1/δ2

times.

To improve on this, we use the Chernoff-Hoeffding bounds. We can use the Chernoff bound and deduce this probability is at most e−n2/6. So, if we want this probability to be at most δ then we need to set

n= 6 ln(1/δ)/2. Observe thatnnow depends onlog(1/δ)rather than1/δ. The Hoeffding bound gives a similar resultn=O(log(1/δ)/2.1

Why is this logarithmic dependence in δimportant? Imagine the following scenario. Preparing to the upcoming elections we are conducting a phone survey, and we ask randomly and independently chosen people whether they are pro or conkdifferent current issues. How many people do we need to survey to know the true answer forallqueries up to, say, 5%-error?

We formalize this problem as follows. Letndenote the size of our survey and for anyj∈ {1,2, . . . , k} we defineXij, which is a Bernoulli r.v. indicating whether thei-th person is supporting thej-th issue. Let

Xj = n1P

iX j

i. What isE[Xj] =E[X j

i]? That is the fraction of the people in the population that are favor of thej-th issue. Observe that since we pick the survey participants randomly, then for anyjit holds that {X1j, X2j, . . . , Xnj}are all mutually independent. (But do note thatXi1andXi2are not independent since it is the same person answering both questions.)

1

In general, this quadratic dependence on1/is unavoidable. However, if we know thatp= O()then the Chernoff bound outperforms the Heoffding bound: whereas the Hoeffding bound has dependence of−2, the Chernoff havendepending only on 1/.

(6)

Our goal is to lower-bound the probability Pr[∀j, |Xj −E[Xj]| ≤ ], which is equivalent to upper bounding the probabilityPr[∃j, |Xj E[Xj]|> ]. That is, we want to have it so thatnoquestion has a bad estimation.

Note that we can’t directly use Chernoff-Hoeffding, because not all events are independent. Instead, we can use the following argument. Fix j. Now the eventsX1j, . . . , Xnj are independent and we can use Hoeffding’s inequality to deduce that for one issue,Pr[|Xj E[Xj]|> ]<2e−2n2. The next step is to use the Union Bound — since if there exists aj s.t. |Xj −E[Xj]|> then thisjis either1, or2, or3,..., ork. So Pr[∃j, |Xj−E[Xj]|> ]≤ k X j=1 Pr[|Xj−E[Xj]|> ]≤2ke−2n2

Therefore, if we want that w.p.1−δall estimations to allkqueries are within an error ofis suffices to set

n= ln(2k/δ)/(22). In other words, if we want to be99%confident we know the answer to allkquestions up toaccuracy, then it suffices to have a sample of sizen=O(ln(k)/2).

This argument will recur quite frequently throughout the semester. We will often abbreviate it by saying “using Chernoff and union we get...”

References

Related documents

This training covers care manager fundamentals, key issues in geriatrics, and care and management of chronic disease. In particular, CM + care managers

Eligibility: Only students who have taken classes at The Ohio State University at Lima during the 2004-2005 academic year are eligible to submit an essay. Writing

1 Improved window energy efficiency calculated in a computer simulation using RESFEN 5.0 default parameters for a 2,000-square-foot existing single-story home when comparing a

Guided by the United Nations Sustainability Goals, FROEBEL constantly strives to provide early learning services which acknowledge and promote active participation in long

I want to thank you for staying connected with ProCare and for engaging in our class activities. Our children are getting better at understanding and recognizing the alphabet

We’re ready if you need extra help Our Warm Response Team (phone – 0808 172 6999) can tell you about assistance for vulnerable customers, any government help available, and

Through the death of the man Jesus, they would have the very quality of life, divine life, revealed in his death.. Jesus was calling them to radical discipleship that is similar

We’re fortunate to bring on Zurick as an owner of Mason Morse Ranch Company and continue our services helping clients with their farms, ranches and recreational land real estate