Suppose I roll a six-sided die 1000 times and write down the number of times each face comes up. How do I test whether the die is fair? Can I use a chi-squared test where the expected number of each face is 1000/6=167?
There also appears to be a multinomial test, but that seems less likely to be baked into stats packages and software.