SlideShare ist ein Scribd-Unternehmen logo
1 von 20
1
Probability
Introduction to Probability,
Conditional Probability
Introduction
2
• Probability is the study of randomness and
uncertainty of any outcome.
• In the early days, probability was associated with
games of chance (gambling).
3
Simple Games Involving Probability
Game: A fair die is rolled. If the result is 2, 3, or 4, you win
$1; if it is 5, you win $2; but if it is 1 or 6, you lose $3.
Should you play this game?
Why do we need Probability?
• We have several graphical and numerical
statistics for summarizing our data
• We want to make probability statements
about the significance of our statistics
• Eg. In MSPH class, mean (height) = 5.4 feet
• What is the chance that the true height of MSPH
students is between 5 feet and 6 feet ?
Deterministic vs. Random Processes
• In deterministic processes, the outcome can be
predicted exactly in advance
• Eg. Force = mass x acceleration. If we are given
values for mass and acceleration, we exactly know
the value of force
• In random processes, the outcome is not
known exactly, but we can still describe the
probability distribution of possible outcomes
• Eg. 10 coin tosses: we don’t know exactly how
many heads we will get, but we can calculate the
probability of getting a certain number of heads
Random Experiment…
• …a random experiment is an action or
process that leads to one of several possible
outcomes/events. For example:
Experiment Outcomes
Flip a coin Heads, Tails
Exam Marks Numbers: 0, 1, 2, ..., 100
Assembly Time t > 0 seconds
Course Grades F, D, C, B, A, A+
Events
• An event is an outcome or a set of outcomes of
a random process/experiment
Example: Tossing a coin three times
Event A = getting exactly two heads = {HTH, HHT, THH}
Example: Picking real number X between 1 and 20
Event A = chosen number is at most 8.23 = {X ≤ 8.23}
Example: Tossing a fair dice
Event A = result is an even number = {2, 4, 6}
• Notation: P(A) = Probability of event A
Sample Space
• The sample space S of a random process is
the set of all possible outcomes
Example: one coin toss
S = {H,T}
Example: three coin tosses
S = {HHH, HTH, HHT, TTT, HTT, THT, TTH, THH}
Example: roll a six-sided dice
S = {1, 2, 3, 4, 5, 6}
Example: Pick a real number X between 1 and 20
S = all real numbers between 1 and 20
Rules (Axioms) of Probability
Rule 1: 0 ≤ P(A) ≤ 1 for any event A
Rule 2: The probability of the whole sample space is 1
P(S) = 1
Rule 3: P(Ac
) = 1 - P(A)
Rule 4: If A and B are disjoint events then
P(A or B) = P(A) + P(B)
Rule 5: If A and B are independent
P(A and B) = P(A) x P(B)
11
Combinations of Events
• The complement Ac
of an event A is the event that A
does not occur
• Probability Rule 3:
P(Ac
) = 1 - P(A)
• The union of two events A and B is the event that
either A or B or both occurs
• The intersection of two events A and B is the event
that both A and B occur
Event A Complement of A Union of A and B Intersection of A and B
12
Disjoint Events
• Two events are called disjoint if they can not
happen at the same time
• Events A and B are disjoint means that the
intersection of A and B is zero
• Example: coin is tossed twice
• S = {HH,TH,HT,TT}
• Events A={HH} and B={TT} are disjoint
• Events A={HH,HT} and B = {HH} are not disjoint
13
Independent events
• Events A and B are independent if knowing that A
occurs does not affect the probability that B occurs
• Example: tossing two coins
Event A = first coin is a head
Event B = second coin is a head
• Disjoint events cannot be independent!
• If A and B can not occur together (disjoint), then knowing that
A occurs does change probability that B occurs
• Probability Rule 5: If A and B are independent
P(A and B) = P(A) x P(B)
Independent
multiplication rule for independent events
14
Equally Likely Outcomes Rule
• If all possible outcomes from a random process
have the same probability, then
• P(A) = (# of outcomes in A)/(# of outcomes in S)
• Example: One Dice Tossed
P(even number) = |2,4,6| / |1,2,3,4,5,6|
The AND Rule of Probability
• The probability of 2 independent events both happening
is the product of their individual probabilities.
• Called the AND rule because “this event happens AND
that event happens”.
• For example, what is the probability of rolling a 2 on one
die and a 2 on a second die? For each event, the
probability is 1/6, so the probability of both happening is
1/6 x 1/6 = 1/36.
• Note that the events have to be independent: they can’t
affect each other’s probability of occurring. An example
of non-independence: you have a hat with a red ball and
a green ball in it. The probability of drawing out the red
ball is 1/2, same as the chance of drawing a green ball.
However, once you draw the red ball out, the chance of
getting another red ball is 0 and the chance of a green
ball is 1.
The OR Rule of Probability
• The probability that either one of 2
different events will occur is the sum of
their separate probabilities.
• For example, the chance of rolling
either a 2 or a 3 on a die is 1/6 + 1/6 =
1/3.
NOT Rule
• The chance of an event not happening
is 1 minus the chance of it happening.
• For example, the chance of not getting
a 2 on a die is 1 - 1/6 = 5/6.
• This rule can be very useful.
Sometimes complicated problems are
greatly simplified by examining them
backwards.
18
Conditional Probabilities
• The notion of conditional probability can be
found in many different types of problems
• Eg. imperfect diagnostic test for a disease
• What is probability that a person has the
disease? Answer: 40/100 = 0.4
• What is the probability that a person has the
disease given that they tested positive?
More Complicated !
Disease + Disease - Total
Test + 30 10 40
Test - 10 50 60
Total 40 60 100
19
Definition: Conditional Probability
• Let A and B be two events in sample space
• The conditional probability that event B occurs
given that event A has occurred is:
P(A|B) = P(A and B) / P(B)
• Eg. probability of disease given test positive
P(disease +| test +) = P(disease + and test +) / P(test +) = (30/100)/(40/100) =.75
20

Weitere ähnliche Inhalte

Was ist angesagt?

Probability Concepts Applications
Probability Concepts  ApplicationsProbability Concepts  Applications
Probability Concepts Applicationsguest44b78
 
Introduction to Probability and Probability Distributions
Introduction to Probability and Probability DistributionsIntroduction to Probability and Probability Distributions
Introduction to Probability and Probability DistributionsJezhabeth Villegas
 
Binomial probability distributions ppt
Binomial probability distributions pptBinomial probability distributions ppt
Binomial probability distributions pptTayab Ali
 
Basic probability concept
Basic probability conceptBasic probability concept
Basic probability conceptMmedsc Hahm
 
Standard normal distribution
Standard normal distributionStandard normal distribution
Standard normal distributionNadeem Uddin
 
Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probabilityIkhlas Rahman
 
Fundamentals Probability 08072009
Fundamentals Probability 08072009Fundamentals Probability 08072009
Fundamentals Probability 08072009Sri Harsha gadiraju
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITYVIV13
 
Basic probability Concepts and its application By Khubaib Raza
Basic probability Concepts and its application By Khubaib RazaBasic probability Concepts and its application By Khubaib Raza
Basic probability Concepts and its application By Khubaib Razakhubiab raza
 
Basic Probability
Basic Probability Basic Probability
Basic Probability kaurab
 
Probability Distribution
Probability DistributionProbability Distribution
Probability DistributionSagar Khairnar
 
Geometric Distribution
Geometric DistributionGeometric Distribution
Geometric DistributionRatul Basak
 

Was ist angesagt? (20)

Probability Concepts Applications
Probability Concepts  ApplicationsProbability Concepts  Applications
Probability Concepts Applications
 
Probability
ProbabilityProbability
Probability
 
Introduction to Probability and Probability Distributions
Introduction to Probability and Probability DistributionsIntroduction to Probability and Probability Distributions
Introduction to Probability and Probability Distributions
 
Binomial probability distributions ppt
Binomial probability distributions pptBinomial probability distributions ppt
Binomial probability distributions ppt
 
Basic probability concept
Basic probability conceptBasic probability concept
Basic probability concept
 
Standard normal distribution
Standard normal distributionStandard normal distribution
Standard normal distribution
 
Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probability
 
Probability
ProbabilityProbability
Probability
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
Fundamentals Probability 08072009
Fundamentals Probability 08072009Fundamentals Probability 08072009
Fundamentals Probability 08072009
 
Probability
ProbabilityProbability
Probability
 
Intro to probability
Intro to probabilityIntro to probability
Intro to probability
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITY
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
Basic probability Concepts and its application By Khubaib Raza
Basic probability Concepts and its application By Khubaib RazaBasic probability Concepts and its application By Khubaib Raza
Basic probability Concepts and its application By Khubaib Raza
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITY
 
Basic Probability
Basic Probability Basic Probability
Basic Probability
 
Probability Distribution
Probability DistributionProbability Distribution
Probability Distribution
 
Binomial probability distributions
Binomial probability distributions  Binomial probability distributions
Binomial probability distributions
 
Geometric Distribution
Geometric DistributionGeometric Distribution
Geometric Distribution
 

Andere mochten auch

Probability basics
Probability   basicsProbability   basics
Probability basicsSavi Arora
 
STAT: Random experiments(2)
STAT: Random experiments(2)STAT: Random experiments(2)
STAT: Random experiments(2)Tuenti SiIx
 
Basics of probability
Basics of probabilityBasics of probability
Basics of probabilitysuncil0071
 
traditional games
traditional gamestraditional games
traditional gamesMrope Sady
 
Probability - Independent & Dependent Events
Probability - Independent & Dependent EventsProbability - Independent & Dependent Events
Probability - Independent & Dependent EventsBitsy Griffin
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probabilityrey castro
 
Introduction to random variables
Introduction to random variablesIntroduction to random variables
Introduction to random variablesHadley Wickham
 
Random Experiment, Sample Space, Events
Random Experiment, Sample Space, EventsRandom Experiment, Sample Space, Events
Random Experiment, Sample Space, EventsSandeep Patel
 
Math10 teaching guide unit 3
Math10 teaching guide  unit 3Math10 teaching guide  unit 3
Math10 teaching guide unit 3Ronalyn Concordia
 

Andere mochten auch (15)

Probability game
Probability gameProbability game
Probability game
 
Probability basics
Probability   basicsProbability   basics
Probability basics
 
STAT: Random experiments(2)
STAT: Random experiments(2)STAT: Random experiments(2)
STAT: Random experiments(2)
 
Stats chapter 6
Stats chapter 6Stats chapter 6
Stats chapter 6
 
Basics of probability
Basics of probabilityBasics of probability
Basics of probability
 
traditional games
traditional gamestraditional games
traditional games
 
Probability - Independent & Dependent Events
Probability - Independent & Dependent EventsProbability - Independent & Dependent Events
Probability - Independent & Dependent Events
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probability
 
Introduction to random variables
Introduction to random variablesIntroduction to random variables
Introduction to random variables
 
Maths probability
Maths probabilityMaths probability
Maths probability
 
Probability and statistics
Probability and statisticsProbability and statistics
Probability and statistics
 
Game Mechanics
Game MechanicsGame Mechanics
Game Mechanics
 
Game-Based Learning
Game-Based LearningGame-Based Learning
Game-Based Learning
 
Random Experiment, Sample Space, Events
Random Experiment, Sample Space, EventsRandom Experiment, Sample Space, Events
Random Experiment, Sample Space, Events
 
Math10 teaching guide unit 3
Math10 teaching guide  unit 3Math10 teaching guide  unit 3
Math10 teaching guide unit 3
 

Ähnlich wie probability

Ähnlich wie probability (20)

Tp4 probability
Tp4 probabilityTp4 probability
Tp4 probability
 
Probability..
Probability..Probability..
Probability..
 
Class 11 Basic Probability.pptx
Class 11 Basic Probability.pptxClass 11 Basic Probability.pptx
Class 11 Basic Probability.pptx
 
Chapter7ppt.pdf
Chapter7ppt.pdfChapter7ppt.pdf
Chapter7ppt.pdf
 
Claas 11 Basic Probability.pptx
Claas 11 Basic Probability.pptxClaas 11 Basic Probability.pptx
Claas 11 Basic Probability.pptx
 
Probability By Ms Aarti
Probability By Ms AartiProbability By Ms Aarti
Probability By Ms Aarti
 
Probability
Probability    Probability
Probability
 
The probability life saver...
The probability life saver...The probability life saver...
The probability life saver...
 
Probability
ProbabilityProbability
Probability
 
Statistical computing 1
Statistical computing 1Statistical computing 1
Statistical computing 1
 
What is Probability uses define types full
What is Probability uses define types fullWhat is Probability uses define types full
What is Probability uses define types full
 
Achint probability powerpoint
Achint probability powerpointAchint probability powerpoint
Achint probability powerpoint
 
603-probability mj.pptx
603-probability mj.pptx603-probability mj.pptx
603-probability mj.pptx
 
probability-180324013552.pptx
probability-180324013552.pptxprobability-180324013552.pptx
probability-180324013552.pptx
 
Probability theory
Probability theoryProbability theory
Probability theory
 
Probability of 8th.
Probability of 8th.Probability of 8th.
Probability of 8th.
 
Unit 2 Probability
Unit 2 ProbabilityUnit 2 Probability
Unit 2 Probability
 
Stat.pptx
Stat.pptxStat.pptx
Stat.pptx
 
lesson4-intrduction to probability grade10
lesson4-intrduction to probability grade10lesson4-intrduction to probability grade10
lesson4-intrduction to probability grade10
 
Probability Theory for Data Scientists
Probability Theory for Data ScientistsProbability Theory for Data Scientists
Probability Theory for Data Scientists
 

Mehr von Dr.Muhammad Omer (14)

Food quality
Food  quality Food  quality
Food quality
 
Arthropods
ArthropodsArthropods
Arthropods
 
Occupational hazards
Occupational hazardsOccupational hazards
Occupational hazards
 
Introduction biostatistics
Introduction biostatisticsIntroduction biostatistics
Introduction biostatistics
 
Levels of prevention
Levels of preventionLevels of prevention
Levels of prevention
 
Iceberg of disease
Iceberg of diseaseIceberg of disease
Iceberg of disease
 
Elimination & edradication
Elimination & edradicationElimination & edradication
Elimination & edradication
 
Snake bite and its management
Snake bite and its managementSnake bite and its management
Snake bite and its management
 
Role of doctor in schoo l health services
Role of doctor in schoo l health servicesRole of doctor in schoo l health services
Role of doctor in schoo l health services
 
National disease control program
National disease control programNational disease control program
National disease control program
 
Epi program (blood)
Epi program (blood)Epi program (blood)
Epi program (blood)
 
Dog bite (rabies)
Dog bite (rabies)Dog bite (rabies)
Dog bite (rabies)
 
Dengue
DengueDengue
Dengue
 
Cancer
CancerCancer
Cancer
 

Kürzlich hochgeladen

Premium Call Girls Cottonpet Whatsapp 7001035870 Independent Escort Service
Premium Call Girls Cottonpet Whatsapp 7001035870 Independent Escort ServicePremium Call Girls Cottonpet Whatsapp 7001035870 Independent Escort Service
Premium Call Girls Cottonpet Whatsapp 7001035870 Independent Escort Servicevidya singh
 
VIP Call Girls Indore Kirti 💚😋 9256729539 🚀 Indore Escorts
VIP Call Girls Indore Kirti 💚😋  9256729539 🚀 Indore EscortsVIP Call Girls Indore Kirti 💚😋  9256729539 🚀 Indore Escorts
VIP Call Girls Indore Kirti 💚😋 9256729539 🚀 Indore Escortsaditipandeya
 
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...Taniya Sharma
 
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋TANUJA PANDEY
 
College Call Girls in Haridwar 9667172968 Short 4000 Night 10000 Best call gi...
College Call Girls in Haridwar 9667172968 Short 4000 Night 10000 Best call gi...College Call Girls in Haridwar 9667172968 Short 4000 Night 10000 Best call gi...
College Call Girls in Haridwar 9667172968 Short 4000 Night 10000 Best call gi...perfect solution
 
Call Girls Gwalior Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Gwalior Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Gwalior Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Gwalior Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...
Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...
Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...tanya dube
 
Call Girls Varanasi Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Varanasi Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Varanasi Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Varanasi Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
All Time Service Available Call Girls Marine Drive 📳 9820252231 For 18+ VIP C...
All Time Service Available Call Girls Marine Drive 📳 9820252231 For 18+ VIP C...All Time Service Available Call Girls Marine Drive 📳 9820252231 For 18+ VIP C...
All Time Service Available Call Girls Marine Drive 📳 9820252231 For 18+ VIP C...Arohi Goyal
 
Call Girls Jabalpur Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Jabalpur Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Jabalpur Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Jabalpur Just Call 8250077686 Top Class Call Girl Service AvailableDipal Arora
 
Lucknow Call girls - 8800925952 - 24x7 service with hotel room
Lucknow Call girls - 8800925952 - 24x7 service with hotel roomLucknow Call girls - 8800925952 - 24x7 service with hotel room
Lucknow Call girls - 8800925952 - 24x7 service with hotel roomdiscovermytutordmt
 
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...Genuine Call Girls
 
Russian Escorts Girls Nehru Place ZINATHI 🔝9711199012 ☪ 24/7 Call Girls Delhi
Russian Escorts Girls  Nehru Place ZINATHI 🔝9711199012 ☪ 24/7 Call Girls DelhiRussian Escorts Girls  Nehru Place ZINATHI 🔝9711199012 ☪ 24/7 Call Girls Delhi
Russian Escorts Girls Nehru Place ZINATHI 🔝9711199012 ☪ 24/7 Call Girls DelhiAlinaDevecerski
 
Call Girls Haridwar Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Haridwar Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Haridwar Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Haridwar Just Call 8250077686 Top Class Call Girl Service AvailableDipal Arora
 
Call Girls Kochi Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Kochi Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Kochi Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Kochi Just Call 8250077686 Top Class Call Girl Service AvailableDipal Arora
 
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...Dipal Arora
 
Call Girls Gwalior Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Gwalior Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Gwalior Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Gwalior Just Call 8617370543 Top Class Call Girl Service AvailableDipal Arora
 
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 6297143586 𖠋 Will You Mis...
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 6297143586 𖠋 Will You Mis...The Most Attractive Hyderabad Call Girls Kothapet 𖠋 6297143586 𖠋 Will You Mis...
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 6297143586 𖠋 Will You Mis...chandars293
 
Book Paid Powai Call Girls Mumbai 𖠋 9930245274 𖠋Low Budget Full Independent H...
Book Paid Powai Call Girls Mumbai 𖠋 9930245274 𖠋Low Budget Full Independent H...Book Paid Powai Call Girls Mumbai 𖠋 9930245274 𖠋Low Budget Full Independent H...
Book Paid Powai Call Girls Mumbai 𖠋 9930245274 𖠋Low Budget Full Independent H...Call Girls in Nagpur High Profile
 
Call Girls Bangalore Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Bangalore Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Bangalore Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Bangalore Just Call 8250077686 Top Class Call Girl Service AvailableDipal Arora
 

Kürzlich hochgeladen (20)

Premium Call Girls Cottonpet Whatsapp 7001035870 Independent Escort Service
Premium Call Girls Cottonpet Whatsapp 7001035870 Independent Escort ServicePremium Call Girls Cottonpet Whatsapp 7001035870 Independent Escort Service
Premium Call Girls Cottonpet Whatsapp 7001035870 Independent Escort Service
 
VIP Call Girls Indore Kirti 💚😋 9256729539 🚀 Indore Escorts
VIP Call Girls Indore Kirti 💚😋  9256729539 🚀 Indore EscortsVIP Call Girls Indore Kirti 💚😋  9256729539 🚀 Indore Escorts
VIP Call Girls Indore Kirti 💚😋 9256729539 🚀 Indore Escorts
 
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...
 
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
 
College Call Girls in Haridwar 9667172968 Short 4000 Night 10000 Best call gi...
College Call Girls in Haridwar 9667172968 Short 4000 Night 10000 Best call gi...College Call Girls in Haridwar 9667172968 Short 4000 Night 10000 Best call gi...
College Call Girls in Haridwar 9667172968 Short 4000 Night 10000 Best call gi...
 
Call Girls Gwalior Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Gwalior Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Gwalior Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Gwalior Just Call 9907093804 Top Class Call Girl Service Available
 
Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...
Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...
Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...
 
Call Girls Varanasi Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Varanasi Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Varanasi Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Varanasi Just Call 9907093804 Top Class Call Girl Service Available
 
All Time Service Available Call Girls Marine Drive 📳 9820252231 For 18+ VIP C...
All Time Service Available Call Girls Marine Drive 📳 9820252231 For 18+ VIP C...All Time Service Available Call Girls Marine Drive 📳 9820252231 For 18+ VIP C...
All Time Service Available Call Girls Marine Drive 📳 9820252231 For 18+ VIP C...
 
Call Girls Jabalpur Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Jabalpur Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Jabalpur Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Jabalpur Just Call 8250077686 Top Class Call Girl Service Available
 
Lucknow Call girls - 8800925952 - 24x7 service with hotel room
Lucknow Call girls - 8800925952 - 24x7 service with hotel roomLucknow Call girls - 8800925952 - 24x7 service with hotel room
Lucknow Call girls - 8800925952 - 24x7 service with hotel room
 
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
 
Russian Escorts Girls Nehru Place ZINATHI 🔝9711199012 ☪ 24/7 Call Girls Delhi
Russian Escorts Girls  Nehru Place ZINATHI 🔝9711199012 ☪ 24/7 Call Girls DelhiRussian Escorts Girls  Nehru Place ZINATHI 🔝9711199012 ☪ 24/7 Call Girls Delhi
Russian Escorts Girls Nehru Place ZINATHI 🔝9711199012 ☪ 24/7 Call Girls Delhi
 
Call Girls Haridwar Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Haridwar Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Haridwar Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Haridwar Just Call 8250077686 Top Class Call Girl Service Available
 
Call Girls Kochi Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Kochi Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Kochi Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Kochi Just Call 8250077686 Top Class Call Girl Service Available
 
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...
Best Rate (Guwahati ) Call Girls Guwahati ⟟ 8617370543 ⟟ High Class Call Girl...
 
Call Girls Gwalior Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Gwalior Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Gwalior Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Gwalior Just Call 8617370543 Top Class Call Girl Service Available
 
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 6297143586 𖠋 Will You Mis...
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 6297143586 𖠋 Will You Mis...The Most Attractive Hyderabad Call Girls Kothapet 𖠋 6297143586 𖠋 Will You Mis...
The Most Attractive Hyderabad Call Girls Kothapet 𖠋 6297143586 𖠋 Will You Mis...
 
Book Paid Powai Call Girls Mumbai 𖠋 9930245274 𖠋Low Budget Full Independent H...
Book Paid Powai Call Girls Mumbai 𖠋 9930245274 𖠋Low Budget Full Independent H...Book Paid Powai Call Girls Mumbai 𖠋 9930245274 𖠋Low Budget Full Independent H...
Book Paid Powai Call Girls Mumbai 𖠋 9930245274 𖠋Low Budget Full Independent H...
 
Call Girls Bangalore Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Bangalore Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Bangalore Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Bangalore Just Call 8250077686 Top Class Call Girl Service Available
 

probability

  • 2. Introduction 2 • Probability is the study of randomness and uncertainty of any outcome. • In the early days, probability was associated with games of chance (gambling).
  • 3. 3 Simple Games Involving Probability Game: A fair die is rolled. If the result is 2, 3, or 4, you win $1; if it is 5, you win $2; but if it is 1 or 6, you lose $3. Should you play this game?
  • 4. Why do we need Probability? • We have several graphical and numerical statistics for summarizing our data • We want to make probability statements about the significance of our statistics • Eg. In MSPH class, mean (height) = 5.4 feet • What is the chance that the true height of MSPH students is between 5 feet and 6 feet ?
  • 5. Deterministic vs. Random Processes • In deterministic processes, the outcome can be predicted exactly in advance • Eg. Force = mass x acceleration. If we are given values for mass and acceleration, we exactly know the value of force • In random processes, the outcome is not known exactly, but we can still describe the probability distribution of possible outcomes • Eg. 10 coin tosses: we don’t know exactly how many heads we will get, but we can calculate the probability of getting a certain number of heads
  • 6. Random Experiment… • …a random experiment is an action or process that leads to one of several possible outcomes/events. For example: Experiment Outcomes Flip a coin Heads, Tails Exam Marks Numbers: 0, 1, 2, ..., 100 Assembly Time t > 0 seconds Course Grades F, D, C, B, A, A+
  • 7. Events • An event is an outcome or a set of outcomes of a random process/experiment Example: Tossing a coin three times Event A = getting exactly two heads = {HTH, HHT, THH} Example: Picking real number X between 1 and 20 Event A = chosen number is at most 8.23 = {X ≤ 8.23} Example: Tossing a fair dice Event A = result is an even number = {2, 4, 6} • Notation: P(A) = Probability of event A
  • 8. Sample Space • The sample space S of a random process is the set of all possible outcomes Example: one coin toss S = {H,T} Example: three coin tosses S = {HHH, HTH, HHT, TTT, HTT, THT, TTH, THH} Example: roll a six-sided dice S = {1, 2, 3, 4, 5, 6} Example: Pick a real number X between 1 and 20 S = all real numbers between 1 and 20
  • 9. Rules (Axioms) of Probability Rule 1: 0 ≤ P(A) ≤ 1 for any event A Rule 2: The probability of the whole sample space is 1 P(S) = 1 Rule 3: P(Ac ) = 1 - P(A) Rule 4: If A and B are disjoint events then P(A or B) = P(A) + P(B) Rule 5: If A and B are independent P(A and B) = P(A) x P(B)
  • 10.
  • 11. 11 Combinations of Events • The complement Ac of an event A is the event that A does not occur • Probability Rule 3: P(Ac ) = 1 - P(A) • The union of two events A and B is the event that either A or B or both occurs • The intersection of two events A and B is the event that both A and B occur Event A Complement of A Union of A and B Intersection of A and B
  • 12. 12 Disjoint Events • Two events are called disjoint if they can not happen at the same time • Events A and B are disjoint means that the intersection of A and B is zero • Example: coin is tossed twice • S = {HH,TH,HT,TT} • Events A={HH} and B={TT} are disjoint • Events A={HH,HT} and B = {HH} are not disjoint
  • 13. 13 Independent events • Events A and B are independent if knowing that A occurs does not affect the probability that B occurs • Example: tossing two coins Event A = first coin is a head Event B = second coin is a head • Disjoint events cannot be independent! • If A and B can not occur together (disjoint), then knowing that A occurs does change probability that B occurs • Probability Rule 5: If A and B are independent P(A and B) = P(A) x P(B) Independent multiplication rule for independent events
  • 14. 14 Equally Likely Outcomes Rule • If all possible outcomes from a random process have the same probability, then • P(A) = (# of outcomes in A)/(# of outcomes in S) • Example: One Dice Tossed P(even number) = |2,4,6| / |1,2,3,4,5,6|
  • 15. The AND Rule of Probability • The probability of 2 independent events both happening is the product of their individual probabilities. • Called the AND rule because “this event happens AND that event happens”. • For example, what is the probability of rolling a 2 on one die and a 2 on a second die? For each event, the probability is 1/6, so the probability of both happening is 1/6 x 1/6 = 1/36. • Note that the events have to be independent: they can’t affect each other’s probability of occurring. An example of non-independence: you have a hat with a red ball and a green ball in it. The probability of drawing out the red ball is 1/2, same as the chance of drawing a green ball. However, once you draw the red ball out, the chance of getting another red ball is 0 and the chance of a green ball is 1.
  • 16. The OR Rule of Probability • The probability that either one of 2 different events will occur is the sum of their separate probabilities. • For example, the chance of rolling either a 2 or a 3 on a die is 1/6 + 1/6 = 1/3.
  • 17. NOT Rule • The chance of an event not happening is 1 minus the chance of it happening. • For example, the chance of not getting a 2 on a die is 1 - 1/6 = 5/6. • This rule can be very useful. Sometimes complicated problems are greatly simplified by examining them backwards.
  • 18. 18 Conditional Probabilities • The notion of conditional probability can be found in many different types of problems • Eg. imperfect diagnostic test for a disease • What is probability that a person has the disease? Answer: 40/100 = 0.4 • What is the probability that a person has the disease given that they tested positive? More Complicated ! Disease + Disease - Total Test + 30 10 40 Test - 10 50 60 Total 40 60 100
  • 19. 19 Definition: Conditional Probability • Let A and B be two events in sample space • The conditional probability that event B occurs given that event A has occurred is: P(A|B) = P(A and B) / P(B) • Eg. probability of disease given test positive P(disease +| test +) = P(disease + and test +) / P(test +) = (30/100)/(40/100) =.75
  • 20. 20