I am performing a goodness of fit test on a 64×32 matrix where the expected frequency of any a[i,j] is 500000 and the observed frequency can lie between 0 and 1000000
I am taking DoF=(32×64)−1.The problem is that I am getting the chi-squared parameter of the order 10^7 and p-value is resulting to 0.
Am I going wrong somewhere ? Could you please give some advises ? I am a novice at statistics. I am using the following formula to calculate the $chi-square parameter: formula
I am trying to measure the strict avalanche criterion for different hash functions. An entry a[i,j] in the matrix reflects the number of times jth bit in the output changed due to flipping ith bit in the input. According to the strict avalanche criterion every bit should change with a probability of 0.5. I have done the experiment with 1000000 strings so the observed frequency can lie between 0-1000000 whereas the expected frequency is 500000
http://math.stackexchange.com/questions/1733269/. – BruceET Apr 10 '16 at 00:42