SlideShare una empresa de Scribd logo
1 de 17
Descargar para leer sin conexión
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

Más contenido relacionado

La actualidad más candente

Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Viraj Patel
 
probability :- Covariance and correlation Faisalkhan2081@yahoo.com
probability :- Covariance and correlation Faisalkhan2081@yahoo.comprobability :- Covariance and correlation Faisalkhan2081@yahoo.com
probability :- Covariance and correlation Faisalkhan2081@yahoo.comFaisal Khan
 
14.6 triple integrals in cylindrical and spherical coordinates
14.6 triple integrals in cylindrical and spherical coordinates14.6 triple integrals in cylindrical and spherical coordinates
14.6 triple integrals in cylindrical and spherical coordinatesEmiey Shaari
 
Lesson29 Intro To Difference Equations Slides
Lesson29   Intro To Difference Equations SlidesLesson29   Intro To Difference Equations Slides
Lesson29 Intro To Difference Equations SlidesMatthew Leingang
 
Ordinary least squares linear regression
Ordinary least squares linear regressionOrdinary least squares linear regression
Ordinary least squares linear regressionElkana Rorio
 
Expectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.pptExpectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.pptAlyasarJabbarli
 
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
 
Applied Calculus Chapter 3 partial derivatives
Applied Calculus Chapter  3 partial derivativesApplied Calculus Chapter  3 partial derivatives
Applied Calculus Chapter 3 partial derivativesJ C
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matricesStudent
 
Probability distribution
Probability distributionProbability distribution
Probability distributionRanjan Kumar
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIADheeraj Kataria
 
Heteroskedasticity
HeteroskedasticityHeteroskedasticity
Heteroskedasticityhalimuth
 

La actualidad más candente (20)

Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Second order homogeneous linear differential equations
Second order homogeneous linear differential equations
 
probability :- Covariance and correlation Faisalkhan2081@yahoo.com
probability :- Covariance and correlation Faisalkhan2081@yahoo.comprobability :- Covariance and correlation Faisalkhan2081@yahoo.com
probability :- Covariance and correlation Faisalkhan2081@yahoo.com
 
14.6 triple integrals in cylindrical and spherical coordinates
14.6 triple integrals in cylindrical and spherical coordinates14.6 triple integrals in cylindrical and spherical coordinates
14.6 triple integrals in cylindrical and spherical coordinates
 
Lesson29 Intro To Difference Equations Slides
Lesson29   Intro To Difference Equations SlidesLesson29   Intro To Difference Equations Slides
Lesson29 Intro To Difference Equations Slides
 
Ordinary least squares linear regression
Ordinary least squares linear regressionOrdinary least squares linear regression
Ordinary least squares linear regression
 
Expectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.pptExpectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.ppt
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
 
Bayes' theorem
Bayes' theoremBayes' theorem
Bayes' theorem
 
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
 
Applied Calculus Chapter 3 partial derivatives
Applied Calculus Chapter  3 partial derivativesApplied Calculus Chapter  3 partial derivatives
Applied Calculus Chapter 3 partial derivatives
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matrices
 
Introduction to regression
Introduction to regressionIntroduction to regression
Introduction to regression
 
Binomial theorem
Binomial theoremBinomial theorem
Binomial theorem
 
Probability
ProbabilityProbability
Probability
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIA
 
Integration
IntegrationIntegration
Integration
 
Normal distribution
Normal distributionNormal distribution
Normal distribution
 
HERMITE SERIES
HERMITE SERIESHERMITE SERIES
HERMITE SERIES
 
Heteroskedasticity
HeteroskedasticityHeteroskedasticity
Heteroskedasticity
 

Similar a Bivariate Discrete Distribution

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
 
Discussion about random variable ad its characterization
Discussion about random variable ad its characterizationDiscussion about random variable ad its characterization
Discussion about random variable ad its characterizationGeeta Arora
 
S Project 1st Rough Draft
S Project 1st Rough DraftS Project 1st Rough Draft
S Project 1st Rough DraftJordan Laubler
 
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.
 
Chapter-6-Random Variables & Probability distributions-3.doc
Chapter-6-Random Variables & Probability distributions-3.docChapter-6-Random Variables & Probability distributions-3.doc
Chapter-6-Random Variables & Probability distributions-3.docDesalechali1
 

Similar a Bivariate Discrete Distribution (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
 
Discussion about random variable ad its characterization
Discussion about random variable ad its characterizationDiscussion about random variable ad its characterization
Discussion about random variable ad its characterization
 
S Project 1st Rough Draft
S Project 1st Rough DraftS Project 1st Rough Draft
S Project 1st Rough Draft
 
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
 
Chapter-6-Random Variables & Probability distributions-3.doc
Chapter-6-Random Variables & Probability distributions-3.docChapter-6-Random Variables & Probability distributions-3.doc
Chapter-6-Random Variables & Probability distributions-3.doc
 
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]
 

Más de 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
 

Más de 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
 

Último

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 

Último (20)

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 

Bivariate Discrete Distribution

  • 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.