How to Get Covariance of Bivariate Poisson Distribution

Click For Summary
SUMMARY

The covariance of the Bivariate Poisson Distribution, specifically for the random variables X and Y defined as X = X1 + X3 and Y = X2 + X3, is determined to be Cov(X, Y) = θ3. The joint probability function is given by P(X = x, Y = y) = e^{θ1+θ2+θ3} (θ1^x/x!) (θ2^y/y!) Σ (k=0 to min(x,y)) (x choose k)(y choose k) k! (θ3/(θ1θ2))^k. The derivation confirms that under the assumption of independence among X1, X2, and X3, the covariance simplifies to the variance of X3, which equals θ3.

PREREQUISITES
  • Bivariate Poisson Distribution
  • Covariance and Variance concepts
  • Joint probability functions
  • Understanding of Poisson random variables
NEXT STEPS
  • Study the properties of Bivariate Poisson Distribution
  • Learn about joint probability functions in detail
  • Explore the derivation of covariance in multivariate distributions
  • Investigate the implications of independence in random variables
USEFUL FOR

Statisticians, data scientists, and mathematicians interested in understanding the covariance of Bivariate Poisson Distributions and their applications in statistical modeling.

ahdika
Messages
6
Reaction score
0
Dear all, I have a problem in solving covariance of Bivariate Poisson Distribution

Let X_i \sim POI (\theta_i) , i = 1,2,3
Consider
X = X_1 + X_3
Y = X_2 + X_3

Then the joint probability function given :
P(X = x, Y = y) = e^{\theta_1+\theta_2+\theta_3} \frac {\theta_1^x}{x!} \frac {\theta_2^y}{y!} \sum {k = 0}{min(x,y)} \left( \begin{array}{c} x \\ k \end{array} \right) \left( \begin{array}{c} y \\ k \end{array} \right) k! \left( \frac{\theta_3}{\theta_1 \theta_2} \right)^k

Marginally, we get :
X \sim POI (\theta_1+\theta_3)
Y \sim POI (\theta_2+\theta_3)
\theta_1, \theta_2, \theta_3 ≥ 0
Then, the cov(X,Y) = \theta_3

That's all information I have, but I have no idea how to get \theta_3 as the covariance of (X,Y). Please share anything you know about the way to get that value !
Thanks a lot
 
Physics news on Phys.org
Your notation is screwed up.
 
I'm sorry, I'm a very new member here so I still confuse how to make equation correctly, I think it's just like writing equation in LaTEX..
anyway, thanks for your reply.. I'll try to rewrite it correctly
 
Let Xi ~ Poisson (θi) , i = 1,2,3
consider
X = X1 + X3
Y = X2 + X3

this two random variables X and Y follow the bivariate poisson distribution so that
X ~ Poisson (θ1 + θ3)
Y ~ Poisson (θ2 + θ3)

and then the covariance of the bivariate poisson distribution is
Cov(X,Y) = θ3

I just don't know how to get θ3 as the covariance of this distribution.. please share me the way to get that Cov(X,Y) = θ3
Thanks
 
I am not familiar with your notation. However, assuming Xi are independent, then the covariance between X and Y involves only X3.
 
Oh, I am sorry.. maybe it's because the notations we usually used are different..

Oke, I get it.. but I am confused how to explain it in mathematics equation
Like we know,
Cov(XY) = Cov(X1+X3,X2+X3)
then, how must I explain about the assumption of independency between X1 and X2 in mathematics form?
 
Oh, I get it..

Correct me if I'm wrong

Cov(X,Y) = Cov(X1+X3,X2+X3)
= Cov(X1,X2+X3) + Cov(X3,X2+X3)
= Cov(X1,X2) + Cov(X1,X3) + Cov(X3,X2) + Cov(X3,X3)

but because there's assumption that Xi independent, so
Cov(X1,X2) = 0
Cov(X1,X3) = 0
Cov(X3,X2) = 0

and then I get

Cov(X,Y) = Cov(X3,X3)
= Var(X3)
= θ3

Am I wrong?
 
Your derivation is absolutely correct!
 
wow, okay.. thanks a lot for your help..
:) :) :)
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
6K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
1
Views
4K
Replies
1
Views
2K