SlideShare una empresa de Scribd logo
1 de 34
BINOMIAL ,POISSON AND
NORMAL DISTRIBUTION ..
S. SIVA RANJANI
BINOMIAL DISTRIBUTION
In probability theory and statistics, the binomial distribution is the discrete probability distribution gives only
two possible results in an experiment, either Success or Failure. For example, if we toss a coin, there could be
only two possible outcomes: heads or tails, and if any test is taken, then there could be only two results: pass
or fail. This distribution is also called a binomial probability distribution.
Number of trials (n) is a fixed number.
The outcome of a given trial is either success or failure.
The probability of success (p) remains constant from trial to trial which means an experiment is conducted
under homogeneous conditions.
The trials are independent which means the outcome of previous trial does not affect the outcome of the next
trial.
Binomial Probability Distribution
In binomial probability distribution, the number of ‘Success’ in a sequence of n
experiments, where each time a question is asked for yes-no, then the valued
outcome is represented either with success/yes/true/one (probability p) or
failure/no/false/zero (probability q = 1 − p). A single success/failure test is also
called a Bernoulli trial or Bernoulli experiment, and a series of outcomes is called a
Bernoulli process. For n = 1, i.e. a single experiment, the binomial distribution is a
Bernoulli distribution.
There are two parameters n and p used here in a binomial distribution. The
variable ‘n’ states the number of times the experiment runs and the variable
‘p’ tells the probability of any one outcome. Suppose a die is thrown
randomly 10 times, then the probability of getting 2 for anyone throw is ⅙.
When you throw the dice 10 times, you have a binomial distribution of n =
10 and p = ⅙.
FORMULA
The binomial distribution formula is for any random variable X, given by;
P(x:n,p) = nCx px (1-p)n-x
Where,
n = the number of experiments
x = 0, 1, 2, 3, 4, …
p = Probability of Success in a single experiment
q = Probability of Failure in a single experiment = 1 – p
The binomial distribution formula can also be written in the form of n-Bernoulli trials,
where nCx = n!/x!(n-x)!. Hence,
P(x:n,p) = n!/[x!(n-x)!].px.(q)n-x
Binomial Distribution Mean and Variance
For a binomial distribution, the mean, variance and standard deviation for the given number of success
are represented using the formulas
Mean, μ = np
Variance, σ2 = npq
Standard Deviation σ= √(npq)
Where p is the probability of success
q is the probability of failure, where q = 1-p
PROPERTIES OF BINOMIAL DISTRIBUTION
The properties of the binomial distribution are:
 There are two possible outcomes: true or false, success or failure, yes or no.
 There is ‘n’ number of independent trials or a fixed number of n times repeated trials.
 The probability of success or failure remains the same for each trial.
 Only the number of success is calculated out of n independent trials.
 Every trial is an independent trial, which means the outcome of one trial does not
affect the outcome of another trial.
It is a p.m.f.(probability mass function).
The parameters of Binomial Distribution are ’n’ and ‘p’ where, n - number of trials and p - probability of
success.
Mean of Binomial Distribution = np
Variance of Binomial Distribution = npq (here q=1-p)
Mode of Binomial Distribution is integral part of (n+1)p, if (n+1)p is not an integer. But, if (n+1)p is an
integer, then the distribution has two modal values, (n+1)p and [(n+1)p] - 1.
q- probability of failure, q < 1, hence, npq < np. Thus, Variance is less than Mean.
If p=q=1/2, then the distribution is symmetric about median and if p is not equal to q, then it is skewed
distribution.
Additive property of Binomial Distribution : If X and Y are independent variables such that X follows
Binomial Distribution with (n1, p) and Y follows Binomial Distribution with (n2, p), then (X+Y) follows
Binomial Distribution with (n1+n2, p).
If X1, X2,…., Xn are independent and identically distributed Bernoulli variates each with parameter p, then
their addition follows Binomial Distribution with (n, p).
What are the criteria for the binomial
distribution
• The number of trials should be fixed.
• Each trial should be independent.
• The probability of success is exactly the same from one trial to
the other trial.
Examples of binomial distribution problems:
The number of defective/non-defective products in a production run.
Yes/No Survey (such as asking 150 people if they watch ABC news).
Vote counts for a candidate in an election.
The number of successful sales calls.
The number of male/female workers in a company
So, as we have the basis let’s see some binominal distribution examples, problems, and solutions from
real life.
Binomial Distribution Vs Normal Distribution
• Binomial Distribution Vs Normal Distribution
• The main difference between the binomial distribution and the
normal distribution is that binomial distribution is discrete,
whereas the normal distribution is continuous. It means that the
binomial distribution has a finite amount of events, whereas the
normal distribution has an infinite number of events. In case, if
the sample size for the binomial distribution is very large, then
the distribution curve for the binomial distribution is similar to the
normal distribution curve
•
Poission Distribution
Poisson Distribution
• Poisson distribution is a theoretical discrete probability and is also known
as the Poisson distribution probability mass function. It is used to find the
probability of an independent event that is occurring in a fixed interval of
time and has a constant mean rate. The Poisson distribution probability
mass function can also be used in other fixed intervals such as volume,
area, distance, etc. A Poisson random variable will relatively describe a
phenomenon if there are few successes over many trials. The Poisson
distribution is used as a limiting case of the binomial distribution when the
trials are large indefinitely. If a Poisson distribution models the same
binomial phenomenon, λ is replaced by np. Poisson distribution is named
after the French mathematician Denis Poisson
Poisson distribution
• Poisson distribution definition is used to model a discrete
probability of an event where independent events are occurring in
a fixed interval of time and have a known constant mean rate. In
other words, Poisson distribution is used to estimate how many
times an event is likely to occur within the given period of time. λ
is the Poisson rate parameter that indicates the expected value of
the average number of events in the fixed time interval. Poisson
distribution has wide use in the fields of business as well as in
biology
Example :
• Let us try and understand this with an example, customer care
center receives 100 calls per hour, 8 hours a day. As we can see
that the calls are independent of each other. The probability of
the number of calls per minute has a Poisson probability
distribution. There can be any number of calls per minute
irrespective of the number of calls received in the previous
minute. Below is the curve of the probabilities for a fixed value of
λ of a function following Poisson distribution:
FORMULA
• Poisson distribution formula is used to find the probability of an
event that happens independently, discretely over a fixed time
period, when the mean rate of occurrence is constant over time.
The Poisson distribution formula is applied when there is a large
number of possible outcomes. For a random discrete variable X
that follows the Poisson distribution, and λ is the average rate of
value, then the probability of x is given by:
• f(x) = P(X=x) = (e-λ λx )/x!
•
Where
x = 0, 1, 2, 3...
e is the Euler's number(e = 2.718)
λ is an average rate of the expected value and λ = variance, also λ>0
Poisson Distribution Mean and Variance
For Poisson distribution, which has λ as the average rate, for a fixed interval of
time, then the mean of the Poisson distribution and the value of variance will
be the same. So for X following Poisson distribution, we can say that λ is the
mean as well as the variance of the distribution.
Hence: E(X) = V(X) = λ
where
E(X) is the expected mean
V(X) is the variance
λ > 0
Properties of Poisson Distribution
The Poisson distribution is applicable in events that have a large number of rare and independent
possible events
Important Notes
• The formula for Poisson distribution is f(x) = P(X=x) = (e-λ λx )/x!.
• For the Poisson distribution, λ is always greater than 0.
• For Poisson distribution, the mean and the variance of the
distribution are equal.
PROPERTIES
• The events are independent.
• The average number of successes in the given period of time alone can occur.
No two events can occur at the same time.
• The Poisson distribution is limited when the number of trials n is indefinitely
large.
• mean = variance = λ
• np = λ is finite, where λ is constant.
• The standard deviation is always equal to the square root of the mean μ.
• The exact probability that the random variable X with mean μ =a is given by
P(X= a) = μa / a! e -μ
• If the mean is large, then the Poisson distribution is approximately a normal
distribution
Poisson distribution table
• Similar to the binomial distribution, we can have a Poisson
distribution table which will help us to quickly find the probability
mass function of an event that follows the Poisson distribution.
The Poisson distribution table shows different values of Poisson
distribution for various values of λ, where λ>0. Here in the table
given below, we can see that, for P(X =0) and λ = 0.5, the value of
the probability mass function is 0.6065 or 60.65%.
NORMAL DISTRIBUTION
What are the properties of the normal distribution?
• The normal distribution is a continuous probability distribution that is
symmetrical on both sides of the mean, so the right side of the centre is
a mirror image of the left side.
• The area under the normal distribution curve represents probability and
the total area under the curve sums to one.
• Most of the continuous data values in a normal distribution tend to
cluster around the mean, and the further a value is from the mean, the
less likely it is to occur. The tails are asymptotic, which means that they
approach but never quite meet the horizon (i.e. x-axis).
• For a perfectly normal distribution the mean, median and mode will be
the same value, visually represented by the peak of the curve
The normal distribution is often called the bell curve because
the graph of its probability density looks like a bell. It is also
known as called Gaussian distribution, after the German
mathematician Carl Gauss who first described it.
What is the difference between a normal distribution and a
standard normal distribution?
A normal distribution is determined by two parameters the mean and the variance. A normal distribution with a
mean of 0 and a standard deviation of 1 is called a standard normal distribution.
Why is the normal distribution important?
 The bell-shaped curve is a common feature of nature and psychology
The normal distribution is the most important probability distribution
in statistics because many continuous data in nature and psychology displays
this bell-shaped curve when compiled and graphed.
For example, if we randomly sampled 100 individuals we would expect
to see a normal distribution frequency curve for many continuous variables,
such as IQ, height, weight and blood pressure.
 Parametric significance tests require a normal distribution of the samples' data points
The most powerful (parametric) statistical tests used by psychologists require
data to be normally distributed. If the data does not resemble a bell curve researchers may
have to use a less powerful type of statistical test, called non-parametric statistics.
 Converting the raw scores of a normal distribution to z-scores
We can standardized the values (raw scores) of a normal distribution by
converting them into z-scores.
This procedure allows researchers to determine the proportion of the values
that fall within a specified number of standard deviations from the mean (i.e. calculate the
empirical rule).
What is the empirical rule formula?
• The empirical rule in statistics allows researchers to determine
the proportion of values that fall within certain distances from the
mean. The empirical rule is often referred to as the three-sigma
rule or the 68-95-99.7 rule.
 If the data values in a normal distribution are converted to standard score (z-score)
in a standard normal distribution the empirical rule describes the percentage of the
data that fall within specific numbers of standard deviations (σ) from the mean (μ)
for bell-shaped curves.
 The empirical rule allows researchers to calculate the probability of randomly
obtaining a score from a normal distribution.
 68% of data falls within the first standard deviation from the mean. This means there
is a 68% probability of randomly selecting a score between -1 and +1 standard
deviations from the mean.
 95% of the values fall within two standard deviations from the
mean. This means there is a 95% probability of randomly selecting
a score between -2 and +2 standard deviations from the mean.
 99.7% of data will fall within three standard deviations from the
mean. This means there is a 99.7% probability of randomly
selecting a score between -3 and +3 standard deviations from the
mean.

Más contenido relacionado

La actualidad más candente

Probability distribution
Probability distributionProbability distribution
Probability distributionRohit kumar
 
The Binomial, Poisson, and Normal Distributions
The Binomial, Poisson, and Normal DistributionsThe Binomial, Poisson, and Normal Distributions
The Binomial, Poisson, and Normal DistributionsSCE.Surat
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distributionSonamWadhwa3
 
Binomial and Poisson Distribution
Binomial and Poisson  DistributionBinomial and Poisson  Distribution
Binomial and Poisson DistributionSundar B N
 
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 DistributionAashish Patel
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distributionSaradha Shyam
 
F test and ANOVA
F test and ANOVAF test and ANOVA
F test and ANOVAMEENURANJI
 
Confidence Intervals: Basic concepts and overview
Confidence Intervals: Basic concepts and overviewConfidence Intervals: Basic concepts and overview
Confidence Intervals: Basic concepts and overviewRizwan S A
 
Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distributionhamza munir
 
Confidence intervals
Confidence intervalsConfidence intervals
Confidence intervalsTanay Tandon
 
binomial distribution
binomial distributionbinomial distribution
binomial distributionMmedsc Hahm
 
Review & Hypothesis Testing
Review & Hypothesis TestingReview & Hypothesis Testing
Review & Hypothesis TestingSr Edith Bogue
 
Binomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBinomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBharath kumar Karanam
 
Probability Distributions
Probability Distributions Probability Distributions
Probability Distributions Anthony J. Evans
 

La actualidad más candente (20)

Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Probability Distributions
Probability DistributionsProbability Distributions
Probability Distributions
 
The Binomial, Poisson, and Normal Distributions
The Binomial, Poisson, and Normal DistributionsThe Binomial, Poisson, and Normal Distributions
The Binomial, Poisson, and Normal Distributions
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
Binomial and Poisson Distribution
Binomial and Poisson  DistributionBinomial and Poisson  Distribution
Binomial and Poisson Distribution
 
Confidence Intervals
Confidence IntervalsConfidence Intervals
Confidence Intervals
 
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
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
binomial distribution
binomial distributionbinomial distribution
binomial distribution
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITY
 
F test and ANOVA
F test and ANOVAF test and ANOVA
F test and ANOVA
 
Confidence Intervals: Basic concepts and overview
Confidence Intervals: Basic concepts and overviewConfidence Intervals: Basic concepts and overview
Confidence Intervals: Basic concepts and overview
 
Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distribution
 
Confidence intervals
Confidence intervalsConfidence intervals
Confidence intervals
 
binomial distribution
binomial distributionbinomial distribution
binomial distribution
 
Review & Hypothesis Testing
Review & Hypothesis TestingReview & Hypothesis Testing
Review & Hypothesis Testing
 
The Standard Normal Distribution
The Standard Normal Distribution  The Standard Normal Distribution
The Standard Normal Distribution
 
Binomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBinomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distribution
 
The Chi Square Test
The Chi Square TestThe Chi Square Test
The Chi Square Test
 
Probability Distributions
Probability Distributions Probability Distributions
Probability Distributions
 

Similar a BINOMIAL ,POISSON AND NORMAL DISTRIBUTION.pptx

Bernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial DistributionBernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial DistributionDataminingTools Inc
 
Bernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial DistributionBernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial Distributionmathscontent
 
Discrete distributions: Binomial, Poisson & Hypergeometric distributions
Discrete distributions:  Binomial, Poisson & Hypergeometric distributionsDiscrete distributions:  Binomial, Poisson & Hypergeometric distributions
Discrete distributions: Binomial, Poisson & Hypergeometric distributionsScholarsPoint1
 
PHS 213 - BIOSTATISTICS - LECTURE 3.pptx
PHS 213 - BIOSTATISTICS - LECTURE 3.pptxPHS 213 - BIOSTATISTICS - LECTURE 3.pptx
PHS 213 - BIOSTATISTICS - LECTURE 3.pptxOluseyi7
 
Probability distribution
Probability distributionProbability distribution
Probability distributionRanjan Kumar
 
Sampling distribution by Dr. Ruchi Jain
Sampling distribution by Dr. Ruchi JainSampling distribution by Dr. Ruchi Jain
Sampling distribution by Dr. Ruchi JainRuchiJainRuchiJain
 
Binomail distribution 23 jan 21
Binomail distribution 23 jan 21Binomail distribution 23 jan 21
Binomail distribution 23 jan 21Arun Mishra
 
Probability and Some Special Discrete Distributions
Probability and Some Special Discrete DistributionsProbability and Some Special Discrete Distributions
Probability and Some Special Discrete DistributionsDoyelGhosh1
 
ADVANCED STATISTICS PREVIOUS YEAR QUESTIONS.docx
ADVANCED STATISTICS PREVIOUS YEAR QUESTIONS.docxADVANCED STATISTICS PREVIOUS YEAR QUESTIONS.docx
ADVANCED STATISTICS PREVIOUS YEAR QUESTIONS.docxTaskiaSarkar
 
Statistical Analysis with R- III
Statistical Analysis with R- IIIStatistical Analysis with R- III
Statistical Analysis with R- IIIAkhila Prabhakaran
 
binomialdistribution (1).pdf
binomialdistribution (1).pdfbinomialdistribution (1).pdf
binomialdistribution (1).pdfKalaiarasan891338
 
4 1 probability and discrete probability distributions
4 1 probability and discrete    probability distributions4 1 probability and discrete    probability distributions
4 1 probability and discrete probability distributionsLama K Banna
 

Similar a BINOMIAL ,POISSON AND NORMAL DISTRIBUTION.pptx (20)

Prob distros
Prob distrosProb distros
Prob distros
 
Bernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial DistributionBernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial Distribution
 
Bernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial DistributionBernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial Distribution
 
Discrete distributions: Binomial, Poisson & Hypergeometric distributions
Discrete distributions:  Binomial, Poisson & Hypergeometric distributionsDiscrete distributions:  Binomial, Poisson & Hypergeometric distributions
Discrete distributions: Binomial, Poisson & Hypergeometric distributions
 
PHS 213 - BIOSTATISTICS - LECTURE 3.pptx
PHS 213 - BIOSTATISTICS - LECTURE 3.pptxPHS 213 - BIOSTATISTICS - LECTURE 3.pptx
PHS 213 - BIOSTATISTICS - LECTURE 3.pptx
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Statistics-2 : Elements of Inference
Statistics-2 : Elements of InferenceStatistics-2 : Elements of Inference
Statistics-2 : Elements of Inference
 
lecture4.pdf
lecture4.pdflecture4.pdf
lecture4.pdf
 
Sampling distribution by Dr. Ruchi Jain
Sampling distribution by Dr. Ruchi JainSampling distribution by Dr. Ruchi Jain
Sampling distribution by Dr. Ruchi Jain
 
Binomail distribution 23 jan 21
Binomail distribution 23 jan 21Binomail distribution 23 jan 21
Binomail distribution 23 jan 21
 
Probability and Some Special Discrete Distributions
Probability and Some Special Discrete DistributionsProbability and Some Special Discrete Distributions
Probability and Some Special Discrete Distributions
 
Inorganic CHEMISTRY
Inorganic CHEMISTRYInorganic CHEMISTRY
Inorganic CHEMISTRY
 
Probability Distribution
Probability DistributionProbability Distribution
Probability Distribution
 
ADVANCED STATISTICS PREVIOUS YEAR QUESTIONS.docx
ADVANCED STATISTICS PREVIOUS YEAR QUESTIONS.docxADVANCED STATISTICS PREVIOUS YEAR QUESTIONS.docx
ADVANCED STATISTICS PREVIOUS YEAR QUESTIONS.docx
 
Probability
ProbabilityProbability
Probability
 
Statistical Analysis with R- III
Statistical Analysis with R- IIIStatistical Analysis with R- III
Statistical Analysis with R- III
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
binomialdistribution (1).pdf
binomialdistribution (1).pdfbinomialdistribution (1).pdf
binomialdistribution (1).pdf
 
FandTtests.ppt
FandTtests.pptFandTtests.ppt
FandTtests.ppt
 
4 1 probability and discrete probability distributions
4 1 probability and discrete    probability distributions4 1 probability and discrete    probability distributions
4 1 probability and discrete probability distributions
 

Más de letbestrong

Multilaterialism.pptx
Multilaterialism.pptxMultilaterialism.pptx
Multilaterialism.pptxletbestrong
 
Research report.pptx
Research report.pptxResearch report.pptx
Research report.pptxletbestrong
 
One Sample t test.pptx
One Sample t test.pptxOne Sample t test.pptx
One Sample t test.pptxletbestrong
 
Preparation and Presentation of budget.pptx
Preparation and Presentation of budget.pptxPreparation and Presentation of budget.pptx
Preparation and Presentation of budget.pptxletbestrong
 
Human Capital.pptx
Human Capital.pptxHuman Capital.pptx
Human Capital.pptxletbestrong
 
monopony exploitation of labour.pptx
monopony exploitation of labour.pptxmonopony exploitation of labour.pptx
monopony exploitation of labour.pptxletbestrong
 
Micro finance Institutions.pptx
Micro finance Institutions.pptxMicro finance Institutions.pptx
Micro finance Institutions.pptxletbestrong
 
Population policy slideshare.pptx
Population policy  slideshare.pptxPopulation policy  slideshare.pptx
Population policy slideshare.pptxletbestrong
 
Foreign Direct Investment.pptx
Foreign Direct Investment.pptxForeign Direct Investment.pptx
Foreign Direct Investment.pptxletbestrong
 

Más de letbestrong (10)

Multilaterialism.pptx
Multilaterialism.pptxMultilaterialism.pptx
Multilaterialism.pptx
 
Research report.pptx
Research report.pptxResearch report.pptx
Research report.pptx
 
Footnote.pptx
Footnote.pptxFootnote.pptx
Footnote.pptx
 
One Sample t test.pptx
One Sample t test.pptxOne Sample t test.pptx
One Sample t test.pptx
 
Preparation and Presentation of budget.pptx
Preparation and Presentation of budget.pptxPreparation and Presentation of budget.pptx
Preparation and Presentation of budget.pptx
 
Human Capital.pptx
Human Capital.pptxHuman Capital.pptx
Human Capital.pptx
 
monopony exploitation of labour.pptx
monopony exploitation of labour.pptxmonopony exploitation of labour.pptx
monopony exploitation of labour.pptx
 
Micro finance Institutions.pptx
Micro finance Institutions.pptxMicro finance Institutions.pptx
Micro finance Institutions.pptx
 
Population policy slideshare.pptx
Population policy  slideshare.pptxPopulation policy  slideshare.pptx
Population policy slideshare.pptx
 
Foreign Direct Investment.pptx
Foreign Direct Investment.pptxForeign Direct Investment.pptx
Foreign Direct Investment.pptx
 

Último

Quantitative Analysis of Retail Sector Companies
Quantitative Analysis of Retail Sector CompaniesQuantitative Analysis of Retail Sector Companies
Quantitative Analysis of Retail Sector Companiesprashantbhati354
 
Governor Olli Rehn: Dialling back monetary restraint
Governor Olli Rehn: Dialling back monetary restraintGovernor Olli Rehn: Dialling back monetary restraint
Governor Olli Rehn: Dialling back monetary restraintSuomen Pankki
 
SBP-Market-Operations and market managment
SBP-Market-Operations and market managmentSBP-Market-Operations and market managment
SBP-Market-Operations and market managmentfactical
 
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Sonam Pathan
 
Classical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam SmithClassical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam SmithAdamYassin2
 
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Current Economic situation of Pakistan .pptx
Current Economic situation of Pakistan .pptxCurrent Economic situation of Pakistan .pptx
Current Economic situation of Pakistan .pptxuzma244191
 
Tenets of Physiocracy History of Economic
Tenets of Physiocracy History of EconomicTenets of Physiocracy History of Economic
Tenets of Physiocracy History of Economiccinemoviesu
 
The Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng PilipinasThe Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng PilipinasCherylouCamus
 
House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHenry Tapper
 
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证jdkhjh
 
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证rjrjkk
 
fca-bsps-decision-letter-redacted (1).pdf
fca-bsps-decision-letter-redacted (1).pdffca-bsps-decision-letter-redacted (1).pdf
fca-bsps-decision-letter-redacted (1).pdfHenry Tapper
 
PMFBY , Pradhan Mantri Fasal bima yojna
PMFBY , Pradhan Mantri  Fasal bima yojnaPMFBY , Pradhan Mantri  Fasal bima yojna
PMFBY , Pradhan Mantri Fasal bima yojnaDharmendra Kumar
 
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfBPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfHenry Tapper
 
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...Henry Tapper
 
Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Sonam Pathan
 
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Sapana Sha
 
(中央兰开夏大学毕业证学位证成绩单-案例)
(中央兰开夏大学毕业证学位证成绩单-案例)(中央兰开夏大学毕业证学位证成绩单-案例)
(中央兰开夏大学毕业证学位证成绩单-案例)twfkn8xj
 

Último (20)

Quantitative Analysis of Retail Sector Companies
Quantitative Analysis of Retail Sector CompaniesQuantitative Analysis of Retail Sector Companies
Quantitative Analysis of Retail Sector Companies
 
Governor Olli Rehn: Dialling back monetary restraint
Governor Olli Rehn: Dialling back monetary restraintGovernor Olli Rehn: Dialling back monetary restraint
Governor Olli Rehn: Dialling back monetary restraint
 
SBP-Market-Operations and market managment
SBP-Market-Operations and market managmentSBP-Market-Operations and market managment
SBP-Market-Operations and market managment
 
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
 
Classical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam SmithClassical Theory of Macroeconomics by Adam Smith
Classical Theory of Macroeconomics by Adam Smith
 
Monthly Economic Monitoring of Ukraine No 231, April 2024
Monthly Economic Monitoring of Ukraine No 231, April 2024Monthly Economic Monitoring of Ukraine No 231, April 2024
Monthly Economic Monitoring of Ukraine No 231, April 2024
 
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in  Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Nand Nagri (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Current Economic situation of Pakistan .pptx
Current Economic situation of Pakistan .pptxCurrent Economic situation of Pakistan .pptx
Current Economic situation of Pakistan .pptx
 
Tenets of Physiocracy History of Economic
Tenets of Physiocracy History of EconomicTenets of Physiocracy History of Economic
Tenets of Physiocracy History of Economic
 
The Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng PilipinasThe Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng Pilipinas
 
House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview document
 
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证
 
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
 
fca-bsps-decision-letter-redacted (1).pdf
fca-bsps-decision-letter-redacted (1).pdffca-bsps-decision-letter-redacted (1).pdf
fca-bsps-decision-letter-redacted (1).pdf
 
PMFBY , Pradhan Mantri Fasal bima yojna
PMFBY , Pradhan Mantri  Fasal bima yojnaPMFBY , Pradhan Mantri  Fasal bima yojna
PMFBY , Pradhan Mantri Fasal bima yojna
 
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfBPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
 
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...
letter-from-the-chair-to-the-fca-relating-to-british-steel-pensions-scheme-15...
 
Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713
 
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111Call Girls In Yusuf Sarai Women Seeking Men 9654467111
Call Girls In Yusuf Sarai Women Seeking Men 9654467111
 
(中央兰开夏大学毕业证学位证成绩单-案例)
(中央兰开夏大学毕业证学位证成绩单-案例)(中央兰开夏大学毕业证学位证成绩单-案例)
(中央兰开夏大学毕业证学位证成绩单-案例)
 

BINOMIAL ,POISSON AND NORMAL DISTRIBUTION.pptx

  • 1. BINOMIAL ,POISSON AND NORMAL DISTRIBUTION .. S. SIVA RANJANI
  • 2. BINOMIAL DISTRIBUTION In probability theory and statistics, the binomial distribution is the discrete probability distribution gives only two possible results in an experiment, either Success or Failure. For example, if we toss a coin, there could be only two possible outcomes: heads or tails, and if any test is taken, then there could be only two results: pass or fail. This distribution is also called a binomial probability distribution. Number of trials (n) is a fixed number. The outcome of a given trial is either success or failure. The probability of success (p) remains constant from trial to trial which means an experiment is conducted under homogeneous conditions. The trials are independent which means the outcome of previous trial does not affect the outcome of the next trial.
  • 3. Binomial Probability Distribution In binomial probability distribution, the number of ‘Success’ in a sequence of n experiments, where each time a question is asked for yes-no, then the valued outcome is represented either with success/yes/true/one (probability p) or failure/no/false/zero (probability q = 1 − p). A single success/failure test is also called a Bernoulli trial or Bernoulli experiment, and a series of outcomes is called a Bernoulli process. For n = 1, i.e. a single experiment, the binomial distribution is a Bernoulli distribution.
  • 4. There are two parameters n and p used here in a binomial distribution. The variable ‘n’ states the number of times the experiment runs and the variable ‘p’ tells the probability of any one outcome. Suppose a die is thrown randomly 10 times, then the probability of getting 2 for anyone throw is ⅙. When you throw the dice 10 times, you have a binomial distribution of n = 10 and p = ⅙.
  • 6. The binomial distribution formula is for any random variable X, given by; P(x:n,p) = nCx px (1-p)n-x Where, n = the number of experiments x = 0, 1, 2, 3, 4, … p = Probability of Success in a single experiment q = Probability of Failure in a single experiment = 1 – p The binomial distribution formula can also be written in the form of n-Bernoulli trials, where nCx = n!/x!(n-x)!. Hence, P(x:n,p) = n!/[x!(n-x)!].px.(q)n-x
  • 7. Binomial Distribution Mean and Variance For a binomial distribution, the mean, variance and standard deviation for the given number of success are represented using the formulas Mean, μ = np Variance, σ2 = npq Standard Deviation σ= √(npq) Where p is the probability of success q is the probability of failure, where q = 1-p
  • 8. PROPERTIES OF BINOMIAL DISTRIBUTION The properties of the binomial distribution are:  There are two possible outcomes: true or false, success or failure, yes or no.  There is ‘n’ number of independent trials or a fixed number of n times repeated trials.  The probability of success or failure remains the same for each trial.  Only the number of success is calculated out of n independent trials.  Every trial is an independent trial, which means the outcome of one trial does not affect the outcome of another trial.
  • 9. It is a p.m.f.(probability mass function). The parameters of Binomial Distribution are ’n’ and ‘p’ where, n - number of trials and p - probability of success. Mean of Binomial Distribution = np Variance of Binomial Distribution = npq (here q=1-p) Mode of Binomial Distribution is integral part of (n+1)p, if (n+1)p is not an integer. But, if (n+1)p is an integer, then the distribution has two modal values, (n+1)p and [(n+1)p] - 1. q- probability of failure, q < 1, hence, npq < np. Thus, Variance is less than Mean. If p=q=1/2, then the distribution is symmetric about median and if p is not equal to q, then it is skewed distribution. Additive property of Binomial Distribution : If X and Y are independent variables such that X follows Binomial Distribution with (n1, p) and Y follows Binomial Distribution with (n2, p), then (X+Y) follows Binomial Distribution with (n1+n2, p). If X1, X2,…., Xn are independent and identically distributed Bernoulli variates each with parameter p, then their addition follows Binomial Distribution with (n, p).
  • 10. What are the criteria for the binomial distribution • The number of trials should be fixed. • Each trial should be independent. • The probability of success is exactly the same from one trial to the other trial.
  • 11. Examples of binomial distribution problems: The number of defective/non-defective products in a production run. Yes/No Survey (such as asking 150 people if they watch ABC news). Vote counts for a candidate in an election. The number of successful sales calls. The number of male/female workers in a company So, as we have the basis let’s see some binominal distribution examples, problems, and solutions from real life.
  • 12. Binomial Distribution Vs Normal Distribution • Binomial Distribution Vs Normal Distribution • The main difference between the binomial distribution and the normal distribution is that binomial distribution is discrete, whereas the normal distribution is continuous. It means that the binomial distribution has a finite amount of events, whereas the normal distribution has an infinite number of events. In case, if the sample size for the binomial distribution is very large, then the distribution curve for the binomial distribution is similar to the normal distribution curve •
  • 14. Poisson Distribution • Poisson distribution is a theoretical discrete probability and is also known as the Poisson distribution probability mass function. It is used to find the probability of an independent event that is occurring in a fixed interval of time and has a constant mean rate. The Poisson distribution probability mass function can also be used in other fixed intervals such as volume, area, distance, etc. A Poisson random variable will relatively describe a phenomenon if there are few successes over many trials. The Poisson distribution is used as a limiting case of the binomial distribution when the trials are large indefinitely. If a Poisson distribution models the same binomial phenomenon, λ is replaced by np. Poisson distribution is named after the French mathematician Denis Poisson
  • 15. Poisson distribution • Poisson distribution definition is used to model a discrete probability of an event where independent events are occurring in a fixed interval of time and have a known constant mean rate. In other words, Poisson distribution is used to estimate how many times an event is likely to occur within the given period of time. λ is the Poisson rate parameter that indicates the expected value of the average number of events in the fixed time interval. Poisson distribution has wide use in the fields of business as well as in biology
  • 16. Example : • Let us try and understand this with an example, customer care center receives 100 calls per hour, 8 hours a day. As we can see that the calls are independent of each other. The probability of the number of calls per minute has a Poisson probability distribution. There can be any number of calls per minute irrespective of the number of calls received in the previous minute. Below is the curve of the probabilities for a fixed value of λ of a function following Poisson distribution:
  • 17. FORMULA • Poisson distribution formula is used to find the probability of an event that happens independently, discretely over a fixed time period, when the mean rate of occurrence is constant over time. The Poisson distribution formula is applied when there is a large number of possible outcomes. For a random discrete variable X that follows the Poisson distribution, and λ is the average rate of value, then the probability of x is given by: • f(x) = P(X=x) = (e-λ λx )/x! •
  • 18. Where x = 0, 1, 2, 3... e is the Euler's number(e = 2.718) λ is an average rate of the expected value and λ = variance, also λ>0 Poisson Distribution Mean and Variance For Poisson distribution, which has λ as the average rate, for a fixed interval of time, then the mean of the Poisson distribution and the value of variance will be the same. So for X following Poisson distribution, we can say that λ is the mean as well as the variance of the distribution.
  • 19. Hence: E(X) = V(X) = λ where E(X) is the expected mean V(X) is the variance λ > 0 Properties of Poisson Distribution The Poisson distribution is applicable in events that have a large number of rare and independent possible events
  • 20. Important Notes • The formula for Poisson distribution is f(x) = P(X=x) = (e-λ λx )/x!. • For the Poisson distribution, λ is always greater than 0. • For Poisson distribution, the mean and the variance of the distribution are equal.
  • 21. PROPERTIES • The events are independent. • The average number of successes in the given period of time alone can occur. No two events can occur at the same time. • The Poisson distribution is limited when the number of trials n is indefinitely large. • mean = variance = λ • np = λ is finite, where λ is constant. • The standard deviation is always equal to the square root of the mean μ. • The exact probability that the random variable X with mean μ =a is given by P(X= a) = μa / a! e -μ • If the mean is large, then the Poisson distribution is approximately a normal distribution
  • 22. Poisson distribution table • Similar to the binomial distribution, we can have a Poisson distribution table which will help us to quickly find the probability mass function of an event that follows the Poisson distribution. The Poisson distribution table shows different values of Poisson distribution for various values of λ, where λ>0. Here in the table given below, we can see that, for P(X =0) and λ = 0.5, the value of the probability mass function is 0.6065 or 60.65%.
  • 23.
  • 25.
  • 26. What are the properties of the normal distribution? • The normal distribution is a continuous probability distribution that is symmetrical on both sides of the mean, so the right side of the centre is a mirror image of the left side. • The area under the normal distribution curve represents probability and the total area under the curve sums to one. • Most of the continuous data values in a normal distribution tend to cluster around the mean, and the further a value is from the mean, the less likely it is to occur. The tails are asymptotic, which means that they approach but never quite meet the horizon (i.e. x-axis). • For a perfectly normal distribution the mean, median and mode will be the same value, visually represented by the peak of the curve
  • 27. The normal distribution is often called the bell curve because the graph of its probability density looks like a bell. It is also known as called Gaussian distribution, after the German mathematician Carl Gauss who first described it.
  • 28. What is the difference between a normal distribution and a standard normal distribution? A normal distribution is determined by two parameters the mean and the variance. A normal distribution with a mean of 0 and a standard deviation of 1 is called a standard normal distribution.
  • 29. Why is the normal distribution important?  The bell-shaped curve is a common feature of nature and psychology The normal distribution is the most important probability distribution in statistics because many continuous data in nature and psychology displays this bell-shaped curve when compiled and graphed. For example, if we randomly sampled 100 individuals we would expect to see a normal distribution frequency curve for many continuous variables, such as IQ, height, weight and blood pressure.
  • 30.  Parametric significance tests require a normal distribution of the samples' data points The most powerful (parametric) statistical tests used by psychologists require data to be normally distributed. If the data does not resemble a bell curve researchers may have to use a less powerful type of statistical test, called non-parametric statistics.  Converting the raw scores of a normal distribution to z-scores We can standardized the values (raw scores) of a normal distribution by converting them into z-scores. This procedure allows researchers to determine the proportion of the values that fall within a specified number of standard deviations from the mean (i.e. calculate the empirical rule).
  • 31. What is the empirical rule formula? • The empirical rule in statistics allows researchers to determine the proportion of values that fall within certain distances from the mean. The empirical rule is often referred to as the three-sigma rule or the 68-95-99.7 rule.
  • 32.
  • 33.  If the data values in a normal distribution are converted to standard score (z-score) in a standard normal distribution the empirical rule describes the percentage of the data that fall within specific numbers of standard deviations (σ) from the mean (μ) for bell-shaped curves.  The empirical rule allows researchers to calculate the probability of randomly obtaining a score from a normal distribution.  68% of data falls within the first standard deviation from the mean. This means there is a 68% probability of randomly selecting a score between -1 and +1 standard deviations from the mean.
  • 34.  95% of the values fall within two standard deviations from the mean. This means there is a 95% probability of randomly selecting a score between -2 and +2 standard deviations from the mean.  99.7% of data will fall within three standard deviations from the mean. This means there is a 99.7% probability of randomly selecting a score between -3 and +3 standard deviations from the mean.