<< Chapter < Page Chapter >> Page >
This module has examples illustrating use of the Central Limit Theorem is used. This revision of the original module in the collection Collaborative Statistics by S. Dean and Dr. B. Illowsky includes examples only for the CLT for means, and omits their material for the CLT for sums. The second example in this section has been changed to correct errors in the earlier versions of this module.

It is important to understand when to use the CLT . Use the CLT for means or averages when you are asked to find the probability for a sample average or mean, or when working with percentiles for sample averages. (If youare being asked to find the probability or percentile of a sum or total, use the CLT for sums.)

If you are being asked to find the probability of an individual value, do not use the CLT. Use the distribution of its random variable.

Law of large numbers

The Law of Large Numbers says that if you take samples of larger and larger size from any population, then the mean x of the sample gets closer and closer to μ . From the Central Limit Theorem, we know that as n gets larger and larger, the sample averages follow a normal distribution. The larger n gets, the smaller thestandard deviation gets. (Remember that the standard deviation for X is σ n .) This means that the sample mean x must be close to the population mean μ . We can say that μ is the value that the sample averages approach as n gets larger. The Central Limit Theorem illustrates the Law of Large Numbers.

A study involving stress is done on a college campus among the students. The stress scores follow a continuous uniform distribution with the lowest stress score equal to 1 and the highest equal to 5. Using a sample of 75 students, find:

  • A

    The probability that the average stress score for the 75 students is less than 2.
  • B

    The 90th percentile for the average stress score for the 75 students.

Let X = the stress score for one individual student

The individual stress scores follow a continuous uniform distribution, X ~ U ( 1 , 5 ) where a = 1 and b = 5 (See the chapter on Continuous Random Variables ).

μ X = a + b 2 = 1 + 5 2 = 3

σ X = ( b - a ) 2 12 = ( 5 - 1 ) 2 12 = 1.15

Problems a and b ask you to find a probability or a percentile for an average or mean . The sample size, n , is equal to 75.

Let X = the average stress score for the 75 students.

For the average stress score, use the CLT which tells us that X ~ N ( μ , σ n )

X ~ N ( 3 , 1.15 75 ) where n = 75 .

Find P ( X 2 ) . Draw the graph.

P ( X 2 ) = 0

The probability that the average stress score is lessthan 2 is about 0.

normalcdf ( 1 , 2 , 3 , 1.15 75 ) = 0

The smallest stress score is 1. Therefore, the smallest average for 75 stress scores is 1.

Find the 90th percentile for the sample average of 75 stress scores. Draw a graph.

Let k = the 90th precentile. Find k where P ( X k ) = 0.90 .

k = 3.17 using invNorm ( .90 , 3 , 1.15 75 ) = 3.17

The 90th percentile for the sample average of 75 scores is about 3.17. This means that 90% of all the averages of samples of 75 stress scores are at most 3.17 and 10% of the sample averages are at least3.17 .

Suppose that a market research analyst for a cell phone company conducts a study of their customers who exceed the time allowance included on their basic cell phone contract; the analyst finds that for those people who exceed the time included in their basic contract, the excess time used follows an exponential distribution with a mean of 22 minutes.

Consider a random sample of 80 customers who exceed the time allowance included in their basic cell phone contract.

Let X = the excess time used by one INDIVIDUAL cell phone customer who exceeds his contracted time allowance.

X ~ Exp ( 1 22 ) From Chapter 5, we know that μ = 22 and σ = 22 .

Let X = the AVERAGE excess time used by a sample of n = 80 customers who exceed their contracted time allowance.

X ~ N ( 22 , 22 80 ) by the CLT for Sample Means or Averages

    Using the clt to find probability:

  • A

    Find the probability that the average excess time used by the 80 customers in the sample is longer than 20 minutes. This is asking us to find P ( X 20 ) Draw the graph.
  • B

    Suppose that one customer who exceeds the time limit for his cell phone contract is randomly selected. Find the probability that this individual customer's excess time is longer than 20 minutes. This is asking us to find P ( X 20 )
  • C

    Explain why the probabilities in (a) and (b) are different.

Part a.

Find: P ( X 20 )

P ( X 20 ) = 0.7919 using normalcdf ( 20 , 1E99 , 22 , 22 80 )

The probability is 0.7919 that the average excess time used is morethan 20 minutes, for a sample of 80 customers who exceed their contracted time allowance.

1E99 = 10 99 and -1E99 = - 10 99 . Press the EE key for E. Or just use 10^99 instead of 1E99.

Part b.

Find P(X>20) . Remember to use the exponential distribution for an individual: X~Exp(1/22) .

P(X>20) = e^(–(1/22)*20) or e^(–.04545*20) = 0.4029

    Part c. explain why the probabilities in (a) and (b) are different.

  • P ( X 20 ) = 0.4029 but P ( X 20 ) = 0.7919
  • The probabilities are not equal because we use different distributions to calculate the probability for individuals and for averages.
  • When asked to find the probability of an individual value, use the stated distribution of its random variable; do not use the CLT. Use the CLT with the normal distribution when you are being asked to find the probability for an average.

Using the clt to find percentiles:

Find the 95th percentile for the sample average excess time for samples of 80 customers who exceed their basic contract time allowances. Draw a graph.

Let k = the 95th percentile. Find k where P ( X k ) = 0.95

k = 26.0 using invNorm ( .95 , 22 , 22 80 ) = 26.0

The 95th percentile for the sample average excess time used is about 26.0 minutes for random samples of 80 customers who exceed their contractual allowed time.

95% of such samples would have averages under 26 minutes; only 5% of such samples would have averages above 26 minutes.

Practice Key Terms 4

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Collaborative statistics: custom version modified by r. bloom. OpenStax CNX. Nov 15, 2010 Download for free at http://legacy.cnx.org/content/col10617/1.4
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Collaborative statistics: custom version modified by r. bloom' conversation and receive update notifications?

Ask