Consider $\sum_{i=1}^N |X_i|$
where $X_1, \ldots, X_N$ are i.i.d. and the CLT holds.
How many of the biggest terms add up to half the total sum ?
For example, 10 + 9 + 8 $\approx$ (10 + 9 + 8 $\dots$ + 1) / 2:
30 % of the terms reach about half the total.
Define
$ \qquad\text{sumbiggest( j}; X_1 \dots X_N ) \equiv
\text{sum of the j biggest of } |X_1| \dots |X_N| $
$ \qquad\text{halfsum}( N ) \equiv
\text{the smallest j such that sumbiggest( j )} \approx \text{sumbiggest}( N ) / 2 . $
Is there a general asymptotic result for halfsum( $N, \mu, \sigma$ ) ?
A simple, intuitive derivation would be nice.
(A little Monte Carlo suggests that sometimes
halfsum( $N$ ) $\approx N$/4 or so;
that is, the biggest 1/4 of the $X_i$ add up to 1/2 the total.
I get 0.24 $N$ for halfnormal,
0.19 $N$ for exponential, for $N$ = 20, 50, 100.)