all!
I have looked up a fair bit on this question and learned much about the problem. But haven't been able to get any crisp answers. Sorry, if I'm missing something obvious.
I know one can use the Irwin-Hall Distribution to sum standard uniform random variables. However, I need to sum 100 i.i.d. Uniform[-1,1] random variables. So, Irwin-Hall cannot be applied- at least, not directly.
The ultimate goal is to calculate the probability that the absolute value of the sum of the hundred RVs exceeds 10.
Using the convolution method for 100 variables is extremely tedious. So, I didn't try that.
Any hints on how the distribution for the sum can be computed? I read somewhere that Irwin-Hall can be tweaked for [-1, 1] but have no idea how.
Can it be approximated by Normal Distribution, since n is quite large (100) and the mean and standard deviation for all the RVs are known?
Many thanks.