SlideShare a Scribd company logo
1 of 41
Download to read offline
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Statistical Learning -
Probability and Distributions
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Probability – Meaning & Concepts
• Probability refers to chance or likelihood of a particular event-taking
place.
• An event is an outcome of an experiment.
• An experiment is a process that is performed to understand and
observe possible outcomes.
• Set of all outcomes of an experiment is called the sample space.
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Example
• In a manufacturing unit three parts from the assembly are selected.
You are observing whether they are defective or non-defective.
Determine
a) The sample space.
b) The event of getting at least two defective parts.
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Solution
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Definition of Probability
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Extreme Values of Probability
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Mutually Exclusive Events
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Independent Events
• Two events A and B are said to be independent if the occurrence of A
is in no way influenced by the occurrence of B. Likewise occurrence of
B is in no way influenced by the occurrence of A.
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Rules for Computing Probability
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Rules for Computing Probability
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Example for Addition Rules
• From a pack of well-shuffled cards, a card is picked up at random.
1) What is the probability that the selected card is a King or a Queen?
2) What is the probability that the selected card is a King or a
Diamond?
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Solution to Part 1)
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Solution to part 2)
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Multiplication Rule
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Multiplication Rule
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Multiplication Rule
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Multiplication Rule
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Marginal Probability
• Contingency table consists of rows and columns of two attributes at
different levels with frequencies or numbers in each of the cells. It is
a matrix of frequencies assigned to rows and columns.
• The term marginal is used to indicate that the probabilities are
calculated using a contingency table (also called joint probability
table).
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Marginal Probability - Example
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Solution
a) What is the probability that a randomly selected family is a buyer of the
Car?
• 80/200 =0.40.
b) What is the probability that a randomly selected family is both a buyer of
car and belonging to income of Rs. 10 lakhs and above?
• 42/200 =0.21.
c) A family selected at random is found to be belonging to income of Rs 10
lakhs and above. What is the probability that this family is buyer of car?
• 42/80 =0.525. Note this is a case of conditional probability of buyer given
income is Rs. 10 lakhs and above.
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Bayes’ Theorem
• Bayes’ Theorem is used to revise previously calculated probabilities
based on new information.
• Developed by Thomas Bayes in the 18th Century.
• It is an extension of conditional probability.
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Bayes’ Theorem
Many modern machine learning techniques rely on Bayes' theorem. For instance, spam filters use
Bayesian updating to determine whether an email is real or spam, given the words in the email.
Additionally, many specific techniques in statistics, such as calculating p-values or interpreting
medical results, are best described in terms of how they contribute to updating hypotheses using
Bayes' theorem.
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Bayes’ Theorem
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Bayes’ Theorem - Example
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Bayes’ Theorem - Example
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
What is a Probability Distribution
• In precise terms, a probability distribution is a total listing of the various values
the random variable can take along with the corresponding probability of each
value. A real life example could be the pattern of distribution of the machine
breakdowns in a manufacturing unit.
• The random variable in this example would be the various values the machine
breakdowns could assume.
• The probability corresponding to each value of the breakdown is the relative
frequency of occurrence of the breakdown.
• The probability distribution for this example is constructed by the actual
breakdown pattern observed over a period of time. Statisticians use the term
“observed distribution” of breakdowns.
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Binomial Distribution
• The Binomial Distribution is a widely used probability distribution of a discrete
random variable.
• It plays a major role in quality control and quality assurance function.
Manufacturing units do use the binomial distribution for defective analysis.
• Reducing the number of defectives using the proportion defective control chart
(p chart) is an accepted practice in manufacturing organizations.
• Binomial distribution is also being used in service organizations like banks, and
insurance corporations to get an idea of the proportion customers who are
satisfied with the service quality.
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Conditions for Applying Binomial Distribution
(Bernoulli Process)
• Trials are independent and random.
• There are fixed number of trials (n trials).
• There are only two outcomes of the trial designated as success or
failure.
• The probability of success is uniform through out the n trials
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Binomial Probability Function
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Example for Binomial Distribution
A bank issues credit cards to customers under the scheme of Master
Card. Based on the past data, the bank has found out that 60% of all
accounts pay on time following the bill. If a sample of 7 accounts is
selected at random from the current database, construct the Binomial
Probability Distribution of accounts paying on time.
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Mean and Standard Deviation of the Binomial
Distribution
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Poisson Distribution
• Poisson Distribution is another discrete distribution which also plays a
major role in quality control in the context of reducing the number of
defects per standard unit.
• Examples include number of defects per item, number of defects per
transformer produced, number of defects per 100 m2 of cloth, etc.
• Other examples would include 1) The number of cars arriving at a
highway check post per hour; 2) The number of customers visiting a
bank per hour during peak business period; 3) The number of pixels
in the image that are corrupted.
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Poisson Probability Function
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Example – Poisson Distribution
If on an average, 6 customers arrive every two minutes at a bank
during the busy hours of working, a) what is the probability that exactly
four customers arrive in a given minute? b) What is the probability that
more than three customers will arrive in a given minute?
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Normal Distribution
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Normal Distribution
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Normal Distribution
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Properties of Normal Distribution
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Standard Normal Distribution
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Example Problem
The mean weight of a morning breakfast cereal pack is 0.295 kg with a
standard deviation of 0.025 kg. The random variable weight of the pack
follows a normal distribution.
a)What is the probability that the pack weighs less than 0.280 kg?
b)What is the probability that the pack weighs more than 0.350 kg?
c)What is the probability that the pack weighs between 0.260 kg to
0.340 kg?

More Related Content

Similar to Statistical Learning - Probability and Distributions.pdf

Cost-Benefit-Analysis-Presentation.pptx
Cost-Benefit-Analysis-Presentation.pptxCost-Benefit-Analysis-Presentation.pptx
Cost-Benefit-Analysis-Presentation.pptxkaushalsekhsaria
 
CrikeyCon 2017 - Rumours of our Demise Have Been Greatly Exaggerated
CrikeyCon 2017  - Rumours of our Demise Have Been Greatly ExaggeratedCrikeyCon 2017  - Rumours of our Demise Have Been Greatly Exaggerated
CrikeyCon 2017 - Rumours of our Demise Have Been Greatly Exaggeratedeightbit
 
Maxfield_8e_PPT_Ch08.pptx
Maxfield_8e_PPT_Ch08.pptxMaxfield_8e_PPT_Ch08.pptx
Maxfield_8e_PPT_Ch08.pptxMarcCollazo1
 
Assignment 4 Data MiningDue Week 9 and worth 75 points The .docx
Assignment 4 Data MiningDue Week 9 and worth 75 points The .docxAssignment 4 Data MiningDue Week 9 and worth 75 points The .docx
Assignment 4 Data MiningDue Week 9 and worth 75 points The .docxssuser562afc1
 
Probability Distributions
Probability DistributionsProbability Distributions
Probability DistributionsCIToolkit
 
Estimating default risk in fund structures
Estimating default risk in fund structuresEstimating default risk in fund structures
Estimating default risk in fund structuresIFMR
 
Stop Flying Blind! Quantifying Risk with Monte Carlo Simulation
Stop Flying Blind! Quantifying Risk with Monte Carlo SimulationStop Flying Blind! Quantifying Risk with Monte Carlo Simulation
Stop Flying Blind! Quantifying Risk with Monte Carlo SimulationSam McAfee
 
Test case design techniques
Test case design techniquesTest case design techniques
Test case design techniques2PiRTechnologies
 
Test case design techniques
Test case design techniquesTest case design techniques
Test case design techniquesAshutosh Garg
 
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am final
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am finalTowse Risk Sharing ihea Beijing 2009 Monday 8.30am final
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am finalatowse
 
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am Final
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am FinalTowse Risk Sharing ihea Beijing 2009 Monday 8.30am Final
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am Finalatowse
 
Machine Learning for Fraud Detection
Machine Learning for Fraud DetectionMachine Learning for Fraud Detection
Machine Learning for Fraud DetectionNitesh Kumar
 
Calculating a Sample Size
Calculating a Sample SizeCalculating a Sample Size
Calculating a Sample SizeMatt Hansen
 
Toc Lecture Presentation
Toc Lecture PresentationToc Lecture Presentation
Toc Lecture Presentationguestf6ec28
 
Reduction in customer complaints - Mortgage Industry
Reduction in customer complaints - Mortgage IndustryReduction in customer complaints - Mortgage Industry
Reduction in customer complaints - Mortgage IndustryPranov Mishra
 
Sample sem 2 spring 2015
Sample sem 2 spring 2015Sample sem 2 spring 2015
Sample sem 2 spring 2015Tushar Ahuja
 
Wat is predictive analytics en waarvoor kun je het gebruiken
Wat is predictive analytics en waarvoor kun je het gebruikenWat is predictive analytics en waarvoor kun je het gebruiken
Wat is predictive analytics en waarvoor kun je het gebruikenSmals
 

Similar to Statistical Learning - Probability and Distributions.pdf (20)

Cost-Benefit-Analysis-Presentation.pptx
Cost-Benefit-Analysis-Presentation.pptxCost-Benefit-Analysis-Presentation.pptx
Cost-Benefit-Analysis-Presentation.pptx
 
CrikeyCon 2017 - Rumours of our Demise Have Been Greatly Exaggerated
CrikeyCon 2017  - Rumours of our Demise Have Been Greatly ExaggeratedCrikeyCon 2017  - Rumours of our Demise Have Been Greatly Exaggerated
CrikeyCon 2017 - Rumours of our Demise Have Been Greatly Exaggerated
 
Maxfield_8e_PPT_Ch08.pptx
Maxfield_8e_PPT_Ch08.pptxMaxfield_8e_PPT_Ch08.pptx
Maxfield_8e_PPT_Ch08.pptx
 
Assignment 4 Data MiningDue Week 9 and worth 75 points The .docx
Assignment 4 Data MiningDue Week 9 and worth 75 points The .docxAssignment 4 Data MiningDue Week 9 and worth 75 points The .docx
Assignment 4 Data MiningDue Week 9 and worth 75 points The .docx
 
Unit i-2-dt
Unit i-2-dtUnit i-2-dt
Unit i-2-dt
 
Probability Distributions
Probability DistributionsProbability Distributions
Probability Distributions
 
Estimating default risk in fund structures
Estimating default risk in fund structuresEstimating default risk in fund structures
Estimating default risk in fund structures
 
Stop Flying Blind! Quantifying Risk with Monte Carlo Simulation
Stop Flying Blind! Quantifying Risk with Monte Carlo SimulationStop Flying Blind! Quantifying Risk with Monte Carlo Simulation
Stop Flying Blind! Quantifying Risk with Monte Carlo Simulation
 
Intro to ml_2021
Intro to ml_2021Intro to ml_2021
Intro to ml_2021
 
Primer on major data mining algorithms
Primer on major data mining algorithmsPrimer on major data mining algorithms
Primer on major data mining algorithms
 
Test case design techniques
Test case design techniquesTest case design techniques
Test case design techniques
 
Test case design techniques
Test case design techniquesTest case design techniques
Test case design techniques
 
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am final
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am finalTowse Risk Sharing ihea Beijing 2009 Monday 8.30am final
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am final
 
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am Final
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am FinalTowse Risk Sharing ihea Beijing 2009 Monday 8.30am Final
Towse Risk Sharing ihea Beijing 2009 Monday 8.30am Final
 
Machine Learning for Fraud Detection
Machine Learning for Fraud DetectionMachine Learning for Fraud Detection
Machine Learning for Fraud Detection
 
Calculating a Sample Size
Calculating a Sample SizeCalculating a Sample Size
Calculating a Sample Size
 
Toc Lecture Presentation
Toc Lecture PresentationToc Lecture Presentation
Toc Lecture Presentation
 
Reduction in customer complaints - Mortgage Industry
Reduction in customer complaints - Mortgage IndustryReduction in customer complaints - Mortgage Industry
Reduction in customer complaints - Mortgage Industry
 
Sample sem 2 spring 2015
Sample sem 2 spring 2015Sample sem 2 spring 2015
Sample sem 2 spring 2015
 
Wat is predictive analytics en waarvoor kun je het gebruiken
Wat is predictive analytics en waarvoor kun je het gebruikenWat is predictive analytics en waarvoor kun je het gebruiken
Wat is predictive analytics en waarvoor kun je het gebruiken
 

Recently uploaded

HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfsmsksolar
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesRAJNEESHKUMAR341697
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersMairaAshraf6
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...Health
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 

Recently uploaded (20)

HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 

Statistical Learning - Probability and Distributions.pdf

  • 1. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Statistical Learning - Probability and Distributions
  • 2. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Probability – Meaning & Concepts • Probability refers to chance or likelihood of a particular event-taking place. • An event is an outcome of an experiment. • An experiment is a process that is performed to understand and observe possible outcomes. • Set of all outcomes of an experiment is called the sample space.
  • 3. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Example • In a manufacturing unit three parts from the assembly are selected. You are observing whether they are defective or non-defective. Determine a) The sample space. b) The event of getting at least two defective parts.
  • 4. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Solution
  • 5. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Definition of Probability
  • 6. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Extreme Values of Probability
  • 7. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Mutually Exclusive Events
  • 8. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Independent Events • Two events A and B are said to be independent if the occurrence of A is in no way influenced by the occurrence of B. Likewise occurrence of B is in no way influenced by the occurrence of A.
  • 9. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Rules for Computing Probability
  • 10. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Rules for Computing Probability
  • 11. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Example for Addition Rules • From a pack of well-shuffled cards, a card is picked up at random. 1) What is the probability that the selected card is a King or a Queen? 2) What is the probability that the selected card is a King or a Diamond?
  • 12. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Solution to Part 1)
  • 13. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Solution to part 2)
  • 14. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Multiplication Rule
  • 15. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Multiplication Rule
  • 16. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Multiplication Rule
  • 17. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Multiplication Rule
  • 18. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Marginal Probability • Contingency table consists of rows and columns of two attributes at different levels with frequencies or numbers in each of the cells. It is a matrix of frequencies assigned to rows and columns. • The term marginal is used to indicate that the probabilities are calculated using a contingency table (also called joint probability table).
  • 19. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Marginal Probability - Example
  • 20. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Solution a) What is the probability that a randomly selected family is a buyer of the Car? • 80/200 =0.40. b) What is the probability that a randomly selected family is both a buyer of car and belonging to income of Rs. 10 lakhs and above? • 42/200 =0.21. c) A family selected at random is found to be belonging to income of Rs 10 lakhs and above. What is the probability that this family is buyer of car? • 42/80 =0.525. Note this is a case of conditional probability of buyer given income is Rs. 10 lakhs and above.
  • 21. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Bayes’ Theorem • Bayes’ Theorem is used to revise previously calculated probabilities based on new information. • Developed by Thomas Bayes in the 18th Century. • It is an extension of conditional probability.
  • 22. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Bayes’ Theorem Many modern machine learning techniques rely on Bayes' theorem. For instance, spam filters use Bayesian updating to determine whether an email is real or spam, given the words in the email. Additionally, many specific techniques in statistics, such as calculating p-values or interpreting medical results, are best described in terms of how they contribute to updating hypotheses using Bayes' theorem.
  • 23. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Bayes’ Theorem
  • 24. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Bayes’ Theorem - Example
  • 25. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Bayes’ Theorem - Example
  • 26. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited What is a Probability Distribution • In precise terms, a probability distribution is a total listing of the various values the random variable can take along with the corresponding probability of each value. A real life example could be the pattern of distribution of the machine breakdowns in a manufacturing unit. • The random variable in this example would be the various values the machine breakdowns could assume. • The probability corresponding to each value of the breakdown is the relative frequency of occurrence of the breakdown. • The probability distribution for this example is constructed by the actual breakdown pattern observed over a period of time. Statisticians use the term “observed distribution” of breakdowns.
  • 27. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Binomial Distribution • The Binomial Distribution is a widely used probability distribution of a discrete random variable. • It plays a major role in quality control and quality assurance function. Manufacturing units do use the binomial distribution for defective analysis. • Reducing the number of defectives using the proportion defective control chart (p chart) is an accepted practice in manufacturing organizations. • Binomial distribution is also being used in service organizations like banks, and insurance corporations to get an idea of the proportion customers who are satisfied with the service quality.
  • 28. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Conditions for Applying Binomial Distribution (Bernoulli Process) • Trials are independent and random. • There are fixed number of trials (n trials). • There are only two outcomes of the trial designated as success or failure. • The probability of success is uniform through out the n trials
  • 29. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Binomial Probability Function
  • 30. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Example for Binomial Distribution A bank issues credit cards to customers under the scheme of Master Card. Based on the past data, the bank has found out that 60% of all accounts pay on time following the bill. If a sample of 7 accounts is selected at random from the current database, construct the Binomial Probability Distribution of accounts paying on time.
  • 31. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Mean and Standard Deviation of the Binomial Distribution
  • 32. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Poisson Distribution • Poisson Distribution is another discrete distribution which also plays a major role in quality control in the context of reducing the number of defects per standard unit. • Examples include number of defects per item, number of defects per transformer produced, number of defects per 100 m2 of cloth, etc. • Other examples would include 1) The number of cars arriving at a highway check post per hour; 2) The number of customers visiting a bank per hour during peak business period; 3) The number of pixels in the image that are corrupted.
  • 33. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Poisson Probability Function
  • 34. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Example – Poisson Distribution If on an average, 6 customers arrive every two minutes at a bank during the busy hours of working, a) what is the probability that exactly four customers arrive in a given minute? b) What is the probability that more than three customers will arrive in a given minute?
  • 35. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Normal Distribution
  • 36. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Normal Distribution
  • 37. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Normal Distribution
  • 38. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Properties of Normal Distribution
  • 39. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
  • 40. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Standard Normal Distribution
  • 41. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Example Problem The mean weight of a morning breakfast cereal pack is 0.295 kg with a standard deviation of 0.025 kg. The random variable weight of the pack follows a normal distribution. a)What is the probability that the pack weighs less than 0.280 kg? b)What is the probability that the pack weighs more than 0.350 kg? c)What is the probability that the pack weighs between 0.260 kg to 0.340 kg?