Units for Chi-Square test contingency table
Let' say we have the following example
Visitors to some place:
representation(1)
Sunday | Monday
expected 80% 20%
observed 90% 10%
representation(2)
Sunday | Monday
expected 0.8 0.2
observed 0.9 0.1
For case (1):
$\chi_2^2 = \frac{(80-90)^2}{80} + \frac{(20-10)^2}{10} = 11.25 $
For case (2):
$\chi_2^2 = \frac{(.8-.9)^2}{.8} + \frac{(0.2-0.1)^2}{0.1} = 0.1225 $
This could be asked in a different words, when we use kilometers instead of meters ant etc..
Which representation should be choosed?
Also we have some assumption that our "our sum of square" follows the chi-squrare distribution. Why it's correct?