I understand how one gets the mean of a random discrete random variable, but not necessarily how the process makes logical sense. For instance, how does the multiplication of x by P(X = x) give the mean of that discrete random variable? I feel like x would be an independent variable in most cases, not having any say in creating the mean.
If for instance, I was rolling a dice with sides 1-6, and let's say that all the variables have an equal probability of 16.67%, then how come the value of 6 trumps the value of 1 as more probability of the discrete random variable mean?
- Let me ask a different question, if the outcome of a certain experiment is: {1, 4, 4, 4}, how would you calculate mean?
- 6 does not trump 1 – as you said both are equally likely to be observed. The net contribution towards mean (x.p(x)) is higher in case of 6, as p(6)=p(1)=1/6.
– PAF Apr 21 '20 at 14:43