mnb96
- 711
- 5
Hello,
I have two random variables X and Y that can take values of the kind (a,b) where a,b\in \{ 0,1,2,3 \}. Thus, the sample space has only 16 elements.
I have, say, N observations for both X and Y, and I would like to know if there is some correlation between X and Y.
- How is this typically done? Perhaps by calculating the mutual information between X and Y?
- Should I treat X and Y as 2-dimensional random variables? Or is it better to convert them to 1-dimensional random variables by using the mapping (a,b)\longmapsto 4a+b ?
In this way the sample space would simply become \{ 0,1,2,\ldots,15\}.
I have two random variables X and Y that can take values of the kind (a,b) where a,b\in \{ 0,1,2,3 \}. Thus, the sample space has only 16 elements.
I have, say, N observations for both X and Y, and I would like to know if there is some correlation between X and Y.
- How is this typically done? Perhaps by calculating the mutual information between X and Y?
- Should I treat X and Y as 2-dimensional random variables? Or is it better to convert them to 1-dimensional random variables by using the mapping (a,b)\longmapsto 4a+b ?
In this way the sample space would simply become \{ 0,1,2,\ldots,15\}.