Possible Duplicate:
What hypothesis for A is better than B?
Consider the Pearson correlation estimate $r$. I want to do a hypothesis test.
$$\text{Option 1}$$
$H_0: \text{corr}(X,Y) \leq 0$
$H_1: \text{corr}(X,Y) > 0$
$$\text{Option 2}$$
$H_0: \text{corr}(X,Y) = 0$
$H_1: \text{corr}(X,Y) > 0$
I'm wondering if there's any difference between the two in terms of application (and theory)? I want to do $\text{Option 1}$ but the only information I can find is on $\text{Option 2}$.