What is the covariance matrix (X,Y) for the joint distribution of X and Y?

  • Context: Graduate 
  • Thread starter Thread starter nikki92
  • Start date Start date
  • Tags Tags
    Distribution
Click For Summary
SUMMARY

The discussion focuses on calculating the covariance matrix for the joint distribution of two random variables, X and Y, where X represents the number of clubs in a 13-card hand drawn from a 52-card deck, and Y represents the number of queens in the same hand. The probability density function for X is defined as f_x(x) = (13 choose x)(39 choose 13-x) / (52 choose 13) for 0 ≤ x ≤ 13. The joint distribution is given by (13 choose x)(5 choose y)(34 choose 13-x-y) / (52 choose 13) for the specified ranges of x and y. The covariance is calculated using Cov(X,Y) = E[XY] - E[X]E[Y], with the covariance matrix containing variances and covariances at specific positions.

PREREQUISITES
  • Understanding of combinatorial mathematics, specifically binomial coefficients.
  • Familiarity with probability theory, particularly joint distributions.
  • Knowledge of expected values and variance calculations.
  • Basic understanding of covariance and its significance in statistics.
NEXT STEPS
  • Study the derivation of the expected value E[Y] using combinatorial methods.
  • Learn how to compute E[XY] for joint distributions in probability theory.
  • Explore the properties of covariance matrices in multivariate statistics.
  • Investigate applications of covariance in statistical modeling and data analysis.
USEFUL FOR

Statisticians, data scientists, and anyone involved in probability theory or statistical analysis, particularly those working with joint distributions and covariance matrices.

nikki92
Messages
37
Reaction score
0
X = # of clubs in a 13 card hand drawn at random without replacement from 52 card deck
Y= # of queens in the same 13 card hand

the pdf of x is f_x (x) = (13 choose x)( 39 choose 13-x) / (52 choose 13) for x=< x =< 13
and o otherwise

the joint distribution of x and y = (13 choose x) ( 5 choose y) ( 34 choose 13-x-y)/ (52 choose 13) for 0 =<x =<13 0 =< y =< 4 0<=x+y<=13 and 0 otherwise

What is E(Y) and what is the covariance matrix (X,Y)?

E[Y] = Sum y=1 to 4 of y* (4 choose y)(48 choose 13-y)/ (52 choose 13) ?

I have no idea on the matrix.
 
Physics news on Phys.org
Hey nikki92.

The covariance of two random variables is given by Cov(X,Y) = E[XY] - E[X]E[Y] where E[XY] = Summation (over x) Summation over y P(X=x,Y=y)*xy (Or an integral for continuous random variable).

The covariance matrix has Cov(Xi,Xj) at the (i,j) position in the matrix and note that Cov(Xi,Xi) = E[Xi^2] - {E[Xi]}^2 = Var[Xi] so you will have four entries with Var[X1], Var[X2] in (1,1) (2,2) and Cov(X,Y) in the other positions.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 43 ·
2
Replies
43
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
7
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K