Central Limit
Theorem
Every bit as important as the Law of Large Numbers is to
sampling or diversification, the Central Limit Theorem helps to simplify matters
regarding probability distributions to the point of heuristics in many cases.
Here is what it is all about. Regardless of the distribution of the random
variables in a sum or sample — for instance, (X1 + X2 + X3 + X4 + X5 + X6 + ...) with BETA or Triangular
distributions — as long as their distributions are all the same, the
distribution of the sum will be Normal with a mean "n times" the mean of the
unknown population distribution!
∑ (X1 + X2 + X3 + X4 + X5 + X6 + ...) = S
S will have a Normal
distribution regardless of the distribution of X:
E(X1 +
X2 + X3 + X4 + X5 + X6 + ...) = E(S) = n * E(Xi) = n * μ
For n = ∑ i
"Distribution of the sum will be Normal" means that the
distribution of the sample average, as an example, is Normal with mean = μ, regardless of the distribution of the Xi. We do not have to have any knowledge
whatsoever about the population distribution to say that a "large" sample
average of the population is Normal. What luck! Now we can add
up costs or schedule durations, or a host of other things in the project, and
have full confidence that their sum. or their average is Normal regardless of
how the cost packages or schedule tasks are distributed.
As a practical matter, even if a few of the distributions in a sum
are not all the same, as they might not be in the sum of cost packages in a WBS,
the distribution of the sum is so close to Normal that it really does not matter
too much that it is not exactly Normal.
Once we are working with the Normal distribution, then all
the other rules of thumb and tables of numbers associated with the Normal
distribution come into play. We can estimate standard deviation from the
observed or simulated pessimistic and optimistic values without calculating
sample variance, we can work with confidence limits and intervals conveniently,
and we can relate matters to others who have a working knowledge of the "bell
curve."