SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Poisson distribution
Poisson distributionPoisson distribution
Poisson distributionAnindya Jana
 
Bernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial DistributionBernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial Distributionmathscontent
 
Binomial probability distributions ppt
Binomial probability distributions pptBinomial probability distributions ppt
Binomial probability distributions pptTayab Ali
 
Probability distribution
Probability distributionProbability distribution
Probability distributionPunit Raut
 
Poisson Distribution
Poisson DistributionPoisson Distribution
Poisson DistributionHuda Seyam
 
Probability distribution in R
Probability distribution in RProbability distribution in R
Probability distribution in RAlichy Sowmya
 
Probability Theory
Probability TheoryProbability Theory
Probability TheoryParul Singh
 
Binomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBinomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBharath kumar Karanam
 
Discreet and continuous probability
Discreet and continuous probabilityDiscreet and continuous probability
Discreet and continuous probabilitynj1992
 
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
 
Regression analysis
Regression analysisRegression analysis
Regression analysissaba khan
 
Introduction to Probability and Probability Distributions
Introduction to Probability and Probability DistributionsIntroduction to Probability and Probability Distributions
Introduction to Probability and Probability DistributionsJezhabeth Villegas
 

Was ist angesagt? (20)

Poisson distribution
Poisson distributionPoisson distribution
Poisson distribution
 
Discrete probability distributions
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributions
 
Bernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial DistributionBernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial Distribution
 
Regression ppt
Regression pptRegression ppt
Regression ppt
 
Binomial probability distributions ppt
Binomial probability distributions pptBinomial probability distributions ppt
Binomial probability distributions ppt
 
Regression
RegressionRegression
Regression
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Poisson Distribution
Poisson DistributionPoisson Distribution
Poisson Distribution
 
Probability distribution in R
Probability distribution in RProbability distribution in R
Probability distribution in R
 
Probability Distributions
Probability DistributionsProbability Distributions
Probability Distributions
 
Poisson Distribution
Poisson DistributionPoisson Distribution
Poisson Distribution
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
 
Probability Theory
Probability TheoryProbability Theory
Probability Theory
 
Binomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBinomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distribution
 
Discreet and continuous probability
Discreet and continuous probabilityDiscreet and continuous probability
Discreet and continuous probability
 
Binomial probability distributions
Binomial probability distributions  Binomial probability distributions
Binomial probability distributions
 
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
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Introduction to Probability and Probability Distributions
Introduction to Probability and Probability DistributionsIntroduction to Probability and Probability Distributions
Introduction to Probability and Probability Distributions
 
Poission distribution
Poission distributionPoission distribution
Poission distribution
 

Andere mochten auch

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
 
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
 
PROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULESPROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULESBhargavi Bhanu
 
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
 

Andere mochten auch (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
 
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
 
PROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULESPROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULES
 
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
 

Ähnlich wie 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
 
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
 
Applications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large NumbersApplications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large NumbersUniversity of Salerno
 

Ähnlich wie 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
 
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
 
Applications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large NumbersApplications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large Numbers
 

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 

Kürzlich hochgeladen (20)

Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 

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