I have the following list:
6
4
8
7
6
3
6
4
6
X
Could you calculate the probabilities for each number (0..9) based on a pattern or average of occurrences?
Example: Our record says that after a 6 comes a 4 or a 3, and 9 events have occurred only twice for the 4 and once for the 3, so, could it be considered that the 4 has the highest probability of appearing ?
Imagine a list of 5000 numbers, could you start to build a pattern?