May 20th, 2005, 7:26 pm
QuoteOriginally posted by: AaronYou could go to the definition of covariance: Cov(X,Y) = [E(X*Y) - E(X)*E(Y)]/[SD(X)*SD(Y)], but you'll get a real mess.As a general matter, covariance is not sensitive to monotonic transformations of the data as long as the relation between X and Y is reasonably linear. You can think of the transformation as giving you an estimate of Cov(X,Y) that puts more weight on the points for which e^(a+b*X) is close to zero. As long as the correlation is close to the same for all values of X and Y, the difference in weighting usually won't make a difference.Where you get into trouble with this logic is if the correlation between X and Y changes. For example, suppose Y is N(0,1) and X = Y for -1<Y<1 and X = -Y otherwise. If a = 0 and b = 1, your expression will overweight the data between -1 and 1 and come up with a larger correlation, hence larger covariance, than Cov(X,Y).Thanks Aaron. I think I understood the general logic of your post but I am not sure how to apply it to get the answer. Is Athletico ' answer correct ?