e can use the Address Stats data to begin to assess how the likelihood of landing in a bin is affected by the previous bin occupied. For example, if there were no relation between the current bin and the next, then
pi*pj = pij
where pi is th probability of landing in the ith bin, and |
pij is the probability of landing in the ith bin immediately after landing in the jth bin. |
In this example, using the 1000 data points we calculate
p3 = 0.184 | p4 = 0.345 |
p1 = 0.315 | p2 = 0.156 |
Some dependences are obvious:
Slightly more subtly,
We note p43 = p3 because every data point in bin 3 is followed immediately by a data point in bin 4: the sqaures with addresses 13, 23, and 33 are empty.
Return to Equal-Size Bin Sample.