Assuming we have two situations:
- (A) 500 People throw a six-sided dice, the result of each throw is the points given to each person
- (B) One person throws a six-sided dice 500 times, the points of that person is the average of the throws
The expected value in A over all throws is the same as for B (3.5), but those are in my opinion obviously very different situations for the statistical considerations of the single person.
Is there a name to differentiate between those scenarios?
For background:
I had a heated dispute over whether its better-as in aiming for higher points-for a single person to throw the dice once or 500 times (No choice in-between, though that would be interesting, too..)
I was of the opinion that the 500 throws as a single person are quantitatively beneficial, as you are guaranteed 3.5 points, while a single throw depends strongly on luck.
I guess there is a the topic of max-min and min-max. In any case, I did notice that I lack a formal description/understanding for this particular situation, would love some help on that front!
Edit: I missed to say, the dice is of course just a placeholder for any point generator with a distribution, perhaps of unknown nature.
My problem is that I cannot express the two scenarios formally enough to disprove the sentence "It does not matter whether a person throws the dice once or 500 times to get points, because the expected value is the same, because see the 500 people example". (Similarly I can't disprove the opposite statement..)
To make things simpler, consider instead a coin toss, with $0$ points for heads and $1$ point for tails. Suppose that you have an increasing utility function $u$ over points.
Then if you toss the coin once, your expected utility is
$$U_1=\frac{1}{2}u(0)+\frac{1}{2}u(1).$$
If you toss the coin twice and are awarded the average points over the two coin tosses, then your expected utility is
$$U_2=\frac{1}{4}u(0)+\frac{1}{2}u(1/2)+\frac{1}{4}u(1).$$
Your expected utility is higher from two coin tosses if
$$U_2-U_1=\frac{1}{2}u(1/2)-\frac{1}{4}[u(0)+u(1)]> 0$$
That is, if
$$u(1/2)>\frac{1}{2}[u(0)+u(1)]$$
This will hold if $u$ is strictly concave. In economics, a person with a strictly concave utility function is said to be risk averse. In this example the option of two coin tosses is less risky because the distribution of points second-order stochastically dominates the distribution of points from one coin toss.
[Note that the preference for one coin toss or two in this example boils down to whether someone prefers to get the expected value of $1/2$ for sure or to take the points from a single coin toss. Risk averse people always prefer a sure thing to a risky alternative with the same expected value, whereas risk neutral people are indifferent.]