SlideShare a Scribd company logo
1 of 28
INTRODUCTION
TO
PROBABILITY
SUBJECT CODE : SESH2080
SUBJECT NAME : STATISTICS
FOR MACHINE
LEARNING
• REPRESENTING MY TEAM MEMBER’S
ENROLEMENT NUMBERS NAME OF THE
STUDENTS
22SE02ML090 VAMSI
22SE02ML089 PAVAN KUMAR
22SE02ML113 HIMANSHU SHARMA
22SE02ML087 VENU GOPAL
22SE02ML115 AJAY KUMAR
INDEX :
1. PROBABILITY INTRODUCTION
2. ASSINGNING PROBABILITY
3. EVENTS AND THEIR PROBABILITY
4. CONDITIONAL PROBABILITY
5. BAYES’ THEOREM
Blaise Pascal(1623-
1662) The Father of
Probability
PROBABILITY
FR
Probability
Probability is a branch of mathematics that deals with calculating
the likelihood of a given event’s occurrence. It is expressed as a
number between 0 and 1.
For calculating probability, we simply divide the number of
favorable outcomes by the total number of outcomes.
Probability Formula
P(E) = Number of favorable outcomes
Total number of outcomes
TYPES OF PROBABILITY
Classical. (Also referred to as Theoretical). The
number of outcomes in the sample space is known,
and each outcome is equally likely to occur .
Empirical. (Also referred to as Statistical or
Relative Frequency). The frequency of outcomes is
measured by experimenting .
Subjective. You estimate the probability by making
an "educated guess", or by using your intuition.
FR
Probability Formula Examples
Example 1. There are 8 balls in a container, 4 are red, 1
is yellow and 3 are blue. What is the probability of
picking a yellow ball?
solution: The probability is equal to the number
of yellow balls in the
container divided by
the total number of balls
in the container,
i.e. 1/8.
Example 2
A page is opened at random from a book containing 200 pages. What is
the probability that the number of the page is a perfect square?
Sol. Let’s assume ,
S be the Sample Space,
A be the event of getting on the page is perfect square.
n(S) = 200
A = { 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196 }
n(A) = 14
P(A) = 14/200 = 7/100
P(A) = 0.07.
ASSIGNING
PROBABILITY
ASSIGNING PROBABILITY
Basic Requirements for Assigning Probabilities
1. The probability assigned to each experimental outcome must
be between 0 and 1, inclusively.
(0≤P(E) ≤1 for all i)
where:
E; is the with experimental outcome
P(E) is its probability
ASSIGNING PROBABILITY
2. The sum of the probabilities for all
experimental outcomes must equal 1.
P(E1) + P(E2) + ... + P(E) = 1
where:
n is the number of experimental outcomes
ASSIGNING PROBABILITY
Classical Method :
Appropriate when all outcome are equally likely
P(Outcome) = 1/n , n is number of possible outcomes
Example : Toss a coin – Head , Tail
P(Head) =1/2 ,P(Tail) = ½
Roll a Die – 1, 2, 3, 4, 5, 6
P(1) = 1/6 ,P(2) = 1/6
Relative Frequency Method :
Approrpriate when past data available where experiment has
been repeated many times
P(Outcome) = Proportion of times that the outcome as occur
Example : E1 occurred 20 times
E2 occurred 13 times
E1 occurred 17 times
P(E1) = 20/50 0.40
P(E2) = 13/50 0.26
P(E3) = 17/50 0.34
0.40+0.26+0.34 = 1
Subjective Method : Assigning probability based on
judgment
P(E1) = 0.5 P(E2) = 0.4
P(E1)+P(E2) = 0.5+0.4 = 0.9 = 1
EVENTS AND
THEIR
PROBABILITY
Events and their Probability
Events in probability can be defined as certain
likely outcomes of an experiment that form a
subset of a finite sample space. The probability
of occurrence of any event will always lie
between 0 and 1. There could be many events
associated with one sample space.
FR
Independent and Dependent Events
Independent events in probability are those events whose outcome
does not depend on some previous outcome. No matter how many
times an experiment has been conducted the probability of
occurrence of independent events will be the same.
For example, tossing a coin is an independent event in probability .
Dependent events in probability are events whose outcome depends
on a previous outcome. This implies that the probability of
occurrence of a dependent event will be affected by some previous
outcome
For example, drawing two balls one after another from a bag
without replacement
Mutually Exclusive Events
Event’s that cannot occur at the same time are known as
mutually exclusive events. Thus, mutually exclusive events in
probability do not have any common outcomes.
For example, S = {10, 9, 8, 7, 6, 5, 4}, A = {4, 6, 7} and B = {10, 9, 8}.
As there is nothing common between sets A and B thus, they are
mutually exclusive events .
Impossible and Sure Events
An event that can never happen is known as an impossible event.
As impossible events in probability will never take place thus, the
chance that they will occur is always 0. For example, the sun revolving
around the earth is an impossible event.A sure event is one that will
always happen. The probability of occurrence of a sure event will
always be 1.
For example, the earth revolving around the sun is a sure event.
CONDITIONAL
PROBABILITY
Conditional Probability.
Conditional Probability : Let A and B are two events
associated with the same random experiments then
probability of occurred of A under condition B has
already occurred is called Conditional probability .
Formula: P(A|B) = P(A∩B) /P(B),
And P(B|A) = P(A∩B) /P(A)
Tossing a Coin:
Let 's consider t wo event s in t ossing
t wo coins be,
A: Getting a head on the first coin.
B: G et t ing a head on t he second coin .
Sample space for t ossing t wo coins is :
S = {HH, HT , T H, T T }
T he conditional probability o f
g et t ing a head on
t he second coin (B) g iven t hat we g ot a
head on t he first coin (A) is = P(B|A )
S i nc e t he coins are independent
(one coin's out come does not affect t he ot her),
P(B|A ) = P(B ) = 0. 5 (50%), which is
t he probabilit y of g et t ing a head on a
sing le coin t oss.
Example -2
A Die is rolled .If the outcome is an odd number, What is probability
of that it is prime ?
Solution :
Here,
A=Event that outcome is an odd number.
A={1,3,5}.
∴n(A)=3
Let B=Event that outcome is prime.
Then, B={2,3,5}
∴n(B)=3
Now, (A∩B)={3,5}
⇒n(A∩B)=3
∴ Required probability , P(B/A)=n(A∩B)/n(A)=2/3.
Bayes’
Theorem
Definition of
Bayes’ Theorem
Bayes' Theorem is a mathematical formula that describes the
probability of an event, based on prior knowledge of conditions that
might be related to the event. It is named after Reverend Thomas
Bayes, who introduced the concept. The formula is expressed as
follows:
P(A∣B)= P(B∣A)⋅P(A)
P(B)
Derivation
The derivation of Bayes' Theorem involves using the
definit ion of condit ional probabilit y and t he m ult iplicat ion
rule.
Here's a st ep - by - st ep derivat ion
1)St art wit h t he D efinit ion of Condit ional Probabilit y:
P( A∣ B)=P(A∩ B)/P(B)
2)Apply t he Sym m etry Propert y of Int ersect ion:
P( A∩ B)=P(B∩ A)
3)Use the Multiplication Rule: P(B∩ A)=P(B∣A)⋅P(A)
T he mult iplicat ion rule st at es t hat t he probabilit y
of t he int ersect ion of t wo event s is t he condit ional
probabilit y of one event g iven t he ot her, m ult iplied by t he
probability of the other event.
FR
Derivation
4)Substitute into the Conditional Probability Formula: P(A∣B)=
P(B∣A)⋅P(A)/P(B)
Substitute the expression for P(B∩A) into the conditional
probability formula.
P(A∣B)= P(B∣A)⋅P(A)/P(B)
5)This is Bayes' Theorem:
The formula expresses the probability of event A given that event
B has occurred in terms of the conditional probability of B given A,
the prior probability of A, and the marginal probability of B.
FR
THANK YOU!!!

More Related Content

Similar to MATHS PRESENTATION OF STATISTICS AND PROBABILITY.pptx

LU2 Basic Probability
LU2 Basic ProbabilityLU2 Basic Probability
LU2 Basic Probabilityashikin654
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITYVIV13
 
Probability concepts for Data Analytics
Probability concepts for Data AnalyticsProbability concepts for Data Analytics
Probability concepts for Data AnalyticsSSaudia
 
Probability and Randomness
Probability and RandomnessProbability and Randomness
Probability and RandomnessSalmaAlbakri2
 
Basics of Probability- G6.pptx
Basics of Probability- G6.pptxBasics of Probability- G6.pptx
Basics of Probability- G6.pptxNikhilJoshi626551
 
Probability Theory
Probability TheoryProbability Theory
Probability TheoryParul Singh
 
Mathematics for Language Technology: Introduction to Probability Theory
Mathematics for Language Technology: Introduction to Probability TheoryMathematics for Language Technology: Introduction to Probability Theory
Mathematics for Language Technology: Introduction to Probability TheoryMarina Santini
 
STAB52 Lecture Notes (Week 2)
STAB52 Lecture Notes (Week 2)STAB52 Lecture Notes (Week 2)
STAB52 Lecture Notes (Week 2)Danny Cao
 
Chapter 4 Probability Notes
Chapter 4 Probability NotesChapter 4 Probability Notes
Chapter 4 Probability Notespwheeles
 
PROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULESPROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULESBhargavi Bhanu
 
Probability basics and bayes' theorem
Probability basics and bayes' theoremProbability basics and bayes' theorem
Probability basics and bayes' theoremBalaji P
 
Basic Concept Of Probability
Basic Concept Of ProbabilityBasic Concept Of Probability
Basic Concept Of Probabilityguest45a926
 
Probabilistic decision making
Probabilistic decision makingProbabilistic decision making
Probabilistic decision makingshri1984
 

Similar to MATHS PRESENTATION OF STATISTICS AND PROBABILITY.pptx (20)

LU2 Basic Probability
LU2 Basic ProbabilityLU2 Basic Probability
LU2 Basic Probability
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITY
 
Tp4 probability
Tp4 probabilityTp4 probability
Tp4 probability
 
Probability concepts for Data Analytics
Probability concepts for Data AnalyticsProbability concepts for Data Analytics
Probability concepts for Data Analytics
 
Probability[1]
Probability[1]Probability[1]
Probability[1]
 
Probability and Randomness
Probability and RandomnessProbability and Randomness
Probability and Randomness
 
PTSP PPT.pdf
PTSP PPT.pdfPTSP PPT.pdf
PTSP PPT.pdf
 
Basics of Probability- G6.pptx
Basics of Probability- G6.pptxBasics of Probability- G6.pptx
Basics of Probability- G6.pptx
 
Probability
ProbabilityProbability
Probability
 
Probability Theory
Probability TheoryProbability Theory
Probability Theory
 
Mathematics for Language Technology: Introduction to Probability Theory
Mathematics for Language Technology: Introduction to Probability TheoryMathematics for Language Technology: Introduction to Probability Theory
Mathematics for Language Technology: Introduction to Probability Theory
 
STAB52 Lecture Notes (Week 2)
STAB52 Lecture Notes (Week 2)STAB52 Lecture Notes (Week 2)
STAB52 Lecture Notes (Week 2)
 
Probability theory
Probability theoryProbability theory
Probability theory
 
Chapter6
Chapter6Chapter6
Chapter6
 
Chapter 4 Probability Notes
Chapter 4 Probability NotesChapter 4 Probability Notes
Chapter 4 Probability Notes
 
PROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULESPROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULES
 
Probability basics and bayes' theorem
Probability basics and bayes' theoremProbability basics and bayes' theorem
Probability basics and bayes' theorem
 
Basic Concept Of Probability
Basic Concept Of ProbabilityBasic Concept Of Probability
Basic Concept Of Probability
 
Chapter06
Chapter06Chapter06
Chapter06
 
Probabilistic decision making
Probabilistic decision makingProbabilistic decision making
Probabilistic decision making
 

Recently uploaded

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 

Recently uploaded (20)

Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

MATHS PRESENTATION OF STATISTICS AND PROBABILITY.pptx

  • 1. INTRODUCTION TO PROBABILITY SUBJECT CODE : SESH2080 SUBJECT NAME : STATISTICS FOR MACHINE LEARNING
  • 2. • REPRESENTING MY TEAM MEMBER’S ENROLEMENT NUMBERS NAME OF THE STUDENTS 22SE02ML090 VAMSI 22SE02ML089 PAVAN KUMAR 22SE02ML113 HIMANSHU SHARMA 22SE02ML087 VENU GOPAL 22SE02ML115 AJAY KUMAR
  • 3. INDEX : 1. PROBABILITY INTRODUCTION 2. ASSINGNING PROBABILITY 3. EVENTS AND THEIR PROBABILITY 4. CONDITIONAL PROBABILITY 5. BAYES’ THEOREM
  • 4. Blaise Pascal(1623- 1662) The Father of Probability
  • 6. FR Probability Probability is a branch of mathematics that deals with calculating the likelihood of a given event’s occurrence. It is expressed as a number between 0 and 1. For calculating probability, we simply divide the number of favorable outcomes by the total number of outcomes. Probability Formula P(E) = Number of favorable outcomes Total number of outcomes
  • 7. TYPES OF PROBABILITY Classical. (Also referred to as Theoretical). The number of outcomes in the sample space is known, and each outcome is equally likely to occur . Empirical. (Also referred to as Statistical or Relative Frequency). The frequency of outcomes is measured by experimenting . Subjective. You estimate the probability by making an "educated guess", or by using your intuition.
  • 8. FR Probability Formula Examples Example 1. There are 8 balls in a container, 4 are red, 1 is yellow and 3 are blue. What is the probability of picking a yellow ball? solution: The probability is equal to the number of yellow balls in the container divided by the total number of balls in the container, i.e. 1/8.
  • 9. Example 2 A page is opened at random from a book containing 200 pages. What is the probability that the number of the page is a perfect square? Sol. Let’s assume , S be the Sample Space, A be the event of getting on the page is perfect square. n(S) = 200 A = { 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196 } n(A) = 14 P(A) = 14/200 = 7/100 P(A) = 0.07.
  • 11. ASSIGNING PROBABILITY Basic Requirements for Assigning Probabilities 1. The probability assigned to each experimental outcome must be between 0 and 1, inclusively. (0≤P(E) ≤1 for all i) where: E; is the with experimental outcome P(E) is its probability
  • 12. ASSIGNING PROBABILITY 2. The sum of the probabilities for all experimental outcomes must equal 1. P(E1) + P(E2) + ... + P(E) = 1 where: n is the number of experimental outcomes
  • 13. ASSIGNING PROBABILITY Classical Method : Appropriate when all outcome are equally likely P(Outcome) = 1/n , n is number of possible outcomes Example : Toss a coin – Head , Tail P(Head) =1/2 ,P(Tail) = ½ Roll a Die – 1, 2, 3, 4, 5, 6 P(1) = 1/6 ,P(2) = 1/6 Relative Frequency Method : Approrpriate when past data available where experiment has been repeated many times P(Outcome) = Proportion of times that the outcome as occur
  • 14. Example : E1 occurred 20 times E2 occurred 13 times E1 occurred 17 times P(E1) = 20/50 0.40 P(E2) = 13/50 0.26 P(E3) = 17/50 0.34 0.40+0.26+0.34 = 1 Subjective Method : Assigning probability based on judgment P(E1) = 0.5 P(E2) = 0.4 P(E1)+P(E2) = 0.5+0.4 = 0.9 = 1
  • 16. Events and their Probability Events in probability can be defined as certain likely outcomes of an experiment that form a subset of a finite sample space. The probability of occurrence of any event will always lie between 0 and 1. There could be many events associated with one sample space.
  • 17. FR Independent and Dependent Events Independent events in probability are those events whose outcome does not depend on some previous outcome. No matter how many times an experiment has been conducted the probability of occurrence of independent events will be the same. For example, tossing a coin is an independent event in probability . Dependent events in probability are events whose outcome depends on a previous outcome. This implies that the probability of occurrence of a dependent event will be affected by some previous outcome For example, drawing two balls one after another from a bag without replacement
  • 18. Mutually Exclusive Events Event’s that cannot occur at the same time are known as mutually exclusive events. Thus, mutually exclusive events in probability do not have any common outcomes. For example, S = {10, 9, 8, 7, 6, 5, 4}, A = {4, 6, 7} and B = {10, 9, 8}. As there is nothing common between sets A and B thus, they are mutually exclusive events . Impossible and Sure Events An event that can never happen is known as an impossible event. As impossible events in probability will never take place thus, the chance that they will occur is always 0. For example, the sun revolving around the earth is an impossible event.A sure event is one that will always happen. The probability of occurrence of a sure event will always be 1. For example, the earth revolving around the sun is a sure event.
  • 20. Conditional Probability. Conditional Probability : Let A and B are two events associated with the same random experiments then probability of occurred of A under condition B has already occurred is called Conditional probability . Formula: P(A|B) = P(A∩B) /P(B), And P(B|A) = P(A∩B) /P(A)
  • 21. Tossing a Coin: Let 's consider t wo event s in t ossing t wo coins be, A: Getting a head on the first coin. B: G et t ing a head on t he second coin . Sample space for t ossing t wo coins is : S = {HH, HT , T H, T T } T he conditional probability o f g et t ing a head on t he second coin (B) g iven t hat we g ot a head on t he first coin (A) is = P(B|A ) S i nc e t he coins are independent (one coin's out come does not affect t he ot her), P(B|A ) = P(B ) = 0. 5 (50%), which is t he probabilit y of g et t ing a head on a sing le coin t oss.
  • 22. Example -2 A Die is rolled .If the outcome is an odd number, What is probability of that it is prime ? Solution : Here, A=Event that outcome is an odd number. A={1,3,5}. ∴n(A)=3 Let B=Event that outcome is prime. Then, B={2,3,5} ∴n(B)=3 Now, (A∩B)={3,5} ⇒n(A∩B)=3 ∴ Required probability , P(B/A)=n(A∩B)/n(A)=2/3.
  • 24. Definition of Bayes’ Theorem Bayes' Theorem is a mathematical formula that describes the probability of an event, based on prior knowledge of conditions that might be related to the event. It is named after Reverend Thomas Bayes, who introduced the concept. The formula is expressed as follows: P(A∣B)= P(B∣A)⋅P(A) P(B)
  • 25. Derivation The derivation of Bayes' Theorem involves using the definit ion of condit ional probabilit y and t he m ult iplicat ion rule. Here's a st ep - by - st ep derivat ion 1)St art wit h t he D efinit ion of Condit ional Probabilit y: P( A∣ B)=P(A∩ B)/P(B) 2)Apply t he Sym m etry Propert y of Int ersect ion: P( A∩ B)=P(B∩ A) 3)Use the Multiplication Rule: P(B∩ A)=P(B∣A)⋅P(A) T he mult iplicat ion rule st at es t hat t he probabilit y of t he int ersect ion of t wo event s is t he condit ional probabilit y of one event g iven t he ot her, m ult iplied by t he probability of the other event.
  • 26. FR Derivation 4)Substitute into the Conditional Probability Formula: P(A∣B)= P(B∣A)⋅P(A)/P(B) Substitute the expression for P(B∩A) into the conditional probability formula. P(A∣B)= P(B∣A)⋅P(A)/P(B) 5)This is Bayes' Theorem: The formula expresses the probability of event A given that event B has occurred in terms of the conditional probability of B given A, the prior probability of A, and the marginal probability of B.
  • 27. FR