SlideShare a Scribd company logo
1 of 17
Download to read offline
Bivariate Discrete
Distribution
Presented By
Arijit Dhali
Ipsita Raha
TABLE OF CONTENTS
Abstract Keywords Discussion
Conclusion
Introduction
Acknowledgement References
Applications
ABSTRACT
Bivariate Discrete Distributions details the
latest techniques of computer simulation
for the distributions considered. It
contains a general introduction to the
structural properties of discrete
distributions, including generating
functions, moment relationships, and the
basic ideas of generalizing and much
more.
KEYWORDS
01 Bivariate Data
Joint Probability
03
Marginal Distribution
02
Marginal probability Mass
04
INTRODUCTION
In this presentation we will consider two or more random variables defined
on the same sample space and discuss how to model the probability
distribution of the random variables jointly. We will begin with the discrete
case by looking at the joint probability mass function for two discrete
random variables.
DISCUSSION
JOINT DISTRIBUTION OF RANDOM BIVARIATES
Let X be a random variable the values
X : x1 x2 x3 ……. xm
Let Y be a random variable assuming the following values corresponding to each xi
Y : y1 y2 y3 ……. Yn
In the table that will be shown in next slide,
There are mn number of values (xi,yj) . These values are known as Bivariate Data.
Also,
Pij = Probability of assuming the pair (xi,yj) by (X,Y)
= P { (xi,yj) }
= P ( X = xi, Y = yj )
are known as Joint Probability Mass of Bivariate (X,Y)
BIVARIATE JOINT DISTRIBUTION TABLE
Where the row wise and column wise
total are:
• PXi = pi1 + pi2 + …. + pin = σ𝑗=1
𝑛
𝑝𝑖𝑗
• PYi = p1j + p2j + …. + pmj = σ𝑖=1
𝑚
𝑝𝑖𝑗
The grand total:
• σ𝑖=1
𝑚
𝑝𝑋𝑖 + σ𝑗=1
𝑛
𝑝𝑌𝑗 = σ𝑗=1
𝑛
σ𝑖=1
𝑚
𝑝𝑖𝑗 = 1
MARGINAL DISTRIBUTION
This probability distribution of X is called as Marginal Distribution of X
X : x1 x2 x3 …… xm Total
pXi: pX1 pX2 pX3 …… pXm 1
Similarly this probability distribution of Y is called as Marginal Distribution of Y
Y : y1 y2 y3 …… yn Total
pYj: pY1 pY2 pY3 …… pYn 1
The row wise totals PXi and the column wise totals PYi are called Marginal Probability Mass of
X and Y respectively.
INDEPENDENT RANDOM VARIABLES
Let (X,Y) be a pair of random variables having joint distribution discussed in previous slide. If
pij = pXi pYj
= P ( X = xi, Y = yj )
= P ( X = xi ) P ( Y = yj )
Hold for all values of i ( 1 ≤ i ≤ m ) and j ( 1 ≤ j ≤ n ) then X and Y are called Independent Random
Variables.
Theorem:
If X and Y are independent random variables and A, B are two events then
P { X ∈ A, Y ∈ B } = P ( X ∈ A ) P ( Y ∈ B )
and vice versa.
Problem:
Let (X,Y) be a bivariate having the following joint distribution:
Check whether X and Y are independent or not
Solution:
Here we see every data in the main body of the table is equal
to the product of the corresponding data in last column and
last row, e.g 0.35 = 0.70 x 0.50, 0.06 = 0.30 x 0.20 etc.
ILLUSTRATIVE EXAMPLE 1
That is
P ( X = 0.20, Y = 5 ) = P ( X = 0.20 ) P ( Y = 5),
P ( X = 9, Y = 7 ) = P ( X = 9 ) P ( Y = 7 ) etc.
So, X & Y are independent random variable.
Problem:
An urn contains 3 Red, 2 White and 5 Blue balls. Three balls are drawn from the urn. X and Y
denote the number of Red and White balls in a draw. Find the Joint Distribution of (X,Y).
Hence find P ( X ≤ 2, Y ≥ 1 ).
Find the Marginal Distribution of Y and hence find the probability of drawing more
than 1 White balls. Are X and Y independent random variable?
Solution:
Consider X and Y as Probability of Red and White balls.
Take the values of X as 0, 1, 2, 3 and Y as 0, 1, 2.
Create a table with values of the bivariate (X,Y).
Where, P { (xi,yj) } = P ( X = xi, Y = yj )
The corresponding probabilities are:
1) P(0,0) = Probability of “no Red”,”no White”,”3 Blue” = Τ
5
𝐶3 10
𝐶3
= 0.083
ILLUSTRATIVE EXAMPLE 2
2) P(0,1) = Probability of “no Red”,”1 White”,”2 Blue” = Τ
2
𝐶1 ∗5
𝐶2 10
𝐶3
= 0.16
3) P(0,2) = Probability of “no Red”,”2 White”,”1 Blue” = Τ
2
𝐶2 ∗5
𝐶1 10
𝐶3
= 0.041
4) P(1,0) = Probability of “1 Red”,”no White”,”2 Blue” = Τ
3
𝐶1 ∗5
𝐶2 10
𝐶3
= 0.25
5) P(1,1) = Probability of “1 Red”,”1 White”,”1 Blue” = Τ
3
𝐶1 ∗2
𝐶1 ∗5
𝐶1 10
𝐶3
= 0.25
6) P(1,2) = Probability of “1 Red”,”2 White”,”no Blue” = Τ
3
𝐶1 ∗2
𝐶2 10
𝐶3
= 0.025
7) P(2,0) = Probability of “2 Red”,”no White”,”1 Blue” = Τ
3
𝐶2 ∗5
𝐶1 10
𝐶3
= 0.125
8) P(2,1) = Probability of “2 Red”,”1 White”,”no Blue” = Τ
3
𝐶2 ∗2
𝐶1 10
𝐶3
= 0.05
9) P(2,2) = Probability of “2 Red”,”2 White”,”no Blue” = P(ϕ) = 0
10) P(3,0) = Probability of “3 Red”,”no White”,”no Blue” = Τ
3
𝐶3 10
𝐶3
= 0.008
11) P(3,1) = Probability of “3 Red”,”1 White”,”no Blue” = P(ϕ) = 0
12) P(3,2) = Probability of “3 Red”,”2 White”,”no Blue” = P(ϕ) = 0
ILLUSTRATIVE EXAMPLE 2 - CONTINUED
}
∴ The Joint Distribution of (X,Y) is given by:
Now, P (X ≤ 2, Y ≥ 1 )
= P ( 2,1 ) + P ( 2,2 ) + P ( 1,1 ) + P ( 1,2 ) + P ( 0,1 ) + P ( 0,2 )
= 0.05 + 0 + 0.25 + 0.025 + 0.16 + 0.041 = 0.526
The Marginal Distribution of Y is given by
Y : 0 1 2
pYj : 0.466 0.466 0.066
ILLUSTRATIVE EXAMPLE 2 - CONTINUED
Probability of “ more than 1 White balls “:
P ( Y ≥ 1 ) = 0.466 + 0.133 = 0.6
From the above table we see, = 0.083 ≠ 0.284 x 0.466
∴ X, Y are not independent
APPLICATIONS
The bivariate distribution is useful in analyzing the relationship between two
randomly distributed variables, and thus has heavy application to biology and
economics where the relationship between approximately-random variables
is of great interest. For instance, one of the earliest uses of the bivariate
distribution was in analyzing the relationship between a father's height and
the height of their eldest son, resolving a question Darwin posed in his book
the “The Origin of Species”.
Also used in measuring systems, such as those used in coordinate measuring
machines (CMMs), laser interferometers, linear or rotary encoders, etc.
CONCLUSION
In real life, we are often interested in several random variables
that are related to each other. For example, suppose that we
choose a random family, and we would like to study the number of
people in the family, the household income, the ages of the family
members, etc. Each of these is a random variable, and we suspect
that they are dependent. In this presentation, we developed the
tools to study joint distributions of random variables.
REFERENCES
• [1]https://online.stat.psu.edu/stat414/lesson/17/17.1
• [2]https://bookdown.org/compfinezbook/introcompfinr/Bivariate-
Distributions.html
• [3]https://en.wikipedia.org/wiki/Random_variable#Discrete_random
_variable
• [4]https://en.wikipedia.org/wiki/Joint_probability_distribution
• [5]https://www.probabilitycourse.com/chapter5/5_1_0_joint_distribut
ions.php
• [6]https://www.stat.ncsu.edu/people/bloomfield/courses/st380/slide
s/Devore-ch05-sec1-2.pdf
• [7]https://brilliant.org/wiki/multivariate-normal-distribution/
• [8]Page 128 Engineering Mathematics Vol – 2A by B.K.Pal & K.Das,
published by U.N Dhur & Sons Private Ltd.
THANK YOU
For listening patiently

More Related Content

What's hot

application of differential equations
application of differential equationsapplication of differential equations
application of differential equationsVenkata.Manish Reddy
 
Differential equations of first order
Differential equations of first orderDifferential equations of first order
Differential equations of first ordervishalgohel12195
 
Exponential probability distribution
Exponential probability distributionExponential probability distribution
Exponential probability distributionMuhammad Bilal Tariq
 
Introduction to Random Walk
Introduction to Random WalkIntroduction to Random Walk
Introduction to Random WalkShuai Zhang
 
Iteration method-Solution of algebraic and Transcendental Equations.
Iteration method-Solution of algebraic and Transcendental Equations.Iteration method-Solution of algebraic and Transcendental Equations.
Iteration method-Solution of algebraic and Transcendental Equations.AmitKumar8151
 
Simple linear regression and correlation
Simple linear regression and correlationSimple linear regression and correlation
Simple linear regression and correlationShakeel Nouman
 
Odepowerpointpresentation1
Odepowerpointpresentation1 Odepowerpointpresentation1
Odepowerpointpresentation1 Pokarn Narkhede
 
Singular Value Decompostion (SVD): Worked example 2
Singular Value Decompostion (SVD): Worked example 2Singular Value Decompostion (SVD): Worked example 2
Singular Value Decompostion (SVD): Worked example 2Isaac Yowetu
 
Binomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBinomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBharath kumar Karanam
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equationsmuhammadabullah
 
Lagrange's method
Lagrange's methodLagrange's method
Lagrange's methodKarnav Rana
 
Binomial probability distributions ppt
Binomial probability distributions pptBinomial probability distributions ppt
Binomial probability distributions pptTayab Ali
 
Linear regression
Linear regression Linear regression
Linear regression mohamed Naas
 

What's hot (20)

application of differential equations
application of differential equationsapplication of differential equations
application of differential equations
 
Simple Linear Regression
Simple Linear RegressionSimple Linear Regression
Simple Linear Regression
 
Logistic Regression Analysis
Logistic Regression AnalysisLogistic Regression Analysis
Logistic Regression Analysis
 
Differential equations of first order
Differential equations of first orderDifferential equations of first order
Differential equations of first order
 
Exponential probability distribution
Exponential probability distributionExponential probability distribution
Exponential probability distribution
 
Simple Linear Regression
Simple Linear RegressionSimple Linear Regression
Simple Linear Regression
 
Introduction to Random Walk
Introduction to Random WalkIntroduction to Random Walk
Introduction to Random Walk
 
Random Variables
Random VariablesRandom Variables
Random Variables
 
Iteration method-Solution of algebraic and Transcendental Equations.
Iteration method-Solution of algebraic and Transcendental Equations.Iteration method-Solution of algebraic and Transcendental Equations.
Iteration method-Solution of algebraic and Transcendental Equations.
 
Simple linear regression and correlation
Simple linear regression and correlationSimple linear regression and correlation
Simple linear regression and correlation
 
Odepowerpointpresentation1
Odepowerpointpresentation1 Odepowerpointpresentation1
Odepowerpointpresentation1
 
Singular Value Decompostion (SVD): Worked example 2
Singular Value Decompostion (SVD): Worked example 2Singular Value Decompostion (SVD): Worked example 2
Singular Value Decompostion (SVD): Worked example 2
 
DIFFERENTIAL EQUATIONS
DIFFERENTIAL EQUATIONSDIFFERENTIAL EQUATIONS
DIFFERENTIAL EQUATIONS
 
Binomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBinomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distribution
 
Regression
RegressionRegression
Regression
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equations
 
Lagrange's method
Lagrange's methodLagrange's method
Lagrange's method
 
Bayes Theorem
Bayes TheoremBayes Theorem
Bayes Theorem
 
Binomial probability distributions ppt
Binomial probability distributions pptBinomial probability distributions ppt
Binomial probability distributions ppt
 
Linear regression
Linear regression Linear regression
Linear regression
 

Similar to Bivariate Discrete Distributions

Qt random variables notes
Qt random variables notesQt random variables notes
Qt random variables notesRohan Bhatkar
 
Statistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability DistributionStatistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability DistributionApril Palmes
 
Distribution of random numbers
Distribution of random numbersDistribution of random numbers
Distribution of random numbersneeta1995
 
Probability and statistics - Discrete Random Variables and Probability Distri...
Probability and statistics - Discrete Random Variables and Probability Distri...Probability and statistics - Discrete Random Variables and Probability Distri...
Probability and statistics - Discrete Random Variables and Probability Distri...Asma CHERIF
 
S Project 1st Rough Draft
S Project 1st Rough DraftS Project 1st Rough Draft
S Project 1st Rough DraftJordan Laubler
 
Expectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.pptExpectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.pptAlyasarJabbarli
 
Shannon’s Information Measures and Markov Structures
Shannon’s Information Measures and Markov StructuresShannon’s Information Measures and Markov Structures
Shannon’s Information Measures and Markov StructuresInfoEngg CUHK
 
Chapter 1 random variables and probability distributions
Chapter 1   random variables and probability distributionsChapter 1   random variables and probability distributions
Chapter 1 random variables and probability distributionsAntonio F. Balatar Jr.
 
Mayo Slides: Part I Meeting #2 (Phil 6334/Econ 6614)
Mayo Slides: Part I Meeting #2 (Phil 6334/Econ 6614)Mayo Slides: Part I Meeting #2 (Phil 6334/Econ 6614)
Mayo Slides: Part I Meeting #2 (Phil 6334/Econ 6614)jemille6
 

Similar to Bivariate Discrete Distributions (20)

U unit7 ssb
U unit7 ssbU unit7 ssb
U unit7 ssb
 
Qt random variables notes
Qt random variables notesQt random variables notes
Qt random variables notes
 
Statistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability DistributionStatistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability Distribution
 
Distributions
DistributionsDistributions
Distributions
 
Powerpoint2.reg
Powerpoint2.regPowerpoint2.reg
Powerpoint2.reg
 
Distribution of random numbers
Distribution of random numbersDistribution of random numbers
Distribution of random numbers
 
Probability and statistics - Discrete Random Variables and Probability Distri...
Probability and statistics - Discrete Random Variables and Probability Distri...Probability and statistics - Discrete Random Variables and Probability Distri...
Probability and statistics - Discrete Random Variables and Probability Distri...
 
Chapter1
Chapter1Chapter1
Chapter1
 
S Project 1st Rough Draft
S Project 1st Rough DraftS Project 1st Rough Draft
S Project 1st Rough Draft
 
Expectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.pptExpectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.ppt
 
Probability Theory 9
Probability Theory 9Probability Theory 9
Probability Theory 9
 
lecture4.ppt
lecture4.pptlecture4.ppt
lecture4.ppt
 
Shannon’s Information Measures and Markov Structures
Shannon’s Information Measures and Markov StructuresShannon’s Information Measures and Markov Structures
Shannon’s Information Measures and Markov Structures
 
Chapter 1 random variables and probability distributions
Chapter 1   random variables and probability distributionsChapter 1   random variables and probability distributions
Chapter 1 random variables and probability distributions
 
CH6.pdf
CH6.pdfCH6.pdf
CH6.pdf
 
Ch6
Ch6Ch6
Ch6
 
Stats chapter 7
Stats chapter 7Stats chapter 7
Stats chapter 7
 
Ch01_03.ppt
Ch01_03.pptCh01_03.ppt
Ch01_03.ppt
 
Probability[1]
Probability[1]Probability[1]
Probability[1]
 
Mayo Slides: Part I Meeting #2 (Phil 6334/Econ 6614)
Mayo Slides: Part I Meeting #2 (Phil 6334/Econ 6614)Mayo Slides: Part I Meeting #2 (Phil 6334/Econ 6614)
Mayo Slides: Part I Meeting #2 (Phil 6334/Econ 6614)
 

More from ArijitDhali

Signal Constellation, Geometric Interpretation of Signals
Signal Constellation,  Geometric Interpretation of  SignalsSignal Constellation,  Geometric Interpretation of  Signals
Signal Constellation, Geometric Interpretation of SignalsArijitDhali
 
Stack Queue SubRoutine
Stack Queue SubRoutineStack Queue SubRoutine
Stack Queue SubRoutineArijitDhali
 
Overviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfOverviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfArijitDhali
 
Motorola 68020.pdf
Motorola 68020.pdfMotorola 68020.pdf
Motorola 68020.pdfArijitDhali
 
Stereotactic Radiosurgery in Brain Metastases.pdf
Stereotactic Radiosurgery in Brain Metastases.pdfStereotactic Radiosurgery in Brain Metastases.pdf
Stereotactic Radiosurgery in Brain Metastases.pdfArijitDhali
 
Active Filters.pdf
Active Filters.pdfActive Filters.pdf
Active Filters.pdfArijitDhali
 
Wideband Frequency Modulation.pdf
Wideband Frequency Modulation.pdfWideband Frequency Modulation.pdf
Wideband Frequency Modulation.pdfArijitDhali
 
Celebrity Problem.pdf
Celebrity Problem.pdfCelebrity Problem.pdf
Celebrity Problem.pdfArijitDhali
 
SSBSC Single Side Band - Suppressed Carrier Compressed
SSBSC Single Side Band - Suppressed Carrier CompressedSSBSC Single Side Band - Suppressed Carrier Compressed
SSBSC Single Side Band - Suppressed Carrier CompressedArijitDhali
 
Biodiversity Hotspots in India
Biodiversity Hotspots in IndiaBiodiversity Hotspots in India
Biodiversity Hotspots in IndiaArijitDhali
 
LTI Systems - With/Without Memory
LTI Systems - With/Without MemoryLTI Systems - With/Without Memory
LTI Systems - With/Without MemoryArijitDhali
 
RLC Series Resonance
RLC Series ResonanceRLC Series Resonance
RLC Series ResonanceArijitDhali
 
Dijkstra's Algorithm
Dijkstra's AlgorithmDijkstra's Algorithm
Dijkstra's AlgorithmArijitDhali
 
Conditional Probability
Conditional ProbabilityConditional Probability
Conditional ProbabilityArijitDhali
 
Isomerism of Transition Metal Complex
Isomerism of Transition Metal ComplexIsomerism of Transition Metal Complex
Isomerism of Transition Metal ComplexArijitDhali
 
Space Solar Power
Space Solar PowerSpace Solar Power
Space Solar PowerArijitDhali
 
Types of function call
Types of function callTypes of function call
Types of function callArijitDhali
 
Power Series - Legendre Polynomial - Bessel's Equation
Power Series - Legendre Polynomial - Bessel's EquationPower Series - Legendre Polynomial - Bessel's Equation
Power Series - Legendre Polynomial - Bessel's EquationArijitDhali
 

More from ArijitDhali (20)

Signal Constellation, Geometric Interpretation of Signals
Signal Constellation,  Geometric Interpretation of  SignalsSignal Constellation,  Geometric Interpretation of  Signals
Signal Constellation, Geometric Interpretation of Signals
 
Stack Queue SubRoutine
Stack Queue SubRoutineStack Queue SubRoutine
Stack Queue SubRoutine
 
Overviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfOverviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdf
 
Motorola 68020.pdf
Motorola 68020.pdfMotorola 68020.pdf
Motorola 68020.pdf
 
Stereotactic Radiosurgery in Brain Metastases.pdf
Stereotactic Radiosurgery in Brain Metastases.pdfStereotactic Radiosurgery in Brain Metastases.pdf
Stereotactic Radiosurgery in Brain Metastases.pdf
 
Active Filters.pdf
Active Filters.pdfActive Filters.pdf
Active Filters.pdf
 
Wideband Frequency Modulation.pdf
Wideband Frequency Modulation.pdfWideband Frequency Modulation.pdf
Wideband Frequency Modulation.pdf
 
Celebrity Problem.pdf
Celebrity Problem.pdfCelebrity Problem.pdf
Celebrity Problem.pdf
 
SSBSC Single Side Band - Suppressed Carrier Compressed
SSBSC Single Side Band - Suppressed Carrier CompressedSSBSC Single Side Band - Suppressed Carrier Compressed
SSBSC Single Side Band - Suppressed Carrier Compressed
 
Biodiversity Hotspots in India
Biodiversity Hotspots in IndiaBiodiversity Hotspots in India
Biodiversity Hotspots in India
 
LTI Systems - With/Without Memory
LTI Systems - With/Without MemoryLTI Systems - With/Without Memory
LTI Systems - With/Without Memory
 
RLC Series Resonance
RLC Series ResonanceRLC Series Resonance
RLC Series Resonance
 
Solar Cell
Solar CellSolar Cell
Solar Cell
 
Barcode Decoder
Barcode DecoderBarcode Decoder
Barcode Decoder
 
Dijkstra's Algorithm
Dijkstra's AlgorithmDijkstra's Algorithm
Dijkstra's Algorithm
 
Conditional Probability
Conditional ProbabilityConditional Probability
Conditional Probability
 
Isomerism of Transition Metal Complex
Isomerism of Transition Metal ComplexIsomerism of Transition Metal Complex
Isomerism of Transition Metal Complex
 
Space Solar Power
Space Solar PowerSpace Solar Power
Space Solar Power
 
Types of function call
Types of function callTypes of function call
Types of function call
 
Power Series - Legendre Polynomial - Bessel's Equation
Power Series - Legendre Polynomial - Bessel's EquationPower Series - Legendre Polynomial - Bessel's Equation
Power Series - Legendre Polynomial - Bessel's Equation
 

Recently uploaded

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 

Recently uploaded (20)

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 

Bivariate Discrete Distributions

  • 2. TABLE OF CONTENTS Abstract Keywords Discussion Conclusion Introduction Acknowledgement References Applications
  • 3. ABSTRACT Bivariate Discrete Distributions details the latest techniques of computer simulation for the distributions considered. It contains a general introduction to the structural properties of discrete distributions, including generating functions, moment relationships, and the basic ideas of generalizing and much more.
  • 4. KEYWORDS 01 Bivariate Data Joint Probability 03 Marginal Distribution 02 Marginal probability Mass 04
  • 5. INTRODUCTION In this presentation we will consider two or more random variables defined on the same sample space and discuss how to model the probability distribution of the random variables jointly. We will begin with the discrete case by looking at the joint probability mass function for two discrete random variables.
  • 6. DISCUSSION JOINT DISTRIBUTION OF RANDOM BIVARIATES Let X be a random variable the values X : x1 x2 x3 ……. xm Let Y be a random variable assuming the following values corresponding to each xi Y : y1 y2 y3 ……. Yn In the table that will be shown in next slide, There are mn number of values (xi,yj) . These values are known as Bivariate Data. Also, Pij = Probability of assuming the pair (xi,yj) by (X,Y) = P { (xi,yj) } = P ( X = xi, Y = yj ) are known as Joint Probability Mass of Bivariate (X,Y)
  • 7. BIVARIATE JOINT DISTRIBUTION TABLE Where the row wise and column wise total are: • PXi = pi1 + pi2 + …. + pin = σ𝑗=1 𝑛 𝑝𝑖𝑗 • PYi = p1j + p2j + …. + pmj = σ𝑖=1 𝑚 𝑝𝑖𝑗 The grand total: • σ𝑖=1 𝑚 𝑝𝑋𝑖 + σ𝑗=1 𝑛 𝑝𝑌𝑗 = σ𝑗=1 𝑛 σ𝑖=1 𝑚 𝑝𝑖𝑗 = 1
  • 8. MARGINAL DISTRIBUTION This probability distribution of X is called as Marginal Distribution of X X : x1 x2 x3 …… xm Total pXi: pX1 pX2 pX3 …… pXm 1 Similarly this probability distribution of Y is called as Marginal Distribution of Y Y : y1 y2 y3 …… yn Total pYj: pY1 pY2 pY3 …… pYn 1 The row wise totals PXi and the column wise totals PYi are called Marginal Probability Mass of X and Y respectively.
  • 9. INDEPENDENT RANDOM VARIABLES Let (X,Y) be a pair of random variables having joint distribution discussed in previous slide. If pij = pXi pYj = P ( X = xi, Y = yj ) = P ( X = xi ) P ( Y = yj ) Hold for all values of i ( 1 ≤ i ≤ m ) and j ( 1 ≤ j ≤ n ) then X and Y are called Independent Random Variables. Theorem: If X and Y are independent random variables and A, B are two events then P { X ∈ A, Y ∈ B } = P ( X ∈ A ) P ( Y ∈ B ) and vice versa.
  • 10. Problem: Let (X,Y) be a bivariate having the following joint distribution: Check whether X and Y are independent or not Solution: Here we see every data in the main body of the table is equal to the product of the corresponding data in last column and last row, e.g 0.35 = 0.70 x 0.50, 0.06 = 0.30 x 0.20 etc. ILLUSTRATIVE EXAMPLE 1 That is P ( X = 0.20, Y = 5 ) = P ( X = 0.20 ) P ( Y = 5), P ( X = 9, Y = 7 ) = P ( X = 9 ) P ( Y = 7 ) etc. So, X & Y are independent random variable.
  • 11. Problem: An urn contains 3 Red, 2 White and 5 Blue balls. Three balls are drawn from the urn. X and Y denote the number of Red and White balls in a draw. Find the Joint Distribution of (X,Y). Hence find P ( X ≤ 2, Y ≥ 1 ). Find the Marginal Distribution of Y and hence find the probability of drawing more than 1 White balls. Are X and Y independent random variable? Solution: Consider X and Y as Probability of Red and White balls. Take the values of X as 0, 1, 2, 3 and Y as 0, 1, 2. Create a table with values of the bivariate (X,Y). Where, P { (xi,yj) } = P ( X = xi, Y = yj ) The corresponding probabilities are: 1) P(0,0) = Probability of “no Red”,”no White”,”3 Blue” = Τ 5 𝐶3 10 𝐶3 = 0.083 ILLUSTRATIVE EXAMPLE 2
  • 12. 2) P(0,1) = Probability of “no Red”,”1 White”,”2 Blue” = Τ 2 𝐶1 ∗5 𝐶2 10 𝐶3 = 0.16 3) P(0,2) = Probability of “no Red”,”2 White”,”1 Blue” = Τ 2 𝐶2 ∗5 𝐶1 10 𝐶3 = 0.041 4) P(1,0) = Probability of “1 Red”,”no White”,”2 Blue” = Τ 3 𝐶1 ∗5 𝐶2 10 𝐶3 = 0.25 5) P(1,1) = Probability of “1 Red”,”1 White”,”1 Blue” = Τ 3 𝐶1 ∗2 𝐶1 ∗5 𝐶1 10 𝐶3 = 0.25 6) P(1,2) = Probability of “1 Red”,”2 White”,”no Blue” = Τ 3 𝐶1 ∗2 𝐶2 10 𝐶3 = 0.025 7) P(2,0) = Probability of “2 Red”,”no White”,”1 Blue” = Τ 3 𝐶2 ∗5 𝐶1 10 𝐶3 = 0.125 8) P(2,1) = Probability of “2 Red”,”1 White”,”no Blue” = Τ 3 𝐶2 ∗2 𝐶1 10 𝐶3 = 0.05 9) P(2,2) = Probability of “2 Red”,”2 White”,”no Blue” = P(ϕ) = 0 10) P(3,0) = Probability of “3 Red”,”no White”,”no Blue” = Τ 3 𝐶3 10 𝐶3 = 0.008 11) P(3,1) = Probability of “3 Red”,”1 White”,”no Blue” = P(ϕ) = 0 12) P(3,2) = Probability of “3 Red”,”2 White”,”no Blue” = P(ϕ) = 0 ILLUSTRATIVE EXAMPLE 2 - CONTINUED }
  • 13. ∴ The Joint Distribution of (X,Y) is given by: Now, P (X ≤ 2, Y ≥ 1 ) = P ( 2,1 ) + P ( 2,2 ) + P ( 1,1 ) + P ( 1,2 ) + P ( 0,1 ) + P ( 0,2 ) = 0.05 + 0 + 0.25 + 0.025 + 0.16 + 0.041 = 0.526 The Marginal Distribution of Y is given by Y : 0 1 2 pYj : 0.466 0.466 0.066 ILLUSTRATIVE EXAMPLE 2 - CONTINUED Probability of “ more than 1 White balls “: P ( Y ≥ 1 ) = 0.466 + 0.133 = 0.6 From the above table we see, = 0.083 ≠ 0.284 x 0.466 ∴ X, Y are not independent
  • 14. APPLICATIONS The bivariate distribution is useful in analyzing the relationship between two randomly distributed variables, and thus has heavy application to biology and economics where the relationship between approximately-random variables is of great interest. For instance, one of the earliest uses of the bivariate distribution was in analyzing the relationship between a father's height and the height of their eldest son, resolving a question Darwin posed in his book the “The Origin of Species”. Also used in measuring systems, such as those used in coordinate measuring machines (CMMs), laser interferometers, linear or rotary encoders, etc.
  • 15. CONCLUSION In real life, we are often interested in several random variables that are related to each other. For example, suppose that we choose a random family, and we would like to study the number of people in the family, the household income, the ages of the family members, etc. Each of these is a random variable, and we suspect that they are dependent. In this presentation, we developed the tools to study joint distributions of random variables.
  • 16. REFERENCES • [1]https://online.stat.psu.edu/stat414/lesson/17/17.1 • [2]https://bookdown.org/compfinezbook/introcompfinr/Bivariate- Distributions.html • [3]https://en.wikipedia.org/wiki/Random_variable#Discrete_random _variable • [4]https://en.wikipedia.org/wiki/Joint_probability_distribution • [5]https://www.probabilitycourse.com/chapter5/5_1_0_joint_distribut ions.php • [6]https://www.stat.ncsu.edu/people/bloomfield/courses/st380/slide s/Devore-ch05-sec1-2.pdf • [7]https://brilliant.org/wiki/multivariate-normal-distribution/ • [8]Page 128 Engineering Mathematics Vol – 2A by B.K.Pal & K.Das, published by U.N Dhur & Sons Private Ltd.