problem-6.3
problem-6.3
The uniform distribution is short-tailed and symmetric. \Xbar quickly becomes normally distributed, as can be verified with
> res = c(); for(i in 1:500) res[i] = mean(runif(5)); qqnorm(res)