InterviewSolution
Saved Bookmarks
| 1. |
The correlation coefficient between X and Y is 0.4. What will be the value of correlation coefficient if 5 is added in each observation of X and 10 is substracted from each observation of Y ? |
|
Answer» r (X, Y) = 0.4. If 5 is added to each observation of X and 10 is subtracted from each observation of y, means r [x + 5, y-10) will also be 0.4, as the value of r is independent of change of origin. |
|