April 14th, 2005, 1:51 am
I would say something stronger, R^2 is almost useless for testing linearity. The integers from 0 to 10 have an R^2 of 0.93 with their squares, and that is not linear at all. As long as a function is monotonic and does not have large outliers, it will have a high R^2.I don't like general-purpose tests for linearity (and almost anything else). You should always test for something of practical meaning. There's a reason you want to know if hedge fund returns are linear. Probably it's because you're worried about negative skew. In that case, test for negative skew directly.And don't test in the data, consider a model for the returns that will have negative skew, and determine what you will see in the data. This is a crucial distinction. For example, consider someone playing a martingale strategy in roulette (double the bet after every loss). You will only observe the negative skew after a disaster, and then it's too late. Instead you will observe abnormally steady returns given the variance of individual bets.