How to find the p-value in the chi-square test

2.8k Views Asked by At

I'm reading Probability and Statistical Inference, ninth edition by Hogg and on page 436, he gives an example using the chi-square goodness-of-fit test. How did he find this p-value?

4

There are 4 best solutions below

0
On BEST ANSWER

How did he find this p-value?

Using a standard chi-square table you can say that the p-value is less than $0.005$ as $14.4 >12.84$ tabulated.

This result is enough to take any decision, as it is very very low.

enter image description here

If you want a precise result you have to use a calculator. For example, with Excel, typing +DISTRIB.CHI(14.4;3) you get $p=0.002408$

0
On

P-value is a value of quantile function at 14.4.

Quantile function may be found using special tables.

0
On

If $X\sim \chi ^2(3)$, then the p-value is given by $\mathbb P(X>14.4)$. With a table or with software it is easy to obtain the probability $0.0024$.

0
On

As mentioned by $tommik$, it's true but you don't need to exactly look at the Critical Value at 5%. Only thing, you have to look at is that, at the value of n = 3, for what value of $\alpha$, it is equal to q = 14.4 and that gives p = 0.002408.