Uncle_John
- 15
- 0
Homework Statement
Let's have a box in shape of a square(viewed from the top) from the corner of which a smaller square was cut out.The side of a bigger square is 2a, side of the smaller square is a long.
We've got evenly distributed corn seeds all over the box,randomly selected seed is defined by coordinates x,y \in [0,2a]
Homework Equations
a.) Write down the combined probability distribution for w(x,y)
b.) Write down the projected probability distribution for u(x)(independent of y)
c.) calculate the correlation coefficient r_{x,y}
The Attempt at a Solution
a.) 1/3a^₂
b.) u(x)= 1/3a if x \in [0,a]
u(x) = 2/3a if x \in [a,2a]
c.) since r_{x,y} =\frac{\sigma_{x,y}}{\sigma_{x} \sigma_{y}}, i calculated each variance seperately:
\sigma_{x} = \int xu(x)dx
\sigma_{y} = \int yu(y)dx
\sigma_{x,y} = \int\int (x - \overline{x})(y - \overline{y})w(x,y)dxdy
Is that right?