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

$\begingroup$

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?

$\endgroup$ 0

3 Answers

$\begingroup$

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$

$\endgroup$ $\begingroup$

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$.

$\endgroup$ $\begingroup$

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

Quantile function may be found using special tables.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like