- 7,742
- 12,921
I am not saying that the expression is uniformly distributed. What I mean is that, strictly speaking, the expected value or mean is defined ( discrete case) as ##\Sigma x_if(x_i)## , where ##f(x) ## is the associated density. But if we define the mean / expected value as## (x_1+...x_n)/n##, this means we are assuming ##f(x_i)=1/n ## for all ##x_i## or at least it ends up coming down to the same thing as ##x_1 *1/n+...+x_n *1/n ##StoneTemplePython said:This is completely inaccurate. It's a definition and assumes no such thing. You are also likely mixing up statistics and probability theory.
Among other things, the SLLN tells us that iid sums of random variables with a finite mean
##\frac{1}{n}\big(X_1 + X_2 +... +X_n) \to \mu## with probability one.
suppose those ##X_i##'s are iid standard normal random variables, then for any natural number ##n##
##\frac{1}{n}\big(X_1 + X_2 +... +X_n)## is a gaussian distributed random variable, not a uniformly distributed random variable. You should have been able to figure this is out your self by looking at the MGF or CF for Uniform random variables and say any other convolution of iid random variables.
- - - -
edit:
if you know what you're doing you can even apply SLLN (or WLLN) to non-iid random variables with different means (supposing you meet a sufficient condition like kolmogorov criterion) which makes the idea that
##\frac{1}{n}\big(X_1 + X_2 +... +X_n)##
is somehow uniformly distributed even more bizarre