SlideShare a Scribd company logo
APPLICATION OF PROBABLITY
IN ENGINEERING
- BY GROUP 4
What is probability distribution?
• Probability distribution is a mathematical function that describes the likelihood of occurrence
of different outcomes in a random event. In other words, it is a way of representing the
uncertainty associated with a random variable. A random variable is a variable that can take
on different values based on the outcome of a random event.
• A probability distribution assigns a probability to each possible outcome of a random event. The
probabilities are usually represented as values between 0 and 1, where 0 represents an
impossible outcome and 1 represents a certain outcome. The sum of all probabilities in a
probability distribution must equal 1, since one of the possible outcomes must occur.
• There are different types of probability distributions, including discrete distributions and
continuous distributions. Discrete distributions, such as the Bernoulli and binomial
distributions, are used to model events with a finite number of outcomes. Continuous
distributions, such as the normal and exponential distributions, are used to model events with
an infinite number of possible outcomes.
• The shape of a probability distribution is determined by its parameters, which can be
estimated from data or derived from physical laws. Once a probability distribution has been
determined, it can be used to make predictions about the outcome of future events, estimate
the likelihood of specific outcomes, and perform various statistical analyses.
•
Types of probability distribution
1. Discrete Distributions: These distributions are used to model events with a finite or countably
infinite number of outcomes. Examples include the Bernoulli, Binomial, Poisson, and
Geometric distributions.
2. Continuous Distributions: These distributions are used to model events with an uncountably
infinite number of outcomes, such as real numbers. Examples include the Normal, Exponential,
Uniform, and Log-Normal distributions.
3. Univariate Distributions: These distributions describe the behavior of a single random
variable. Examples include the Normal and Exponential distributions.
4. Multivariate Distributions: These distributions describe the behavior of multiple random
variables. Examples include the Multivariate Normal and Dirichlet distributions.
5. Symmetric Distributions: These distributions have a mean that is equal to the median, and the
distribution is symmetrical around the mean. Examples include the Normal and Uniform
distributions.
6. Skewed Distributions: These distributions have a mean that is not equal to the median, and
the distribution is not symmetrical around the mean. Examples include the Log-Normal and
Pareto distributions.
NORMAL
DISTRIBUTION
- BONUS EXAMPLE USING A PYTHON
PROGRAM
BASICS OF NORMAL
DISTRIBUTION:
 A Normal Distribution is also known as a Gaussian distribution.
 The normal distribution is magical because most of the naturally
occurring phenomenon follows a normal distribution.
For example, blood pressure, IQ scores, heights follow the normal
distribution
STANDARD NORMAL
DISTRIBUTION AND Z-SCORE:
 The standard normal distribution has a mean of 0 and variance of 1.
 Any normal distribution can be converted to standard normal distribution to find
probability. In order to do this we use the ‘Z-SCORE’.
 EMPERICAL RULE: It states that 68% of the values of a normal distribution of
data lie within ‘1σ’ of the mean, 95% within ‘2σ’, and 99.7% within ‘3σ’.
PLOTTING A NORMAL CURVE
USING PYTHON:
 Suppose we have data of the heights of adults in a town which follows normal
distribution, we have a sufficient sample size with mean equal to 5.3 and the
standard deviation 1.
Here, loc = mean = 5.3
scale = standard deviation = 1
CALCULATING PROBABILITY:
A] X<4.5 B] 4.5≤ X ≤6.5 C] X>6.5
*CODE:
REAL WORLD APPLICATIONS:
 In the investment world, the periodic (daily, monthly, even annual) returns of
assets like stocks and bonds are assumed to follow a normal distribution.
 In the corporate world, the distribution of the severity of manufacturing defects
was found to be normally distributed (this makes sense: usually you make it
right, a few times you make it slightly wrong, and once in a blue moon you
completely mess it up)
 The process improvement framework Six Sigma was basically built around this
observation.
 In data science and statistics, statistical inference (and hypothesis testing)
relies heavily on the normal distribution.
Binomial Distribution
Q.What ia binomial distribution?
The binomial distribution is one of the most commonly used distributions in
statistics. It describes the probability of obtaining k successes in n binomial
experiments.
If a random variable X follows a binomial distribution, then the probability
that X = k successes can be found by the following formula:
P(X=k) = nCk * pk * (1-p)n-k
where:
•n: number of trials
•k: number of successes
•p: probability of success on a given trial
•nCk: the number of ways to obtain k successes in n trials
Generating an array that follows binomial distribution
using python
Each number in the resulting array represents the number of
“successes” experienced during 10 trials where the probability of
success in a given trial was 0.25.
Eg.Q1:Tanish makes 60% of his free-throw attempts. If he
shoots 12 free throws, what is the probability that he makes
exactly 10?
The probability that Tanish makes exactly 10 free throws
is 0.0639.
Eg.Q2: Afaz flips a fair coin 5 times. What is the probability
that the coin lands on heads 2 times or fewer?
The probability that the coin lands on heads 2 times or
fewer is 0.5.
Visualizing a Binomial Distribution
Code:
The x-axis describes the number of successes during 10 trials and the y-axis
displays the number of times each number of successes occurred during 1,000
experiments.
G4 PROBABLITY.pptx
G4 PROBABLITY.pptx
G4 PROBABLITY.pptx
G4 PROBABLITY.pptx
G4 PROBABLITY.pptx

More Related Content

Similar to G4 PROBABLITY.pptx

Discrete distributions: Binomial, Poisson & Hypergeometric distributions
Discrete distributions:  Binomial, Poisson & Hypergeometric distributionsDiscrete distributions:  Binomial, Poisson & Hypergeometric distributions
Discrete distributions: Binomial, Poisson & Hypergeometric distributions
ScholarsPoint1
 
Probability distribution 10
Probability distribution 10Probability distribution 10
Probability distribution 10
Sundar B N
 
PA_EPGDM_2_2023.pptx
PA_EPGDM_2_2023.pptxPA_EPGDM_2_2023.pptx
PA_EPGDM_2_2023.pptx
somenathtiwary
 
Different types of distributions
Different types of distributionsDifferent types of distributions
Different types of distributions
RajaKrishnan M
 
Probability, Discrete Probability, Normal Probabilty
Probability, Discrete Probability, Normal ProbabiltyProbability, Discrete Probability, Normal Probabilty
Probability, Discrete Probability, Normal Probabilty
Faisal Hussain
 
Statistik dan Probabilitas Yuni Yamasari 2.pptx
Statistik dan Probabilitas Yuni Yamasari 2.pptxStatistik dan Probabilitas Yuni Yamasari 2.pptx
Statistik dan Probabilitas Yuni Yamasari 2.pptx
AisyahLailia
 
Inorganic CHEMISTRY
Inorganic CHEMISTRYInorganic CHEMISTRY
Inorganic CHEMISTRY
Saikumar raja
 
Module-2_Notes-with-Example for data science
Module-2_Notes-with-Example for data scienceModule-2_Notes-with-Example for data science
Module-2_Notes-with-Example for data science
pujashri1975
 
RM
RMRM
Discreet and continuous probability
Discreet and continuous probabilityDiscreet and continuous probability
Discreet and continuous probabilitynj1992
 
Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...
 Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist... Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...
Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...
Sundar B N
 
Theory of probability and probability distribution
Theory of probability and probability distributionTheory of probability and probability distribution
Theory of probability and probability distributionpolscjp
 
Probability Distributions
Probability Distributions Probability Distributions
Probability Distributions
Anthony J. Evans
 
Presentation_advance_1n.pptx
Presentation_advance_1n.pptxPresentation_advance_1n.pptx
Presentation_advance_1n.pptx
sharonmarishkawilfre
 
ststs nw.pptx
ststs nw.pptxststs nw.pptx
ststs nw.pptx
MrymNb
 
Statistical Analysis with R- III
Statistical Analysis with R- IIIStatistical Analysis with R- III
Statistical Analysis with R- III
Akhila Prabhakaran
 
Module Five Normal Distributions & Hypothesis TestingTop of F.docx
Module Five Normal Distributions & Hypothesis TestingTop of F.docxModule Five Normal Distributions & Hypothesis TestingTop of F.docx
Module Five Normal Distributions & Hypothesis TestingTop of F.docx
roushhsiu
 
PG STAT 531 Lecture 5 Probability Distribution
PG STAT 531 Lecture 5 Probability DistributionPG STAT 531 Lecture 5 Probability Distribution
PG STAT 531 Lecture 5 Probability Distribution
Aashish Patel
 
Sqqs1013 ch5-a122
Sqqs1013 ch5-a122Sqqs1013 ch5-a122
Sqqs1013 ch5-a122
kim rae KI
 
Probability.pptx
Probability.pptxProbability.pptx
Probability.pptx
mangalyap23
 

Similar to G4 PROBABLITY.pptx (20)

Discrete distributions: Binomial, Poisson & Hypergeometric distributions
Discrete distributions:  Binomial, Poisson & Hypergeometric distributionsDiscrete distributions:  Binomial, Poisson & Hypergeometric distributions
Discrete distributions: Binomial, Poisson & Hypergeometric distributions
 
Probability distribution 10
Probability distribution 10Probability distribution 10
Probability distribution 10
 
PA_EPGDM_2_2023.pptx
PA_EPGDM_2_2023.pptxPA_EPGDM_2_2023.pptx
PA_EPGDM_2_2023.pptx
 
Different types of distributions
Different types of distributionsDifferent types of distributions
Different types of distributions
 
Probability, Discrete Probability, Normal Probabilty
Probability, Discrete Probability, Normal ProbabiltyProbability, Discrete Probability, Normal Probabilty
Probability, Discrete Probability, Normal Probabilty
 
Statistik dan Probabilitas Yuni Yamasari 2.pptx
Statistik dan Probabilitas Yuni Yamasari 2.pptxStatistik dan Probabilitas Yuni Yamasari 2.pptx
Statistik dan Probabilitas Yuni Yamasari 2.pptx
 
Inorganic CHEMISTRY
Inorganic CHEMISTRYInorganic CHEMISTRY
Inorganic CHEMISTRY
 
Module-2_Notes-with-Example for data science
Module-2_Notes-with-Example for data scienceModule-2_Notes-with-Example for data science
Module-2_Notes-with-Example for data science
 
RM
RMRM
RM
 
Discreet and continuous probability
Discreet and continuous probabilityDiscreet and continuous probability
Discreet and continuous probability
 
Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...
 Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist... Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...
Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...
 
Theory of probability and probability distribution
Theory of probability and probability distributionTheory of probability and probability distribution
Theory of probability and probability distribution
 
Probability Distributions
Probability Distributions Probability Distributions
Probability Distributions
 
Presentation_advance_1n.pptx
Presentation_advance_1n.pptxPresentation_advance_1n.pptx
Presentation_advance_1n.pptx
 
ststs nw.pptx
ststs nw.pptxststs nw.pptx
ststs nw.pptx
 
Statistical Analysis with R- III
Statistical Analysis with R- IIIStatistical Analysis with R- III
Statistical Analysis with R- III
 
Module Five Normal Distributions & Hypothesis TestingTop of F.docx
Module Five Normal Distributions & Hypothesis TestingTop of F.docxModule Five Normal Distributions & Hypothesis TestingTop of F.docx
Module Five Normal Distributions & Hypothesis TestingTop of F.docx
 
PG STAT 531 Lecture 5 Probability Distribution
PG STAT 531 Lecture 5 Probability DistributionPG STAT 531 Lecture 5 Probability Distribution
PG STAT 531 Lecture 5 Probability Distribution
 
Sqqs1013 ch5-a122
Sqqs1013 ch5-a122Sqqs1013 ch5-a122
Sqqs1013 ch5-a122
 
Probability.pptx
Probability.pptxProbability.pptx
Probability.pptx
 

Recently uploaded

RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 

Recently uploaded (20)

RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 

G4 PROBABLITY.pptx

  • 1. APPLICATION OF PROBABLITY IN ENGINEERING - BY GROUP 4
  • 2. What is probability distribution? • Probability distribution is a mathematical function that describes the likelihood of occurrence of different outcomes in a random event. In other words, it is a way of representing the uncertainty associated with a random variable. A random variable is a variable that can take on different values based on the outcome of a random event. • A probability distribution assigns a probability to each possible outcome of a random event. The probabilities are usually represented as values between 0 and 1, where 0 represents an impossible outcome and 1 represents a certain outcome. The sum of all probabilities in a probability distribution must equal 1, since one of the possible outcomes must occur. • There are different types of probability distributions, including discrete distributions and continuous distributions. Discrete distributions, such as the Bernoulli and binomial distributions, are used to model events with a finite number of outcomes. Continuous distributions, such as the normal and exponential distributions, are used to model events with an infinite number of possible outcomes. • The shape of a probability distribution is determined by its parameters, which can be estimated from data or derived from physical laws. Once a probability distribution has been determined, it can be used to make predictions about the outcome of future events, estimate the likelihood of specific outcomes, and perform various statistical analyses. •
  • 3. Types of probability distribution 1. Discrete Distributions: These distributions are used to model events with a finite or countably infinite number of outcomes. Examples include the Bernoulli, Binomial, Poisson, and Geometric distributions. 2. Continuous Distributions: These distributions are used to model events with an uncountably infinite number of outcomes, such as real numbers. Examples include the Normal, Exponential, Uniform, and Log-Normal distributions. 3. Univariate Distributions: These distributions describe the behavior of a single random variable. Examples include the Normal and Exponential distributions. 4. Multivariate Distributions: These distributions describe the behavior of multiple random variables. Examples include the Multivariate Normal and Dirichlet distributions. 5. Symmetric Distributions: These distributions have a mean that is equal to the median, and the distribution is symmetrical around the mean. Examples include the Normal and Uniform distributions. 6. Skewed Distributions: These distributions have a mean that is not equal to the median, and the distribution is not symmetrical around the mean. Examples include the Log-Normal and Pareto distributions.
  • 4. NORMAL DISTRIBUTION - BONUS EXAMPLE USING A PYTHON PROGRAM
  • 5. BASICS OF NORMAL DISTRIBUTION:  A Normal Distribution is also known as a Gaussian distribution.  The normal distribution is magical because most of the naturally occurring phenomenon follows a normal distribution. For example, blood pressure, IQ scores, heights follow the normal distribution
  • 6. STANDARD NORMAL DISTRIBUTION AND Z-SCORE:  The standard normal distribution has a mean of 0 and variance of 1.  Any normal distribution can be converted to standard normal distribution to find probability. In order to do this we use the ‘Z-SCORE’.  EMPERICAL RULE: It states that 68% of the values of a normal distribution of data lie within ‘1σ’ of the mean, 95% within ‘2σ’, and 99.7% within ‘3σ’.
  • 7. PLOTTING A NORMAL CURVE USING PYTHON:  Suppose we have data of the heights of adults in a town which follows normal distribution, we have a sufficient sample size with mean equal to 5.3 and the standard deviation 1. Here, loc = mean = 5.3 scale = standard deviation = 1
  • 8. CALCULATING PROBABILITY: A] X<4.5 B] 4.5≤ X ≤6.5 C] X>6.5 *CODE:
  • 9. REAL WORLD APPLICATIONS:  In the investment world, the periodic (daily, monthly, even annual) returns of assets like stocks and bonds are assumed to follow a normal distribution.  In the corporate world, the distribution of the severity of manufacturing defects was found to be normally distributed (this makes sense: usually you make it right, a few times you make it slightly wrong, and once in a blue moon you completely mess it up)  The process improvement framework Six Sigma was basically built around this observation.  In data science and statistics, statistical inference (and hypothesis testing) relies heavily on the normal distribution.
  • 10.
  • 11.
  • 12. Binomial Distribution Q.What ia binomial distribution? The binomial distribution is one of the most commonly used distributions in statistics. It describes the probability of obtaining k successes in n binomial experiments. If a random variable X follows a binomial distribution, then the probability that X = k successes can be found by the following formula: P(X=k) = nCk * pk * (1-p)n-k where: •n: number of trials •k: number of successes •p: probability of success on a given trial •nCk: the number of ways to obtain k successes in n trials
  • 13. Generating an array that follows binomial distribution using python Each number in the resulting array represents the number of “successes” experienced during 10 trials where the probability of success in a given trial was 0.25.
  • 14. Eg.Q1:Tanish makes 60% of his free-throw attempts. If he shoots 12 free throws, what is the probability that he makes exactly 10? The probability that Tanish makes exactly 10 free throws is 0.0639.
  • 15. Eg.Q2: Afaz flips a fair coin 5 times. What is the probability that the coin lands on heads 2 times or fewer? The probability that the coin lands on heads 2 times or fewer is 0.5.
  • 16. Visualizing a Binomial Distribution Code: The x-axis describes the number of successes during 10 trials and the y-axis displays the number of times each number of successes occurred during 1,000 experiments.