Finding covariance using the joint pdf

  • Context: Graduate 
  • Thread starter Thread starter Flashcop
  • Start date Start date
  • Tags Tags
    Covariance Joint Pdf
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 7K views
Flashcop
Messages
2
Reaction score
0
The following question appeared on a practice exam:

For
f(x,y) = 24xy if 0<x+y<1 , 0<x,y
0 elsewhere

find Cov(X,Y)

I used Cov(X,Y) = E(XY) - E(X)E(Y) to calculate covariance, with

E(XY) = [itex]\int^{1}_{0}\int^{1-y}_{0}24x^{2}y^{2}dxdy[/itex]

but for some reason I didn't get the suggested answer of 1/15

Can someone explain to me what I did wrong? Was there something wrong with the terminals?
 
Physics news on Phys.org
Flashcop said:
The following question appeared on a practice exam:

For
f(x,y) = 24xy if 0<x+y<1 , 0<x,y
0 elsewhere

find Cov(X,Y)

I used Cov(X,Y) = E(XY) - E(X)E(Y) to calculate covariance, with

E(XY) = [itex]\int^{1}_{0}\int^{1-y}_{0}24x^{2}y^{2}dxdy[/itex]

but for some reason I didn't get the suggested answer of 1/15

Can someone explain to me what I did wrong? Was there something wrong with the terminals?

Hey Flashcop and welcome to the forums.

If I were you I would in later cases use the alternative definition COV(X,Y) = E[[X-E[X][Y-E[Y]] and calculate (X - E[X])(Y - E[Y])f(x,y)dxdy for the integral to double check your calculations if you think something is awry (it is redundant but it is a good way to cross-check your calculations in the case of say an algebraic mistake).

For this problem, I think the best way to get relevant advice is to go through your calculation step by step and post it here so that we can go through your algebra and your reasoning.
 
chiro said:
Hey Flashcop and welcome to the forums.

If I were you I would in later cases use the alternative definition COV(X,Y) = E[[X-E[X][Y-E[Y]] and calculate (X - E[X])(Y - E[Y])f(x,y)dxdy for the integral to double check your calculations if you think something is awry (it is redundant but it is a good way to cross-check your calculations in the case of say an algebraic mistake).

For this problem, I think the best way to get relevant advice is to go through your calculation step by step and post it here so that we can go through your algebra and your reasoning.

Thanks mate :)

So using the alternate definition, I got:

Cov(X,Y) [itex]= 24 \int^{1}_{0}\int^{1-y}_{0}(x-\frac{2}{5})(y-\frac{2}{5})xydxdy[/itex]
[itex]= 24 \int^{1}_{0}\int^{1-y}_{0}x^{2}y^{2}-\frac{2x^{2}y}{5}-\frac{2xy^{2}}{5}+\frac{4xy}{25}dxdy[/itex]
[itex]=24\int^{1}_{0}\frac{-1}{75}(2-5y)^{2}(y-1)^{2}ydy[/itex]
[itex]=\frac{-24}{75}\int^{1}_{0}(2-5y)^{2}(y-1)^{2}ydy[/itex]
[itex]=\frac{-24}{75}*\frac{1}{12}<br /> =\frac{-2}{75}[/itex]

Which is the same answer I got before, so that probably rules out any algebraic errors.