SlideShare una empresa de Scribd logo
1 de 22
1
Probability Distribution
2
Overview
• Probability Distributions
– Binomial distributions
– Poisson distribution
– Normal distribution
• Sampling
– With replacement
– Without replacement
• Monte-carlo method
3
Binomial distribution
• Lets suppose we have an experiment. In any single trial there will be a
probability associated with a particular event. In some cases this probability
will not change from one trial to the next. Such trials are then said to be
independent and are often called Bernoulli trial.
• Let p be the probability that an event will happen in any single Bernoulli
trial (called the probability of success).
• Then q = 1 - p is the probability that the event will fail to happen in any
single trial (called the probability of failure).
• The probability that the event will happen exactly x times in n trials is given
by the probability function
…….(1)
Where the random variable X denotes the number of successes in n trials
and x = 0, 1, …, n.
xnxxnx qp
xnx
n
qp
x
n
xXPxf −−
−
=





===
)!(!
!
)()(
Binomial distribution
Previous discrete probability function is called the
binomial distribution since for x = 0, 1, 2, …, n, it
corresponds to successive terms in the binomial
expansion.
The special case of a binomial distribution with n =
1 is also called the Bernoulli distribution.
∑=
−−−






=++





+





+=+
n
x
xnxnnnnn qp
x
n
ppq
n
pq
n
qpq
0
221 ...
21
)(
5
Binomial distribution (example)
• The probability of getting exactly 2 heads in
6 tosses of a fair coin is:
The binomial experiment has n=6 and
p=q=1/2
64
15
2
1
2
1
!4!2
!6
2
1
2
1
2
6
)2(
262262
=











=

















==
−−
XP
6
Binomial distribution (Some
Properties)
np=µ
npq=2σ
npq=σ
Mean or
expected number
of success
Variance
Standard
deviation
Table 1
Example
In 100 tosses of a fair coin, the expected or mean
number of heads is
While the standard deviation is
50
2
1
)100( =





=µ
( ) 5
2
1
2
1
100 =











=σ
8
Poisson Distribution
Let X be a discrete random variable that can take on the
values 0,1,2,… such that the probability function of X is
given by
x = 0, 1, 2, … (2)
Where λ is a given positive constant.
The distribution is called the Poisson distribution, and a
random variable having this distribution is said to be
Poisson distributed.
!
)()(
x
e
xXPxf
x λλ −
===
9
Poisson distribution (Some
Properties)
λµ =
λσ =2
λσ =
Mean or
expected number
of success
Variance
Standard
deviation
Table 2
10
Relation Between Binomial and
Poisson Distribution
• In the binomial distribution (1), if n is large while the
probability p of occurrence of an event is close to zero, so
that q = 1 – p is close to 1, the event is called a rare
event.
• In practice we consider an event as rare if the number of
trials is at least 50 (n ≥ 50) while np is less than 5.
• For such cases the binomial distribution is very closely
approximated by the Poisson distribution (2) with λ = np, q
= 1, and p ≈ 1 in Table 1, we get the result in table 2.
11
Normal Distribution
• One of the most important examples of a
continuous probability distribution is the
normal distribution, sometimes called the
Gaussian distribution. The density function
for this distribution is given by
………….(3)22 2/)(
2
1
)( σµ
πσ
−−= xexf
Normal Distribution (Some
Properties)
Mean expected value μ
Variance σ2
Standard deviation σ
Table 3
13
Relation between Binomial and
Normal Distribution
• If n is large and if neither p nor q is too close to zero, the
binomial distribution can be closely approximated by a
normal distribution with standardized random variable
given by
Here X is the random variable giving the number of
successes in n Bernoulli trials and p is the probability of
success.
• The theoretical justification for the approximation of B(n,p)
by N(np, npq) is the fundamental central limit theorem
npq
npX
Z
−
=
14
Sampling Distribution
(Population and Sample, Statistical Inference)
• Often in practice we are interested in drawing valid conclusions about
a large group of individuals or objects.
• Instead of examining the entire group, called the population, which
may be difficult or impossible to do, we may examine only a small
part of this population, which is called a sample.
• We do this with the aim of inferring certain facts about the population
from results found in the sample, a process known as statistical
inference.
• The process of obtaining samples is called sampling.
• Example: We may wish to draw conclusions about the heights (or
weights) of 12,000 adult students (the population) by examining only
100 students (a sample) selected from this population.
15
Sampling Distribution
(Sampling with and without Replacement)
• If we draw object from an urn, we have the choice of replacing or
replacing the object into the urn before we draw again.
• When it is sure that each member of the population has the same
chance of being in the sample, which is then often called a random
sample.
• We consider two types of random samples
– Those drawn with replacement
– Those drawn without replacement
• The probability distribution of a random variable defined on a space of
random samples is called sampling distribution
16
Sampling with replacement
• We define a random sample of size n, drawn with
replacement, as an ordered n-tuple of objects from the
population, with repetitions allowed.
• Consider a population with set S={4,7,10}
• The space of all random samples of size 2 drawn with
replacement consists of all ordered pairs (a,b), including
repetitions.
• (4,4), (4,7), (4,10), (7,4), (7,7), (7,10), (10,4), (10,7),
(10,10)
• If sample size of n drawn from population of size N then
there are
– N.N……N = Nn
such samples
17
Sampling without replacement
• We define a random sample of size n, drawn
without replacement, as an unordered subset of
n objects from the population
• Consider a population with set S={4,7,10}
• The space of all random samples of size 2 drawn
without replacement consists of the following
• (4,7), (4,10), (7,10)
• If samples size n are drawn from the population
of of size N then there are
Such samples)!(!
!
nNn
N
n
N
−
=





18
Monte-carlo method
• Monte carlo methods are class of computational algorithms
that rely on repeated random sampling
• These methods are often used when simulating physical
and mathematical systems
• There is not single Monte carlo method; instead the term
describes large and widely used class of approaches. These
approaches tend to follow a pattern
– Define a domain of possible inputs.
– Generate inputs randomly from the domain.
– Perform a deterministic computation using the inputs.
– Aggregate the results of the individual computations into the final
result
19
Monte-carlo method
• Applications where these methods are used
– Physical science
– Design and visuals
– Finance and business
– Telecommunications
– Games
• Use in mathematics
– Integration
– Optimization etc.
Monte-carlo Calculation of Pi
The first figure is simply a unit circle circumscribed
by a square. We could examine this problem in terms
of the full circle and square, but it's easier to examine
just one quadrant of the circle, as in the figure below.
If you are a very poor dart player, it is easy to
imagine throwing darts randomly at Figure 2,
and it should be apparent that of the total
number of darts that hit within the square, the
number of darts that hit the shaded part (circle
quadrant) is proportional to the area of that
part. In other words,
squareofarea
areashadedofarea
squareinsidehittingdarts
areashadedhittingdarts
=
π
π
4
14
1
2
2
==
r
r
squareinsidehittingdarts
areashadedhittingdarts
If you remember your geometry, it's easy to show that
squareinsidehittingdarts
areashadedhittingdarts
4=∴ π
If each dart thrown lands somewhere inside the square, the ratio of "hits" (in
the shaded area) to "throws" will be one-fourth the value of pi. If you actually
do this experiment, you'll soon realize that it takes a very large number of
throws to get a decent value of pi...well over 1,000. To make things easy on
ourselves, we can have computers generate random numbers.
22
References
• Introduction to probability and statistics
– Schaum’s series
• Proabability and statistics for engineers and
the sciences
– Jay L. Devore
• http://en.wikipedia.org/wiki

Más contenido relacionado

La actualidad más candente

Probability Distributions
Probability DistributionsProbability Distributions
Probability DistributionsCIToolkit
 
Poisson distribution
Poisson distributionPoisson distribution
Poisson distributionStudent
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distributionSonamWadhwa3
 
Statistics: Probability
Statistics: ProbabilityStatistics: Probability
Statistics: ProbabilitySultan Mahmood
 
Sampling distribution
Sampling distributionSampling distribution
Sampling distributionswarna dey
 
The Binomial, Poisson, and Normal Distributions
The Binomial, Poisson, and Normal DistributionsThe Binomial, Poisson, and Normal Distributions
The Binomial, Poisson, and Normal DistributionsSCE.Surat
 
Normal distribution
Normal distributionNormal distribution
Normal distributionSonamWadhwa3
 
Hypothesis testing , T test , chi square test, z test
Hypothesis testing , T test , chi square test, z test Hypothesis testing , T test , chi square test, z test
Hypothesis testing , T test , chi square test, z test Irfan Ullah
 
Poisson distribution
Poisson distributionPoisson distribution
Poisson distributionAnindya Jana
 
Probability distribution
Probability distributionProbability distribution
Probability distributionPunit Raut
 
Poisson distribution
Poisson distributionPoisson distribution
Poisson distributionSonamWadhwa3
 
Measures of dispersion
Measures of dispersionMeasures of dispersion
Measures of dispersionJagdish Powar
 
Probability Theory
Probability TheoryProbability Theory
Probability TheoryParul Singh
 
Hypergeometric probability distribution
Hypergeometric probability distributionHypergeometric probability distribution
Hypergeometric probability distributionNadeem Uddin
 

La actualidad más candente (20)

Binomial probability distributions
Binomial probability distributions  Binomial probability distributions
Binomial probability distributions
 
Probability Distributions
Probability DistributionsProbability Distributions
Probability Distributions
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITY
 
Poisson distribution
Poisson distributionPoisson distribution
Poisson distribution
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
Statistics: Probability
Statistics: ProbabilityStatistics: Probability
Statistics: Probability
 
Sampling distribution
Sampling distributionSampling distribution
Sampling distribution
 
Probability concept and Probability distribution
Probability concept and Probability distributionProbability concept and Probability distribution
Probability concept and Probability distribution
 
The Binomial, Poisson, and Normal Distributions
The Binomial, Poisson, and Normal DistributionsThe Binomial, Poisson, and Normal Distributions
The Binomial, Poisson, and Normal Distributions
 
Normal distribution
Normal distributionNormal distribution
Normal distribution
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
Hypothesis testing , T test , chi square test, z test
Hypothesis testing , T test , chi square test, z test Hypothesis testing , T test , chi square test, z test
Hypothesis testing , T test , chi square test, z test
 
Poisson distribution
Poisson distributionPoisson distribution
Poisson distribution
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Poisson distribution
Poisson distributionPoisson distribution
Poisson distribution
 
Sampling distribution
Sampling distributionSampling distribution
Sampling distribution
 
Measures of dispersion
Measures of dispersionMeasures of dispersion
Measures of dispersion
 
Laws of probability
Laws of probabilityLaws of probability
Laws of probability
 
Probability Theory
Probability TheoryProbability Theory
Probability Theory
 
Hypergeometric probability distribution
Hypergeometric probability distributionHypergeometric probability distribution
Hypergeometric probability distribution
 

Destacado

Probability Distributions
Probability DistributionsProbability Distributions
Probability Distributionsrishi.indian
 
Basic Concept Of Probability
Basic Concept Of ProbabilityBasic Concept Of Probability
Basic Concept Of Probabilityguest45a926
 
Probability & probability distribution
Probability & probability distributionProbability & probability distribution
Probability & probability distributionumar sheikh
 
Bba 3274 qm week 3 probability distribution
Bba 3274 qm week 3 probability distributionBba 3274 qm week 3 probability distribution
Bba 3274 qm week 3 probability distributionStephen Ong
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITYVIV13
 
Probability Powerpoint
Probability PowerpointProbability Powerpoint
Probability Powerpointspike2904
 
Probability powerpoint
Probability powerpointProbability powerpoint
Probability powerpointTiffany Deegan
 
Discrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsDiscrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsBabasab Patil
 
Basic Probability
Basic Probability Basic Probability
Basic Probability kaurab
 
Probability distribution 2
Probability distribution 2Probability distribution 2
Probability distribution 2Nilanjan Bhaumik
 
Binomial Distribution
Binomial DistributionBinomial Distribution
Binomial Distributionshannonrenee4
 
Binomial and Poission Probablity distribution
Binomial and Poission Probablity distributionBinomial and Poission Probablity distribution
Binomial and Poission Probablity distributionPrateek Singla
 
Normal Probability Distribution
Normal Probability DistributionNormal Probability Distribution
Normal Probability Distributionmandalina landy
 
Normal Distribution, Binomial Distribution, Poisson Distribution
Normal Distribution, Binomial Distribution, Poisson DistributionNormal Distribution, Binomial Distribution, Poisson Distribution
Normal Distribution, Binomial Distribution, Poisson DistributionQ Dauh Q Alam
 
Normal distribution and sampling distribution
Normal distribution and sampling distributionNormal distribution and sampling distribution
Normal distribution and sampling distributionMridul Arora
 
Three.hinged.arch
Three.hinged.archThree.hinged.arch
Three.hinged.archengr jafar
 
Statistics lec2
Statistics lec2Statistics lec2
Statistics lec2Hoss Angel
 

Destacado (20)

Probability Distributions
Probability DistributionsProbability Distributions
Probability Distributions
 
Basic Concept Of Probability
Basic Concept Of ProbabilityBasic Concept Of Probability
Basic Concept Of Probability
 
Probability & probability distribution
Probability & probability distributionProbability & probability distribution
Probability & probability distribution
 
Bba 3274 qm week 3 probability distribution
Bba 3274 qm week 3 probability distributionBba 3274 qm week 3 probability distribution
Bba 3274 qm week 3 probability distribution
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITY
 
Probability Powerpoint
Probability PowerpointProbability Powerpoint
Probability Powerpoint
 
Probability powerpoint
Probability powerpointProbability powerpoint
Probability powerpoint
 
Discrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsDiscrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec doms
 
Basic Probability
Basic Probability Basic Probability
Basic Probability
 
Probability distribution 2
Probability distribution 2Probability distribution 2
Probability distribution 2
 
Binomial Distribution
Binomial DistributionBinomial Distribution
Binomial Distribution
 
Binomial and Poission Probablity distribution
Binomial and Poission Probablity distributionBinomial and Poission Probablity distribution
Binomial and Poission Probablity distribution
 
Normal Probability Distribution
Normal Probability DistributionNormal Probability Distribution
Normal Probability Distribution
 
Normal Distribution, Binomial Distribution, Poisson Distribution
Normal Distribution, Binomial Distribution, Poisson DistributionNormal Distribution, Binomial Distribution, Poisson Distribution
Normal Distribution, Binomial Distribution, Poisson Distribution
 
Normal distribution and sampling distribution
Normal distribution and sampling distributionNormal distribution and sampling distribution
Normal distribution and sampling distribution
 
1630 the binomial distribution
1630 the binomial distribution1630 the binomial distribution
1630 the binomial distribution
 
AdWords
AdWordsAdWords
AdWords
 
Distribucion binomial
Distribucion binomialDistribucion binomial
Distribucion binomial
 
Three.hinged.arch
Three.hinged.archThree.hinged.arch
Three.hinged.arch
 
Statistics lec2
Statistics lec2Statistics lec2
Statistics lec2
 

Similar a Probability distribution

BINOMIAL ,POISSON AND NORMAL DISTRIBUTION.pptx
BINOMIAL ,POISSON AND NORMAL DISTRIBUTION.pptxBINOMIAL ,POISSON AND NORMAL DISTRIBUTION.pptx
BINOMIAL ,POISSON AND NORMAL DISTRIBUTION.pptxletbestrong
 
04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrv04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrvPooja Sakhla
 
Binomail distribution 23 jan 21
Binomail distribution 23 jan 21Binomail distribution 23 jan 21
Binomail distribution 23 jan 21Arun Mishra
 
Statistical computing2
Statistical computing2Statistical computing2
Statistical computing2Padma Metta
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Binomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBinomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBharath kumar Karanam
 
Basic statistics for algorithmic trading
Basic statistics for algorithmic tradingBasic statistics for algorithmic trading
Basic statistics for algorithmic tradingQuantInsti
 
ORMR_Monte Carlo Method.pdf
ORMR_Monte Carlo Method.pdfORMR_Monte Carlo Method.pdf
ORMR_Monte Carlo Method.pdfSanjayBalu7
 
Point Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis testsPoint Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis testsUniversity of Salerno
 
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...Daniel Katz
 

Similar a Probability distribution (20)

Statistics-2 : Elements of Inference
Statistics-2 : Elements of InferenceStatistics-2 : Elements of Inference
Statistics-2 : Elements of Inference
 
BINOMIAL ,POISSON AND NORMAL DISTRIBUTION.pptx
BINOMIAL ,POISSON AND NORMAL DISTRIBUTION.pptxBINOMIAL ,POISSON AND NORMAL DISTRIBUTION.pptx
BINOMIAL ,POISSON AND NORMAL DISTRIBUTION.pptx
 
04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrv04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrv
 
Binomail distribution 23 jan 21
Binomail distribution 23 jan 21Binomail distribution 23 jan 21
Binomail distribution 23 jan 21
 
Normal as Approximation to Binomial
Normal as Approximation to Binomial  Normal as Approximation to Binomial
Normal as Approximation to Binomial
 
Statistical computing2
Statistical computing2Statistical computing2
Statistical computing2
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
lecture4.pdf
lecture4.pdflecture4.pdf
lecture4.pdf
 
Binomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBinomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distribution
 
Prob distros
Prob distrosProb distros
Prob distros
 
Probability
ProbabilityProbability
Probability
 
Basic statistics for algorithmic trading
Basic statistics for algorithmic tradingBasic statistics for algorithmic trading
Basic statistics for algorithmic trading
 
ORMR_Monte Carlo Method.pdf
ORMR_Monte Carlo Method.pdfORMR_Monte Carlo Method.pdf
ORMR_Monte Carlo Method.pdf
 
Point Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis testsPoint Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis tests
 
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
 
Talk 3
Talk 3Talk 3
Talk 3
 
PhysicsSIG2008-01-Seneviratne
PhysicsSIG2008-01-SeneviratnePhysicsSIG2008-01-Seneviratne
PhysicsSIG2008-01-Seneviratne
 
5. RV and Distributions.pptx
5. RV and Distributions.pptx5. RV and Distributions.pptx
5. RV and Distributions.pptx
 
Talk 2
Talk 2Talk 2
Talk 2
 

Más de Ranjan Kumar

Introduction to java ee
Introduction to java eeIntroduction to java ee
Introduction to java eeRanjan Kumar
 
Fantastic life views ons
Fantastic life views  onsFantastic life views  ons
Fantastic life views onsRanjan Kumar
 
Story does not End here
Story does not End hereStory does not End here
Story does not End hereRanjan Kumar
 
Whata Split Second Looks Like
Whata Split Second Looks LikeWhata Split Second Looks Like
Whata Split Second Looks LikeRanjan Kumar
 
Friendship so Sweet
Friendship so SweetFriendship so Sweet
Friendship so SweetRanjan Kumar
 
Dear Son Dear Daughter
Dear Son Dear DaughterDear Son Dear Daughter
Dear Son Dear DaughterRanjan Kumar
 
Alaska Railway Routes
Alaska Railway RoutesAlaska Railway Routes
Alaska Railway RoutesRanjan Kumar
 
Poison that Kills the Dreams
Poison that Kills the DreamsPoison that Kills the Dreams
Poison that Kills the DreamsRanjan Kumar
 
Best Aviation Photography
Best Aviation PhotographyBest Aviation Photography
Best Aviation PhotographyRanjan Kumar
 

Más de Ranjan Kumar (20)

Introduction to java ee
Introduction to java eeIntroduction to java ee
Introduction to java ee
 
Fantastic life views ons
Fantastic life views  onsFantastic life views  ons
Fantastic life views ons
 
Lessons on Life
Lessons on LifeLessons on Life
Lessons on Life
 
Story does not End here
Story does not End hereStory does not End here
Story does not End here
 
Whata Split Second Looks Like
Whata Split Second Looks LikeWhata Split Second Looks Like
Whata Split Second Looks Like
 
Friendship so Sweet
Friendship so SweetFriendship so Sweet
Friendship so Sweet
 
Dedicate Time
Dedicate TimeDedicate Time
Dedicate Time
 
Paradise on Earth
Paradise on EarthParadise on Earth
Paradise on Earth
 
Bolivian Highway
Bolivian HighwayBolivian Highway
Bolivian Highway
 
Chinese Proverb
Chinese ProverbChinese Proverb
Chinese Proverb
 
Warren Buffet
Warren BuffetWarren Buffet
Warren Buffet
 
Dear Son Dear Daughter
Dear Son Dear DaughterDear Son Dear Daughter
Dear Son Dear Daughter
 
Jara Sochiye
Jara SochiyeJara Sochiye
Jara Sochiye
 
Blue Beauty
Blue BeautyBlue Beauty
Blue Beauty
 
Alaska Railway Routes
Alaska Railway RoutesAlaska Railway Routes
Alaska Railway Routes
 
Poison that Kills the Dreams
Poison that Kills the DreamsPoison that Kills the Dreams
Poison that Kills the Dreams
 
Horrible Jobs
Horrible JobsHorrible Jobs
Horrible Jobs
 
Best Aviation Photography
Best Aviation PhotographyBest Aviation Photography
Best Aviation Photography
 
Role of Attitude
Role of AttitudeRole of Attitude
Role of Attitude
 
45 Lesons in Life
45 Lesons in Life45 Lesons in Life
45 Lesons in Life
 

Último

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Último (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Probability distribution

  • 2. 2 Overview • Probability Distributions – Binomial distributions – Poisson distribution – Normal distribution • Sampling – With replacement – Without replacement • Monte-carlo method
  • 3. 3 Binomial distribution • Lets suppose we have an experiment. In any single trial there will be a probability associated with a particular event. In some cases this probability will not change from one trial to the next. Such trials are then said to be independent and are often called Bernoulli trial. • Let p be the probability that an event will happen in any single Bernoulli trial (called the probability of success). • Then q = 1 - p is the probability that the event will fail to happen in any single trial (called the probability of failure). • The probability that the event will happen exactly x times in n trials is given by the probability function …….(1) Where the random variable X denotes the number of successes in n trials and x = 0, 1, …, n. xnxxnx qp xnx n qp x n xXPxf −− − =      === )!(! ! )()(
  • 4. Binomial distribution Previous discrete probability function is called the binomial distribution since for x = 0, 1, 2, …, n, it corresponds to successive terms in the binomial expansion. The special case of a binomial distribution with n = 1 is also called the Bernoulli distribution. ∑= −−−       =++      +      +=+ n x xnxnnnnn qp x n ppq n pq n qpq 0 221 ... 21 )(
  • 5. 5 Binomial distribution (example) • The probability of getting exactly 2 heads in 6 tosses of a fair coin is: The binomial experiment has n=6 and p=q=1/2 64 15 2 1 2 1 !4!2 !6 2 1 2 1 2 6 )2( 262262 =            =                  == −− XP
  • 6. 6 Binomial distribution (Some Properties) np=µ npq=2σ npq=σ Mean or expected number of success Variance Standard deviation Table 1
  • 7. Example In 100 tosses of a fair coin, the expected or mean number of heads is While the standard deviation is 50 2 1 )100( =      =µ ( ) 5 2 1 2 1 100 =            =σ
  • 8. 8 Poisson Distribution Let X be a discrete random variable that can take on the values 0,1,2,… such that the probability function of X is given by x = 0, 1, 2, … (2) Where λ is a given positive constant. The distribution is called the Poisson distribution, and a random variable having this distribution is said to be Poisson distributed. ! )()( x e xXPxf x λλ − ===
  • 9. 9 Poisson distribution (Some Properties) λµ = λσ =2 λσ = Mean or expected number of success Variance Standard deviation Table 2
  • 10. 10 Relation Between Binomial and Poisson Distribution • In the binomial distribution (1), if n is large while the probability p of occurrence of an event is close to zero, so that q = 1 – p is close to 1, the event is called a rare event. • In practice we consider an event as rare if the number of trials is at least 50 (n ≥ 50) while np is less than 5. • For such cases the binomial distribution is very closely approximated by the Poisson distribution (2) with λ = np, q = 1, and p ≈ 1 in Table 1, we get the result in table 2.
  • 11. 11 Normal Distribution • One of the most important examples of a continuous probability distribution is the normal distribution, sometimes called the Gaussian distribution. The density function for this distribution is given by ………….(3)22 2/)( 2 1 )( σµ πσ −−= xexf
  • 12. Normal Distribution (Some Properties) Mean expected value μ Variance σ2 Standard deviation σ Table 3
  • 13. 13 Relation between Binomial and Normal Distribution • If n is large and if neither p nor q is too close to zero, the binomial distribution can be closely approximated by a normal distribution with standardized random variable given by Here X is the random variable giving the number of successes in n Bernoulli trials and p is the probability of success. • The theoretical justification for the approximation of B(n,p) by N(np, npq) is the fundamental central limit theorem npq npX Z − =
  • 14. 14 Sampling Distribution (Population and Sample, Statistical Inference) • Often in practice we are interested in drawing valid conclusions about a large group of individuals or objects. • Instead of examining the entire group, called the population, which may be difficult or impossible to do, we may examine only a small part of this population, which is called a sample. • We do this with the aim of inferring certain facts about the population from results found in the sample, a process known as statistical inference. • The process of obtaining samples is called sampling. • Example: We may wish to draw conclusions about the heights (or weights) of 12,000 adult students (the population) by examining only 100 students (a sample) selected from this population.
  • 15. 15 Sampling Distribution (Sampling with and without Replacement) • If we draw object from an urn, we have the choice of replacing or replacing the object into the urn before we draw again. • When it is sure that each member of the population has the same chance of being in the sample, which is then often called a random sample. • We consider two types of random samples – Those drawn with replacement – Those drawn without replacement • The probability distribution of a random variable defined on a space of random samples is called sampling distribution
  • 16. 16 Sampling with replacement • We define a random sample of size n, drawn with replacement, as an ordered n-tuple of objects from the population, with repetitions allowed. • Consider a population with set S={4,7,10} • The space of all random samples of size 2 drawn with replacement consists of all ordered pairs (a,b), including repetitions. • (4,4), (4,7), (4,10), (7,4), (7,7), (7,10), (10,4), (10,7), (10,10) • If sample size of n drawn from population of size N then there are – N.N……N = Nn such samples
  • 17. 17 Sampling without replacement • We define a random sample of size n, drawn without replacement, as an unordered subset of n objects from the population • Consider a population with set S={4,7,10} • The space of all random samples of size 2 drawn without replacement consists of the following • (4,7), (4,10), (7,10) • If samples size n are drawn from the population of of size N then there are Such samples)!(! ! nNn N n N − =     
  • 18. 18 Monte-carlo method • Monte carlo methods are class of computational algorithms that rely on repeated random sampling • These methods are often used when simulating physical and mathematical systems • There is not single Monte carlo method; instead the term describes large and widely used class of approaches. These approaches tend to follow a pattern – Define a domain of possible inputs. – Generate inputs randomly from the domain. – Perform a deterministic computation using the inputs. – Aggregate the results of the individual computations into the final result
  • 19. 19 Monte-carlo method • Applications where these methods are used – Physical science – Design and visuals – Finance and business – Telecommunications – Games • Use in mathematics – Integration – Optimization etc.
  • 20. Monte-carlo Calculation of Pi The first figure is simply a unit circle circumscribed by a square. We could examine this problem in terms of the full circle and square, but it's easier to examine just one quadrant of the circle, as in the figure below. If you are a very poor dart player, it is easy to imagine throwing darts randomly at Figure 2, and it should be apparent that of the total number of darts that hit within the square, the number of darts that hit the shaded part (circle quadrant) is proportional to the area of that part. In other words,
  • 21. squareofarea areashadedofarea squareinsidehittingdarts areashadedhittingdarts = π π 4 14 1 2 2 == r r squareinsidehittingdarts areashadedhittingdarts If you remember your geometry, it's easy to show that squareinsidehittingdarts areashadedhittingdarts 4=∴ π If each dart thrown lands somewhere inside the square, the ratio of "hits" (in the shaded area) to "throws" will be one-fourth the value of pi. If you actually do this experiment, you'll soon realize that it takes a very large number of throws to get a decent value of pi...well over 1,000. To make things easy on ourselves, we can have computers generate random numbers.
  • 22. 22 References • Introduction to probability and statistics – Schaum’s series • Proabability and statistics for engineers and the sciences – Jay L. Devore • http://en.wikipedia.org/wiki