I know that using central limit theorem we approximate sum of random variables into Gaussian distribution. Is the any other approximation method available for finding the probability distribution function of sum of independent random variables ? Note that the total number of variables are very large and the random variables has exponential distribution with different rates. Please let me know.
Asked
Active
Viewed 372 times
5

kjetil b halvorsen
- 63,378
- 26
- 142
- 467

upol94
- 301
- 1
- 8
-
Direct convolution? – Glen_b Oct 07 '15 at 16:14
-
But in my case total number of variables are very large, like 1000. – upol94 Oct 07 '15 at 16:15
-
1What is the reason the Gaussian approximation is inadequate? – guy Oct 07 '15 at 17:06
-
1@guy That's a great question. Note, however, that the different rates of the distributions require careful understanding and application of the CLT. If those rates vary a lot, then the CLT is likely to fail. Your suggestion, then, can be turned into actionable advice only through an analysis of how much the variances of those distributions vary, in order to determine whether a Gaussian approximation will meet whatever the OP's accuracy needs may be. – whuber Oct 07 '15 at 17:14
-
2@whuber Right, I was probing for more information, not making any suggestion. If the concern is that there are a few whose rates are small enough to dominate the sum, then that is one thing. On the other hand, if the issue is that the data isn't iid because the rates vary (but are otherwise well behaved), then OP would presumably be interested in learning about the Lindeberg-Feller CLT. – guy Oct 07 '15 at 17:18
-
@Guy You're already halfway to posting a good answer :-). – whuber Oct 07 '15 at 17:20
-
@guy, in my case the rates vary a lot and CLT is not giving a good approximation. – upol94 Oct 07 '15 at 18:04
-
Can you give the actual data/simulation settings? – guy Oct 07 '15 at 18:21
-
What is the source of data? Why do you think the rates are different? – Aksakal Oct 08 '15 at 13:00
2 Answers
3
There is the Edgeworth series, which can be thought of as an adjustment to the central limit theorem that uses the cumulants of your variables.

Hong Ooi
- 7,629
- 3
- 29
- 52
1
Somewhat related to the answer by Hong Oi, there is saddlepoint approximations, which can be used in most cases where the central limit theorem can be used, and then gives much more accurate approximations. Saddlepoint methods are somewhat better behaved than Edgeworth series; they can never give a negative density, as is possible with Edgeworth. For an example, see my answer to General sum of Gamma distributions

kjetil b halvorsen
- 63,378
- 26
- 142
- 467