Probability and Statistics for Computer Science A major use of - - PowerPoint PPT Presentation

probability and statistics
SMART_READER_LITE
LIVE PREVIEW

Probability and Statistics for Computer Science A major use of - - PowerPoint PPT Presentation

Probability and Statistics for Computer Science A major use of probability in sta4s4cal inference is the upda4ng of probabili4es when certain events are observed Prof. M.H. DeGroot Credit: wikipedia Hongye Liu, Teaching


slide-1
SLIDE 1

ì

Probability and Statistics for Computer Science

“A major use of probability in sta4s4cal inference is the upda4ng of probabili4es when certain events are

  • bserved” – Prof. M.H.

DeGroot

Hongye Liu, Teaching Assistant Prof, CS361, UIUC, 9.10.2020 Credit: wikipedia

slide-2
SLIDE 2

Last time

slide-3
SLIDE 3

Objectives

✺ Condi4onal Probability

slide-4
SLIDE 4

Counting: how many ways?

slide-5
SLIDE 5

Warm up: which is larger?

slide-6
SLIDE 6

Conditional Probability

✺ The probability of A given B

P(A|B) = P(A ∩ B) P(B)

P(B) ̸= 0

The line-crossed area is the new sample space for condi4onal P(A| B)

slide-7
SLIDE 7

Joint Probability Calculation

⇒ P(A ∩ B) = P(A|B)P(B)

P(soup ∩ meat) = P(meat|soup)P(soup) = 0.5 × 0.8 = 0.4

slide-8
SLIDE 8

Bayes rule

✺ Given the defini4on of condi4onal

probability and the symmetry of joint probability, we have: And it leads to the famous Bayes rule:

P(A|B)P(B) = P(A ∩ B) = P(B ∩ A) = P(B|A)P(A)

P(A|B) = P(B|A)P(A) P(B)

slide-9
SLIDE 9

Total probability

A1 A2 A3

B

slide-10
SLIDE 10

Total probability general form

A1 A2 A3

B

slide-11
SLIDE 11

Total probability:

slide-12
SLIDE 12

Bayes rule using total prob.

slide-13
SLIDE 13

Bayes rule: rare disease test

P(D|T) = P(T|D)P(D) P(T) = P(T|D)P(D) P(T|D)P(D) + P(T|Dc)P(Dc) P(D|T)

There is a blood test for a rare disease. The

frequency of the disease is 1/100,000. If one has it, the test confirms it with probability 0.95. If one doesn't have, the test gives false posi4ve with probability 0.001. What is , the probability

  • f having disease given a posi4ve test result?

Using total prob.

slide-14
SLIDE 14

Bayes rule: rare disease test

P(D|T)

There is a blood test for a rare disease. The

frequency of the disease is 1/100,000. If one has it, the test confirms it with probability 0.95. If one doesn't have, the test gives false posi4ve with probability 0.001. What is , the probability

  • f having disease given a posi4ve test result?

P(D|T) = P(T|D)P(D) P(T|D)P(D) + P(T|Dc)P(Dc)

slide-15
SLIDE 15

Independence

✺ One defini4on:

Whether A happened doesn’t change

the probability of B and vice versa

P(A|B) = P(A) or P(B|A) = P(B)

slide-16
SLIDE 16

Independence: example

✺ Suppose that we have a fair coin and it is

tossed twice. let A be the event “the first toss is a head” and B the event “the two outcomes are the same.”

✺ These two events are independent!

slide-17
SLIDE 17

Independence

✺ Alterna4ve defini4on

P(A|B) = P(A) ⇒ P(A ∩ B) P(B) = P(A)

⇒ P(A ∩ B) = P(A)P(B)

LHS by defini4on

slide-18
SLIDE 18

Testing Independence:

✺ Suppose you draw one card from a

standard deck of cards. E1 is the event that the card is a King, Queen or Jack. E2 is the event the card is a Heart. Are E1 and E2 independent?

slide-19
SLIDE 19

Pairwise independence is not mutual independence in larger context

A1 A2 A4 A3

P(A1) = P(A2) = P(A3) = P(A4) = 1/4 A = A1 ∪ A2; P(A) = 1 2 B = A1 ∪ A3; P(B) = 1 2 C = A1 ∪ A4; P(C) = 1 2

P(ABC) is the shorthand for P(A ∩ B ∩ C)

*

slide-20
SLIDE 20

Mutual independence

✺ Mutual independence of a collec4on

  • f events is :

✺ It’s very strong independence!

j, k, ...p ̸= i A1, A2, A3...An

P(Ai|AjAk...Ap) = P(Ai)

slide-21
SLIDE 21

Probability using the property of Independence: Airline overbooking (1)

✺ An airline has a flight with 6 seats. They

always sell 7 4ckets for this flight. If 4cket holders show up independently with probability p, what is the probability that the flight is overbooked ?

slide-22
SLIDE 22

Probability using the property of Independence: Airline overbooking (1)

✺ An airline has a flight with 6 seats. They

always sell 7 4ckets for this flight. If 4cket holders show up independently with probability p, what is the probability that the flight is overbooked ?

P( 7 passengers showed up)

slide-23
SLIDE 23

Probability using the property of Independence: Airline overbooking (2)

✺ An airline has a flight with 6 seats. They

always sell 8 4ckets for this flight. If 4cket holders show up independently with probability p, what is the probability that exactly 6 people showed up?

P(6 people showed up) =

slide-24
SLIDE 24

Probability using the property of Independence: Airline overbooking (3)

✺ An airline has a flight with 6 seats. They

always sell 8 4ckets for this flight. If 4cket holders show up independently with probability p, what is the probability that the flight is overbooked ?

P( overbooked) =

slide-25
SLIDE 25

Probability using the property of Independence: Airline overbooking (4)

✺ An airline has a flight with s seats. They

always sell t (t>s) 4ckets for this flight. If 4cket holders show up independently with probability p, what is the probability that exactly u people showed up?

P( exactly u people showed up)

slide-26
SLIDE 26

Probability using the property of Independence: Airline overbooking (5)

✺ An airline has a flight with s seats. They

always sell t (t>s) 4ckets for this flight. If 4cket holders show up independently with probability p, what is the probability that the flight is overbooked ?

P( overbooked)

slide-27
SLIDE 27

Independence vs Disjoint

✺ Q. Two disjoint events that have

probability> 0 are certainly dependent to each other.

  • A. True
  • B. False
slide-28
SLIDE 28

Independence of empty event

✺ Q. Any event is independent of

empty event B.

  • A. True
  • B. False
slide-29
SLIDE 29

Condition may affect Independence

✺ Assume event A and B are pairwise

independent A B C Given C, A and B are not independent any more because they become disjoint

slide-30
SLIDE 30

Conditional Independence

✺ Event A and B are condi4onal

independent given event C if the following is true.

P(A ∩ B|C) = P(A|C)P(B|C)

See an example in Degroot et al. Example 2.2.10

slide-31
SLIDE 31

Assignments

✺ HW3 ✺ Finish Chapter 3 of the textbook ✺ Next 4me: Random variable

slide-32
SLIDE 32

Additional References

✺ Charles M. Grinstead and J. Laurie Snell

"Introduc4on to Probability”

✺ Morris H. Degroot and Mark J. Schervish

"Probability and Sta4s4cs”

slide-33
SLIDE 33

Another counting problem

✺ There are several (>10) freshmen,

sophomores, juniors and seniors in a

  • dormitory. In how many ways can a team of 10

students be chosen to represent the dorm? There are no dis4nc4on to make between each individual student other than their year in school.

slide-34
SLIDE 34

See you next time

See You!