There are n games, and each game has a state after the start.
Based on this state, the probability of the outcome of the game can be calculated.
For example, there are 3 type of results, and the probabilities are p1, p2, and p3 respectively.
But in the next game, the game state is different, and the probabilities change accordingly, becoming p4, p5, and p6.
Play n games, and then there are n results.
So how to judge whether these n results are in line with these probabilities as a whole?
I have no idea. Maybe I can use the chi-square test, but the conditions don’t seem to be met?
keook monsk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.