Quote:
Originally Posted by mr fantastic Throwing away perfectly good data is totally absurd.
The chi-squared distribution is asymptotically normal as the number of degrees of freedom becomes infinite. It has mean = n and variance = 2n; for a large degree of freedom (and 1200 is large) you can get a very good approximation using the normal distribution with this mean and variance.
That's why tables are usually not made for more than 100 degrees of freedom. |
Thanks for that
Ok, I think I’ve got it now. Here it goes:
My null hypothesis is that there is
no difference between the observed and expected temperatures.
My calculated chi statistic = 2.76
I have 1276 rows which effectively gives a degree of freedom of 100 (tables limit).
The critical value for the chi-square at significance of 0.05 is =124.3; if the calculated chi-square value is equal to or greater than this critical value, I can conclude that the probability of the null hypothesis being correct is 0.05. i.e. a very low probability.
But it isn’t! it is in fact much less than 124.3. This means that because my degrees of freedom are so high and my chi statistic so low, I can accept the null hypothesis with great confidence.
Is my method of calculation correct or should I be using a different statistic because my degrees of freedom are so large?