Multiple Linear Regression - Hypothesis Testing

Phox
Messages
36
Reaction score
0

Homework Statement


I'm looking through some example problems that my professor posted and this bit doesn't make sense

2up4bqf.png


How do you come up with the values underlined?


Homework Equations





The Attempt at a Solution



Upon researching it, I find that you should use α/2 for both of these values. So I'm not sure what's going on here
 
Physics news on Phys.org
You can't calculate the p-value exactly here, the best you can do is find a bound for it. The number of degrees of freedom is fixed at 5, so you look in the lower tail of the appropriate t-distribution, for 5 degrees of freedom, until you find two tabled values that bracket your calculated value. They just happen to be for 10% and 25%. This tells you that whatever the real p-value is, it is not smaller than 10%, so you don't reject.

If your calculated value had fallen as
<br /> -t_{0.025} &lt; t &lt; -t_{0.05}<br />

you would know the p-value is smaller than 5%, so less than \alpha = 0.05, so you would reject.
 
statdad said:
You can't calculate the p-value exactly here, the best you can do is find a bound for it. The number of degrees of freedom is fixed at 5, so you look in the lower tail of the appropriate t-distribution, for 5 degrees of freedom, until you find two tabled values that bracket your calculated value. They just happen to be for 10% and 25%. This tells you that whatever the real p-value is, it is not smaller than 10%, so you don't reject.

If your calculated value had fallen as
<br /> -t_{0.025} &lt; t &lt; -t_{0.05}<br />

you would know the p-value is smaller than 5%, so less than \alpha = 0.05, so you would reject.

Or, you could use a package such as Maple's 'stats' facility to get a precise result:
stats[statevalf,cdf,studentst[5]](-1.1326);
0.1543773607 <----- output
So, the p value is about 0.154.
 
statdad said:
You can't calculate the p-value exactly here, the best you can do is find a bound for it. The number of degrees of freedom is fixed at 5, so you look in the lower tail of the appropriate t-distribution, for 5 degrees of freedom, until you find two tabled values that bracket your calculated value. They just happen to be for 10% and 25%. This tells you that whatever the real p-value is, it is not smaller than 10%, so you don't reject.

If your calculated value had fallen as
<br /> -t_{0.025} &lt; t &lt; -t_{0.05}<br />

you would know the p-value is smaller than 5%, so less than \alpha = 0.05, so you would reject.

Ok, thanks. That makes sense. I normally just try to stay away from tables and use my ti-89 instead.For another problem, same concept:

I'm testing B3 = 0 vs b3 =/= 0 at 5% level of significance. I found a test statistic of -1.516. tistat.tcdf(-∞, -1.516, 12) = .0777. Since it's two tailed I multiply this by 2: 2(.0777) = .1554. Since .1554 > .05 I do not reject the null hypothesis. Correct? The null hypothesis is more likely than 5%

I guess I could have also done 1 - tistat.tcdf(-1.516, 1.516, 12)
 
I didn't check your ti determined p-value, but your reasoning is correct (especially since the one-sided p-value would already be larger than 5%).
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...

Similar threads

Back
Top