SlideShare a Scribd company logo
Inferential Statistics
What we Studied
• Measures of Central Tendency
• Measures of Dispersion
• Basics of Probability
• Marginal Probability
• Bayes Theorem
• Probability Distributions
– Binomial
– Poisson
– Normal
What we will Cover
• Mutually exclusive Vs Independent Events.
• Conditional Probability.
• Bayes Theorem.
• Applying Probability Concepts.
• Applying Distribution Concepts.
• Applying Probability & Distribution in R.
• AOC’s.
Mutually ExclusiveVs Independent Events
Basic Event Types
• Mutually Exclusive Events
• Non Exclusive Events
• Independent Events
• Non Independent Events.
MUTUALLY EXCLUSIVE INDEPENDENT
Both Events cannot happen at the same
time.
Happening of one event cannot impact the
happening of another event.
Occurrence of one event will lead to non-
occurrence of another
1st event has no influence on the 2nd event.
Within the single event. Outside the single event.
P(A n B) = 0 P(A n B) is non zero
Additive in nature Multiplicative in nature
Discrete Probabilities
Example
1. A survey of magazine subscribers showed that 45.8% rented a car during the past
12 months for business purposes, 54% rented a car for personal reasons, and 30%
for both personal & business reasons.
a. What is the prob. That a subscriber rented a car for both business or personal
reasons. P(rent for Business) + P(rent for personal) = 45.8% + 54% = 99.8%
b. What is the prob. That a subscriber did not rent a car for either business or
personal reasons. 1 – P(rent for business / personal) = 1-99.8% =0.2%
2. NBA shooter converts 93% of its shots. During the game the same NBA shooter is
fouled and is awarded two shots.
a. What is the prob. That he will make both shots. P(first shot)*p(second shot) –
93% * 93% = 86.49%
b. What is the prob. That he will make at least one shot. 1 – prob(no hit) = 1 – 0.5%
= 99.5%
c. What is the prob. That he will miss both shots. p(no hit) = P(miss first hit)* P(miss
second hit) = 7% * 7% = 0.5%
Conditional Proabability
Example
3. Visa Card studied how frequently, young consumers, ages 18-24, use plastic cards.
The results provided the following probabilities.
• Prob. That a consumer uses a plastic card when making a purchase .37
• Given that consumer uses a plastic card, there is a .19 prob. That the consumer is
18-24 years old.
• Given that consumer uses a plastic card, there is a .81 prob. That the consumer is
24+ years old.
• 14% of the consumer population is b/w 18-24 years
a) Given the consumer is b/w 18-24, what is the prob. that the consumer uses
plastic card = p(plastic/age =18-24) = 0.0703/0.14 =0.5021
18-24 24+ total
Uses plastic 0.37*0.19= 0.0703 0.37*0.81= 0.2997 0.37
Does not use plastic 0.14-0.0703= 0.0697 0.86-0.2997= 0.5603 1-0.37= 0.63
ages 0.14 1-0.14= 0.86 1
Conditional Proabability
Example
3. Visa Card studied how frequently, young consumers, ages 18-24, use plastic cards.
The results provided the following probabilities.
• Prob. That a consumer uses a plastic card when making a purchase .37
• Given that consumer uses a plastic card, there is a .19 prob. That the consumer is
18-24 years old.
• Given that consumer uses a plastic card, there is a .81 prob. That the consumer is
24+ years old.
• 14% of the consumer population is b/w 18-24 years
b) Given the consumer is 24+, what is the prob. that the consumer uses plastic card
P(usage/ age 24+) = 0.2997/0.86 = 0.0035
c) What is the interpretations of the probabilities shown above.
18-24 24+ total
Uses plastic 0.37*0.19= 0.0703 0.37*0.81= 0.2997 0.37
Does not use plastic 0.14-0.0703= 0.0697 0.86-0.2997= 0.5603 1-0.37= 0.63
ages 0.14 1-0.14= 0.86 1
BayesTheorem
Example
4. A local bank reviewed its credit card policy with the intention of recalling some of its
credit cards. In the past approx. 5% of cardholders defaulted, leaving the bank
unable to collect outstanding balance. Hence, management established a prior
probability of 0.05 that any particular cardholder will default. The bank also
found that the probability of missing a monthly payment is .20 for customers who
do not default. Of course, the probability of missing a monthly payment for those
who default is 0.5.
Q: Given that a customer missed one or more monthly payments, compute the prob.
That a customer will default
D = Default, Dc = customer doesn’t default, M = missed payment.
P(D) = 5% P(D c ) = 95% P(M|D c ) = 20% P(M|D) = 100%
P(D|M) = P(D∊M)/ P(M) = P(D∊M)/ ( P(D∊M)+P(Dc∊M))
P(D|M) = 5%*100% / (5%*100%)+(95%*20%) = 20.83%
Identifying ProbabilityTechnique
Applying Probability Concepts: -
Key Steps: -
a) Identify the problem
b) Categorize the problem into Exclusive or Independence.
c) Check if Conditional Probability is applied.
d) Check for Bayes Theorem application.
• Flipping a coin
• Flipping a coin twice, probability of getting a both heads
• Flipping a coin twice, probability of getting both heads with a 1st coin already
giving a head.
• Flipping a coin twice, probability of getting both heads, with one coin already
giving a head.
Identifying DistributionTechnique
Applying Distribution Concepts: -
Key Steps: -
a) Extending the probability to a sample of data ; for ex. Coin tossing 1000 times.
b) Above is a probability distribution.
c) Determine the data i.e. Discrete or Continuous.
d) If Discrete and has only two outcomes, the events are independent apply binom
e) If time comes in picture, think Poisson
f) If data is continuous with mean & S.D. provided, think Normal Dist.
Binomial & Poisson
Binomial Distribution: -
1. The census current population survey shows 28% of individuals , ages 25 and
older have completed 4 years of college. For a sample of 15 individuals, ages 25
and older, answer the following.
A) What is the prob. 4 will have completed four years of college
P(x = 4) = 15C4*0.28^4*0.72^11 = binompdf(15,0.28,4) = 0.2262
A) What is the prob. 3 or more will have completed 4 years of college
P(3<= x <=15) = 1 - P(0<= x <=2) = 1 - binomcdf(15,0.28,2) = 0.8355
Poisson Distribution.
2. An average of 15 aircrafts accidents occur each year. Compute the following
a) Mean number of aircraft accidents during a month.E(X) = 15/12 = 1.25
b) Probability of no accidents during a month. P(X=0)=Poisson(0,1.25,TRUE)=0.286505
c) Probability of exactly one accident during a month.
P(X=0)=Poisson(1,1.25,FALSE)=0.358131
d) Probability of more than one accident during a month. 1-P(X=1) =
1-POISSON(1,1.25, FALSE) = 0.641869
Normal Distribution
Normal Distribution: -
3. During early 2012, economic hardship was stretching the limits of France welfare
system. One indicator of the level of hardship was the increase in the number of
people bringing items to the pawnbroker. Assume the number of people visiting
the pawnshop is normally distributed with the mean of 658.
a) Suppose you learn that on 3% of days, 610 or fewer people bought items to the
pawnshop. What is the S.d. of the no. of people bringing items to the pawnshop.
Population mean = 658 i.e p(x< 658)=0.03 i.e z value (610-658/ sd )=
zvalue (0.03)=-1.88;sd = 25.5319
b) On any given day, what is the prob. That b/w 600 and 700 people bring items to
the pawnshop
P(600<x<700) = NORMDIST(700,658,25.5319,TRUE)-NORMDIST(600,658,25.5319,TRUE)=0.938
a) How many people bring items to the pawnshop on the busiest 3% of days.
NORM.INV(0.97,658,25.5319) = 706.0202

More Related Content

PDF
Statistical Learning - Probability and Distributions.pdf
PDF
Statistical inference: Probability and Distribution
DOCX
Lecture Notes MTH302 Before MTT Myers.docx
PPTX
lec_5(probability).pptxzzjsjsjsjsjsjjsjjssj
PPTX
Statistical Analysis with R -II
PPTX
STAT 206 - Chapter 4 ( 4.1-4.2 Basic Probability).pptx
PDF
Statistics and Probability_Midterm Sample 1
PPTX
Day 3.pptx
Statistical Learning - Probability and Distributions.pdf
Statistical inference: Probability and Distribution
Lecture Notes MTH302 Before MTT Myers.docx
lec_5(probability).pptxzzjsjsjsjsjsjjsjjssj
Statistical Analysis with R -II
STAT 206 - Chapter 4 ( 4.1-4.2 Basic Probability).pptx
Statistics and Probability_Midterm Sample 1
Day 3.pptx

Similar to Additional Reading material-Probability.ppt (20)

PDF
statistics and probability basic-probability.pdf
PDF
1-Probability-Conditional-Bayes.pdf
PPTX
THE ADDITION RULES FOR PROBABILITY.pptx
PPT
ISAT645Chapte.ppt
PDF
Probability concepts for Data Analytics
PDF
Quantitative Analysis For Management 11th Edition Render Solutions Manual
PPTX
STAT: Probability (continuation)(2)
PPTX
Math138 lectures 3rd edition scoolbook
PDF
Introduction to probability.pdf
PPTX
BASIC PROBABILITY distribution - Copy.pptx
PPTX
Health probabilities &amp; estimation of parameters
PPT
Probability And Probability Distributions
PDF
Probabilities distributions
PPTX
Machine learning session2
PPT
ch_5-8_probability155[1].ppt
PPTX
Probability Evans_Analytics1e_ppt_05.pptx
PPTX
probability_statistics_presentation.pptx
PPT
BASIC CONCEPT OF PROBABILITY by Elem Stppt
PDF
Quantitative Analysis For Management 11th Edition Render Test Bank
PPTX
4. PROBABILITY (2).pptxjjhhhhghhhhhhjjjj
statistics and probability basic-probability.pdf
1-Probability-Conditional-Bayes.pdf
THE ADDITION RULES FOR PROBABILITY.pptx
ISAT645Chapte.ppt
Probability concepts for Data Analytics
Quantitative Analysis For Management 11th Edition Render Solutions Manual
STAT: Probability (continuation)(2)
Math138 lectures 3rd edition scoolbook
Introduction to probability.pdf
BASIC PROBABILITY distribution - Copy.pptx
Health probabilities &amp; estimation of parameters
Probability And Probability Distributions
Probabilities distributions
Machine learning session2
ch_5-8_probability155[1].ppt
Probability Evans_Analytics1e_ppt_05.pptx
probability_statistics_presentation.pptx
BASIC CONCEPT OF PROBABILITY by Elem Stppt
Quantitative Analysis For Management 11th Edition Render Test Bank
4. PROBABILITY (2).pptxjjhhhhghhhhhhjjjj
Ad

More from HaritikaChhatwal1 (20)

PDF
Visualization IN DATA ANALYTICS IN TIME SERIES
PDF
TS Decomposition IN data Time Series Fore
PDF
TIMES SERIES FORECASTING ON HISTORICAL DATA IN R
PPTX
SMOTE and K-Fold Cross Validation-Presentation.pptx
PPTX
Factor Analysis-Presentation DATA ANALYTICS
PDF
Decision Tree_Loan Delinquent_Problem Statement.pdf
PDF
Frequency Based Classification Algorithms_ important
PPTX
M2W1 - FBS - Descriptive Statistics_Mentoring Presentation.pptx
PPTX
Introduction to R _IMPORTANT FOR DATA ANALYTICS
PPTX
BUSINESS ANALYTICS WITH R SOFTWARE DIAST
PPTX
SESSION 1-2 [Autosaved] [Autosaved].pptx
PDF
WORKSHEET INTRO AND TVM _SESSION 1 AND 2.pdf
PPTX
Epigeum at ntunive singapore MED900.pptx
PPTX
MED 900 Correlational Studies online safety sake.pptx
PPTX
Nw Microsoft PowerPoint Presentation.pptx
PPTX
HOWs CORRELATIONAL STUDIES are performed
PPTX
DIAS PRESENTATION.pptx
PDF
FULLTEXT01.pdf
PPTX
CHAPTER 4 -TYPES OF BUSINESS.pptx
PPTX
CHAPTER 3-ENTREPRENEURSHIP [Autosaved].pptx
Visualization IN DATA ANALYTICS IN TIME SERIES
TS Decomposition IN data Time Series Fore
TIMES SERIES FORECASTING ON HISTORICAL DATA IN R
SMOTE and K-Fold Cross Validation-Presentation.pptx
Factor Analysis-Presentation DATA ANALYTICS
Decision Tree_Loan Delinquent_Problem Statement.pdf
Frequency Based Classification Algorithms_ important
M2W1 - FBS - Descriptive Statistics_Mentoring Presentation.pptx
Introduction to R _IMPORTANT FOR DATA ANALYTICS
BUSINESS ANALYTICS WITH R SOFTWARE DIAST
SESSION 1-2 [Autosaved] [Autosaved].pptx
WORKSHEET INTRO AND TVM _SESSION 1 AND 2.pdf
Epigeum at ntunive singapore MED900.pptx
MED 900 Correlational Studies online safety sake.pptx
Nw Microsoft PowerPoint Presentation.pptx
HOWs CORRELATIONAL STUDIES are performed
DIAS PRESENTATION.pptx
FULLTEXT01.pdf
CHAPTER 4 -TYPES OF BUSINESS.pptx
CHAPTER 3-ENTREPRENEURSHIP [Autosaved].pptx
Ad

Recently uploaded (20)

PDF
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
PDF
Introduction to Data Science and Data Analysis
PPTX
A Complete Guide to Streamlining Business Processes
PDF
OneRead_20250728_1808.pdfhdhddhshahwhwwjjaaja
PDF
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
PDF
annual-report-2024-2025 original latest.
PPT
ISS -ESG Data flows What is ESG and HowHow
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PDF
[EN] Industrial Machine Downtime Prediction
PPTX
STERILIZATION AND DISINFECTION-1.ppthhhbx
PPTX
Copy of 16 Timeline & Flowchart Templates – HubSpot.pptx
PPTX
Leprosy and NLEP programme community medicine
PDF
Business Analytics and business intelligence.pdf
PDF
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
PPTX
Qualitative Qantitative and Mixed Methods.pptx
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PDF
Data Engineering Interview Questions & Answers Batch Processing (Spark, Hadoo...
PDF
Systems Analysis and Design, 12th Edition by Scott Tilley Test Bank.pdf
PDF
How to run a consulting project- client discovery
 
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
Introduction to Data Science and Data Analysis
A Complete Guide to Streamlining Business Processes
OneRead_20250728_1808.pdfhdhddhshahwhwwjjaaja
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
annual-report-2024-2025 original latest.
ISS -ESG Data flows What is ESG and HowHow
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
[EN] Industrial Machine Downtime Prediction
STERILIZATION AND DISINFECTION-1.ppthhhbx
Copy of 16 Timeline & Flowchart Templates – HubSpot.pptx
Leprosy and NLEP programme community medicine
Business Analytics and business intelligence.pdf
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
Qualitative Qantitative and Mixed Methods.pptx
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
Data Engineering Interview Questions & Answers Batch Processing (Spark, Hadoo...
Systems Analysis and Design, 12th Edition by Scott Tilley Test Bank.pdf
How to run a consulting project- client discovery
 
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb

Additional Reading material-Probability.ppt

  • 2. What we Studied • Measures of Central Tendency • Measures of Dispersion • Basics of Probability • Marginal Probability • Bayes Theorem • Probability Distributions – Binomial – Poisson – Normal
  • 3. What we will Cover • Mutually exclusive Vs Independent Events. • Conditional Probability. • Bayes Theorem. • Applying Probability Concepts. • Applying Distribution Concepts. • Applying Probability & Distribution in R. • AOC’s.
  • 4. Mutually ExclusiveVs Independent Events Basic Event Types • Mutually Exclusive Events • Non Exclusive Events • Independent Events • Non Independent Events. MUTUALLY EXCLUSIVE INDEPENDENT Both Events cannot happen at the same time. Happening of one event cannot impact the happening of another event. Occurrence of one event will lead to non- occurrence of another 1st event has no influence on the 2nd event. Within the single event. Outside the single event. P(A n B) = 0 P(A n B) is non zero Additive in nature Multiplicative in nature
  • 5. Discrete Probabilities Example 1. A survey of magazine subscribers showed that 45.8% rented a car during the past 12 months for business purposes, 54% rented a car for personal reasons, and 30% for both personal & business reasons. a. What is the prob. That a subscriber rented a car for both business or personal reasons. P(rent for Business) + P(rent for personal) = 45.8% + 54% = 99.8% b. What is the prob. That a subscriber did not rent a car for either business or personal reasons. 1 – P(rent for business / personal) = 1-99.8% =0.2% 2. NBA shooter converts 93% of its shots. During the game the same NBA shooter is fouled and is awarded two shots. a. What is the prob. That he will make both shots. P(first shot)*p(second shot) – 93% * 93% = 86.49% b. What is the prob. That he will make at least one shot. 1 – prob(no hit) = 1 – 0.5% = 99.5% c. What is the prob. That he will miss both shots. p(no hit) = P(miss first hit)* P(miss second hit) = 7% * 7% = 0.5%
  • 6. Conditional Proabability Example 3. Visa Card studied how frequently, young consumers, ages 18-24, use plastic cards. The results provided the following probabilities. • Prob. That a consumer uses a plastic card when making a purchase .37 • Given that consumer uses a plastic card, there is a .19 prob. That the consumer is 18-24 years old. • Given that consumer uses a plastic card, there is a .81 prob. That the consumer is 24+ years old. • 14% of the consumer population is b/w 18-24 years a) Given the consumer is b/w 18-24, what is the prob. that the consumer uses plastic card = p(plastic/age =18-24) = 0.0703/0.14 =0.5021 18-24 24+ total Uses plastic 0.37*0.19= 0.0703 0.37*0.81= 0.2997 0.37 Does not use plastic 0.14-0.0703= 0.0697 0.86-0.2997= 0.5603 1-0.37= 0.63 ages 0.14 1-0.14= 0.86 1
  • 7. Conditional Proabability Example 3. Visa Card studied how frequently, young consumers, ages 18-24, use plastic cards. The results provided the following probabilities. • Prob. That a consumer uses a plastic card when making a purchase .37 • Given that consumer uses a plastic card, there is a .19 prob. That the consumer is 18-24 years old. • Given that consumer uses a plastic card, there is a .81 prob. That the consumer is 24+ years old. • 14% of the consumer population is b/w 18-24 years b) Given the consumer is 24+, what is the prob. that the consumer uses plastic card P(usage/ age 24+) = 0.2997/0.86 = 0.0035 c) What is the interpretations of the probabilities shown above. 18-24 24+ total Uses plastic 0.37*0.19= 0.0703 0.37*0.81= 0.2997 0.37 Does not use plastic 0.14-0.0703= 0.0697 0.86-0.2997= 0.5603 1-0.37= 0.63 ages 0.14 1-0.14= 0.86 1
  • 8. BayesTheorem Example 4. A local bank reviewed its credit card policy with the intention of recalling some of its credit cards. In the past approx. 5% of cardholders defaulted, leaving the bank unable to collect outstanding balance. Hence, management established a prior probability of 0.05 that any particular cardholder will default. The bank also found that the probability of missing a monthly payment is .20 for customers who do not default. Of course, the probability of missing a monthly payment for those who default is 0.5. Q: Given that a customer missed one or more monthly payments, compute the prob. That a customer will default D = Default, Dc = customer doesn’t default, M = missed payment. P(D) = 5% P(D c ) = 95% P(M|D c ) = 20% P(M|D) = 100% P(D|M) = P(D∊M)/ P(M) = P(D∊M)/ ( P(D∊M)+P(Dc∊M)) P(D|M) = 5%*100% / (5%*100%)+(95%*20%) = 20.83%
  • 9. Identifying ProbabilityTechnique Applying Probability Concepts: - Key Steps: - a) Identify the problem b) Categorize the problem into Exclusive or Independence. c) Check if Conditional Probability is applied. d) Check for Bayes Theorem application. • Flipping a coin • Flipping a coin twice, probability of getting a both heads • Flipping a coin twice, probability of getting both heads with a 1st coin already giving a head. • Flipping a coin twice, probability of getting both heads, with one coin already giving a head.
  • 10. Identifying DistributionTechnique Applying Distribution Concepts: - Key Steps: - a) Extending the probability to a sample of data ; for ex. Coin tossing 1000 times. b) Above is a probability distribution. c) Determine the data i.e. Discrete or Continuous. d) If Discrete and has only two outcomes, the events are independent apply binom e) If time comes in picture, think Poisson f) If data is continuous with mean & S.D. provided, think Normal Dist.
  • 11. Binomial & Poisson Binomial Distribution: - 1. The census current population survey shows 28% of individuals , ages 25 and older have completed 4 years of college. For a sample of 15 individuals, ages 25 and older, answer the following. A) What is the prob. 4 will have completed four years of college P(x = 4) = 15C4*0.28^4*0.72^11 = binompdf(15,0.28,4) = 0.2262 A) What is the prob. 3 or more will have completed 4 years of college P(3<= x <=15) = 1 - P(0<= x <=2) = 1 - binomcdf(15,0.28,2) = 0.8355 Poisson Distribution. 2. An average of 15 aircrafts accidents occur each year. Compute the following a) Mean number of aircraft accidents during a month.E(X) = 15/12 = 1.25 b) Probability of no accidents during a month. P(X=0)=Poisson(0,1.25,TRUE)=0.286505 c) Probability of exactly one accident during a month. P(X=0)=Poisson(1,1.25,FALSE)=0.358131 d) Probability of more than one accident during a month. 1-P(X=1) = 1-POISSON(1,1.25, FALSE) = 0.641869
  • 12. Normal Distribution Normal Distribution: - 3. During early 2012, economic hardship was stretching the limits of France welfare system. One indicator of the level of hardship was the increase in the number of people bringing items to the pawnbroker. Assume the number of people visiting the pawnshop is normally distributed with the mean of 658. a) Suppose you learn that on 3% of days, 610 or fewer people bought items to the pawnshop. What is the S.d. of the no. of people bringing items to the pawnshop. Population mean = 658 i.e p(x< 658)=0.03 i.e z value (610-658/ sd )= zvalue (0.03)=-1.88;sd = 25.5319 b) On any given day, what is the prob. That b/w 600 and 700 people bring items to the pawnshop P(600<x<700) = NORMDIST(700,658,25.5319,TRUE)-NORMDIST(600,658,25.5319,TRUE)=0.938 a) How many people bring items to the pawnshop on the busiest 3% of days. NORM.INV(0.97,658,25.5319) = 706.0202