Why is the test statisic for the absence of correlation $t=\frac{b_{1}}{s/\sqrt{S_{xx}}}$

42 Views Asked by At

I am trying to understand the test for absence of correlation. I would like to understand why the test statistic is given in the following manner:

enter image description here

In the case of corelation it is enter image description here

Could the reason be that the distribution for $b_{1}=$correlation coefficient

enter image description here

Is difficult to figure out, so instead $r$ is expressed in terms of t, so that the (known)distribution of t can be used?

I would really appreciate some tips. I have gone through many books and I couldn't find any explanation as to why the statstic is the way it is.

1

There are 1 best solutions below

10
On

The above test statistic is actually used to test whether the true regression coefficient ($\beta_1$) is different from zero. You can still use this to test whether the correlation coefficient ($\rho$) is different from 0 by noting that $\rho > 0 \iff \beta_1 > 0$ and $\rho < 0 \iff \beta_1 < 0$.

If you want to test whether the true correlation is different from another value, say $\rho = 0.4$, you have to use a different test statistic from the one above. In this case you need an arctanh transform to obtain a usable test statistic, see https://en.wikipedia.org/wiki/Fisher_transformation. Note that this procedure relies on the assumption that the response and covariates follow a bivariate normal distribution.