I would like to develop a simple test for the uniform distribution of a discrete random variable, but I did not manage to find on Wikipedia or here the relevant informations, and I am pretty sure that someone will be able to help me.
Let us assume that an experiment has $n$ possible outcomes, $\{1,2,\ldots,n\}$, all with the same probability.
Once we perform $n^3$ experiments, we denote as $M$ the number of experiments leading to the most successful outcome, $L$ the number of experiments leading to the least successful outcome.
- What is the average value of $M-L$?
- What is the distribution of $M-L$?
I would guess that the typical outcome has frequency $n^2\pm cn$, such that $M-L$ is expected to be $2cn$ for some explicit constant $c$.
I am not really sure about the second point, I am just guessing a Beta distribution of some sort.