You are on page 1of 22

QQS1013 Elementary Statistics

SAMPLING
DISTRIBUTIONS
6.1 POPULATION AND SAMPLING DISTRIBUTION

6.1.1 Population Distribution

Definition:
The probability distribution of the population data.

Exampl
e1
Suppose there are only five students in an advanced statistics class and the midterm scores
of these five students are:
70 78 80 80 95

Let x denote the score of a student.

Chapter 6: Sampling Distributions 1


QQS1013 Elementary Statistics

• Mean for Population

Based on Example 1, to calculate mean for population:

µ=
∑ x = 70 + 78 + 80 + 80 + 95 = 80.6
N 5

• Standard Deviation for Population

Based on example 1, to calculate standard deviation for population:

(∑ x) 2

∑x 2

N
σ=
N

32809 −
( 403)
2

= 5 = 8.0895
5

6.1.2 Sampling Distribution

Definition:
The probability distribution of a sample statistic.

 Sample statistic such as median, mode, mean and standard deviation

6.1.2.1 The Sampling Distribution of the Sample Mean

Definition:
The sampling distribution of x is a distribution obtained by
using the means computed from random samples of a
specific size taken from a population.

Exampl
e2

Chapter 6: Sampling Distributions 2


QQS1013 Elementary Statistics

Reconsider the population of midterm scores of five students given in example 1. Let say
we draw all possible samples of three numbers each and compute the mean.

5!
Total number of samples = 5C3 = =10
3!(5 −3)!

Suppose we assign the letters A, B, C, D and E to scores of the five students, so that

A = 70, B = 78, C=80, D = 80, E = 95

Then the 10 possible samples of three scores each are

ABC, ABD, ABE, ACD, ACE, ADE, BCD, BCE, BDE, CDE

for sample ABC,

Use all the possible


means samples to
form the frequency
distribution table

Sampling distribution
Chapter 6: Sampling Distributions offor samples of three 3
scores
QQS1013 Elementary Statistics

• Sampling Error

 Sampling error is the difference between the value of a sample statistic


and the value of the corresponding population parameter. In the case of mean,

FORMUL
A
Σξϖ∆λβ Sampling error = x − µ

• Mean ( µx the Sampling Distribution of x


) for

Based on example 2,

76 + 76 + 81 + 76 .67 + 81 .67 + 81 .67 + 79 .33 + 84 .33 + 84 .33 + 85


µx = = 80 .6
10

“The mean of the sampling


distribution of is always

µx = µ
equal to the mean of the
population”

σx x
Standard Deviation ( ) for the Sampling Distribution of
FORMUL
A
Σξ∆λβ
ϖ Distributions
Chapter 6: Sampling 4
QQS1013 Elementary Statistics

σ
σ =
x
n

Where: σis the standard deviation of the population


n is the sample size
n
≤ 0.05
This formula is used when N

FORMUL
A
Σξϖ∆λβ
When N is the population size
σ N −n
σx =
n N −1

Where N −n is the finite population correction factor


N −1
n
This formula is used when > 0.05
N

 The spread of the sampling distribution of x is smaller than the spread of the
corresponding population distribution, σ x < σ .
 The standard deviation of the sampling distribution of x decreases as the
sample size increase.
 The standard deviation of the sample means is called the standard error of
the mean.

6.1.3 Sampling From a Normally Distributed Population

The criteria for sampling from a normally distributed population are:


• µx = µ

σ
• σx =
n

• The shape of the sampling distribution of x is normal, whatever the value of n.

Chapter 6: Sampling Distributions 5


QQS1013 Elementary Statistics

o Shape of the sampling distribution

6.1.4 Sampling From a Not Normally Distributed Population

• Most of the time the population from which the samples are selected is not
normally distributed. In such cases, the shape of the sampling distribution of
x is inferred from central limit theorem.

Central limit theorem

Chapter 6: Sampling Distributions 6


QQS1013 Elementary Statistics

 For a large sample size, the sampling distribution of x is approximately


normal, irrespective of the population distribution.
 The sample size is usually considered to be large if n ≥ 30 .

 µx = µ
σ
 σx =
n

• Shape of the sampling distribution

6.1.5 Application of the Sampling Distribution xof


The z value for a value of x is calculated as:
FORMUL
A x −µ
Σξϖ∆λβ z=
σx

Exampl
e3

Chapter 6: Sampling Distributions 7


QQS1013 Elementary Statistics

In a study of the life expectancy of 500 people in a certain geographic region, the mean
age at death was 72 years and the standard deviation was 5.3 years. If a sample of 50
people from this region is selected, find the probability that the mean life expectancy will
be less than 70 years.

Solution:

Exampl
e4
Assume that the weights of all packages of a certain brand of cookies are normally
distributed with a mean of 32 ounces and a standard deviation of 0.3 ounce. Find the
probability that the mean weight, x of a random sample of 20 packages of this brand of
cookies will be between 31.8 and 31.9 ounces.

Solution:

Although the sample size is small ( n < 30 ), the shape of the sampling distribution of x is
normal because the population is normally distributed.

Chapter 6: Sampling Distributions 8


QQS1013 Elementary Statistics

Chapter 6: Sampling Distributions 9


QQS1013 Elementary Statistics

Exampl
e5
A Bulletin reported that children between the ages of 2 and 5 watch an average of 25 hours
of television per week. Assume the variable is normally distributed and the standard
deviation is 3 hours. If 20 children between the ages of 2 and 5 are randomly selected, find
the probability that the mean of the number of hours they watch television will be:
a) greater than 26.3 hours.
b) less than 24 hours
c) between 24 and 26.3 hours.

Solution:

Chapter 6: Sampling Distributions 10


QQS1013 Elementary Statistics

Remember!
Sometimes you have difficulty deciding whether to use:
x −µ
♦ z= ; should be used to gain information about a
σx
sample mean.

OR
x −µ
♦ z= ; used to gain information about an
σ
individual data value obtained from the population.

Exampl
e6
The average number of pounds of meat that a person consumes a year is 218.4 pounds.
Assume that the standard deviation is 25 pounds and the distribution is approximately
normal.
a) Find the probability that a person selected at random consumes less than 224
pounds per year.
b) If a sample of 40 individuals selected, find the probability that the mean of the
sample will be less than 224 pounds per year.

Chapter 6: Sampling Distributions 11


QQS1013 Elementary Statistics

Solution:

6.2 POPULATION AND SAMPLE PROPORTION


FORMUL
A
Σξϖ∆λβ Population proportion Sample proportion
X x
p= pˆ =
N n

Where; N = total number of element in the population


n = total number of element in the sample
X = number of element in the population that possess a specific
characteristic

x = number of element in the sample that possess a specific


characteristic

Exampl
e7

Chapter 6: Sampling Distributions 12


QQS1013 Elementary Statistics

Suppose a total of 789 654 families live in a city and 563 282 of them own homes. A sample
of 240 families is selected from the city and 158 of them own homes. Find the proportion of
families who own homes in the population and in the sample.

Solution:

The proportion of all families in this city who own homes is

X 563282
p= = = 0.71
N 789654

The sample proportion is

x 158
p= = = 0.66
n 240


6.2.1 Sampling Distribution of
Exampl
e8

Boe Consultant Associates has five employees. Table below gives the names of these
five employees and information concerning their knowledge of statistics.

Where: p = population proportion of employees who


know statistics
X 3
p= = = 0.6
N 5

Let say we draw all possible samples of three


employees each and compute the proportion.
Total number of samples
5!
= C3 = 3!(5 −3)! =10
5

Chapter 6: Sampling Distributions 13


QQS1013 Elementary Statistics

• Mean of the sample proportion:


FORMUL
A µ pˆ = p
Σ ∆λβ
ξϖ
• Standard deviation of the sample proportion:

FORMUL
A
Σξϖ∆λβ σ pˆ =
pq
n ; if
n
N
≤ 0.05

n
pq N −n > 0.05
σ pˆ = ; if N
n N −1

where p = population proportion


q =1–p
n = sample size

Exampl
e9

Chapter 6: Sampling Distributions 14


QQS1013 Elementary Statistics

Based on example Boe Consultant Associates,


• Shape of the sampling distribution of____
 According to the central limit theorem, the sampling distribution of p̂ is
approximately normal for a sufficiently large sample size.
 In the case of proportion, the sample size is considered to be sufficiently large if np
> 5 and nq > 5

Exampl
e 10

A binomial distribution has p = 0.3. How large must sample size be such that a normal
distribution can be used to approximate sampling distribution of p̂ .

Solution:

Chapter 6: Sampling Distributions 15


QQS1013 Elementary Statistics


6.2.2 Application of the Sampling Distribution of

z value for a value of p̂


FORMUL
A pˆ − p
Σ ∆λβ
ξϖ z=
σ pˆ

Exampl
e 11
The Dartmouth Distribution Warehouse makes deliveries of a large number of products to its
customers. It is known that 85% of all the orders it receives from its customers are delivered
on time.
a) Find the probability that the proportion of orders in a random sample of 100 are
delivered on time:
i. less than 0.87
ii. between 0.81 and 0.88
b) Find the probability that the proportion of orders in a random sample of 100 are not
delivered on time greater than 0.1.

Solution:

Chapter 6: Sampling Distributions 16


QQS1013 Elementary Statistics

Exampl
e 12
The machine that is used to make these CDs is known to produce 6% defective CDs. The
quality control inspector selects a sample of 100 CDs every week and inspects them for
being good or defective. If 8% or more of the CDs in the sample are defective, the process is
stopped and the machine is readjusted. What is the probability that based on a sample of
100 CDs the process will be stopped to readjust the mashine?

Solution:

Chapter 6: Sampling Distributions 17


QQS1013 Elementary Statistics

6.3 OTHER TYPES OF SAMPLING DISTRIBUTIONS

6.3.1 Sampling Distribution for the Difference Between Means With Two
Independent Population

When independent random sample of n1 and n2 observations have been

selected from populations with means µ1 and µ 2 and variance σ 1 and σ 2


2 2

respectively, for the sampling distribution of the difference (x1 − x2 ) has the
following properties:

• the mean of (x1 − x2 ) is µ1 − µ2

s 21 s 2 2
• the standard error of (x1 − x2 ) is s1 − s2 = +
n1 n2

Chapter 6: Sampling Distributions 18


QQS1013 Elementary Statistics

• If the sample populations are normally distributed then the sampling

distribution of (x1 − x2 ) is exactly normally distributed, regardless of the

sample size.
• If the sample populations are not normally distributed then the sampling

distribution of (x1 − x2 ) is approximately normally distributed when n1 and


n2 are both 30 or more, due to the Central Limit Theorem

6.3.2 Sampling Distribution for the Difference Between Proportions With


Two Independent Population

Assume that independence random samples of n1 and n2 observations have been


selected from binomial populations with parameters p1 and p2 respectively. The
sampling distribution of the difference between sample proportions

x x 
( pˆ1 − pˆ 2 ) =  1 + 2  has these properties;
 n1 n2 

• The mean of ( pˆ1 − pˆ 2 ) is p1 - p2

pˆ1qˆ1 pˆ 2qˆ2
• The standard error is +
n1 n2

EXERCISE
1. Given a population with mean, µ = 400 and standard deviation, σ = 60.

Chapter 6: Sampling Distributions 19


QQS1013 Elementary Statistics

a) If the population is normally distributed, what is the shape for the sampling
distribution of sample mean with random sample size of 16
b) If we do not know the shape of the population in 1(a), Can we answer 1(a)?
Explain.
c) Can we answer 1(a) if we do not know the population distribution but we have
been given random sample with size 36? Explain.

2. A random sample with size, n = 30, is obtained from a normal distribution population
with µ = 13 and σ = 7.

a) What are the mean and the standard deviation for the sampling distribution of
sample mean.
b) What is the shape of the sampling distribution? Explain.
c) Calculate
i) P ( x < 10)
ii) P ( x < 16)

3. Given a population size of 5000 with standard deviation 25, Calculate the standard
error of mean sample for:

a) n = 300
b) n = 100

4. Given X ~ N (5.55, 1.32). If a sample size of 50 is randomly selected, find the sampling
distribution for x . (Hint: Give the name of distribution, mean and variance).Then,
Calculate:

a) P ( 5.25 ≤ x ≤ 5.90)
b) P (5.45 ≤ x ≤ 5.75)

5. 64 units from a population size of 125 is randomly selected with mean 105 and
variance 289, Find:

a) the standard error of the sampling distribution above


b) P( 107.5 < x < 109.0)

6. The serving time for clerk at the bank counter is normally distributed with mean 8
minutes and standard deviation 2 minutes. If 36 customers is randomly selected:

a) Calculate σ x
b) The probability that the mean of serving time of a clerk at the bank counter is
between 7.7 minutes and 8.3 minutes

7. The workers at the walkie-talkie factory received salary at an average of RM3.70 per
hour and the standard deviation is RM0.80. If a sample of 100 is randomly selected,
find the probability the mean of sample is:

a) at least RM 3.50 per hour

Chapter 6: Sampling Distributions 20


QQS1013 Elementary Statistics

b) between RM 3.20 and R3.60 per hour

8. 1,000 packs of pistachio nut have been sent to one of hyper supermarket in Puchong.
The weight of pistachio nut packs is normally distributed with mean 99.3g and standard
deviation is 1.8g.

a) If a random sample with 300 packs of pistachio nut is selected, find the
probability that the mean of the sample will be between 99.2g and 99.5g.
b) Find the probability that mean of sample 300 packs of pistachio nut is between
99.2g and 99.5g with delivery of
i) 2,000 packs
ii) 5,000 packs
c) What is the consequence of the incremental in population size toward the
probability value on the 9(b)?

9. An average age of 1500 staffs Tebrau Co. Limited is 38 years old with standard
deviation 6.2 years old. If the company selects 50 staffs at random,

a) Do we need correction factor in this situation? Justify your answer.


b) Find the probability of average age for the group of this staff is between 35
and 40 years old.

10. A research has been conducted by an independent research committee about the
efficiency of wire harness, A12-3 production at the P.Tex Industries Sdn. Bhd. An
average number of wire harness that has been produced a day is 60 pieces with
standard deviation 10. A random sample of 90 pieces of wire harness is selected.

a) Find mean and standard error for the wire harness that has been produced a
day.
b) Find the probability of wire harness that can be produced in a day is between
58 pieces and 62 pieces.

11. A test of string breaking strength that has been produced by Z factory shows that the
strength of string is only 60%. A random sample of 200 pieces of string is selected for
the test.

a) State the shape of sampling distribution


b) Calculate the probability of string strength is at lest 42%
12. Mr. Jay is a teacher at the Henry Garden School. He has conducted a research about
bully case at his school. 61.6% students said that they are ever being a bully victim. A
random sample of 200 students is selected at random. Find the proportion of bully
victim is

a) between 60% and 66%


b) more than 64%

13. The information given below shows the response of 40 college students for the
question, “Do you work during semester break time?” (The answer is Y=Yes or N=No).

NNYNNYNYNYNNYNYYNNNY
NYNNNNYNNYYNNNYNNYNN

Chapter 6: Sampling Distributions 21


QQS1013 Elementary Statistics

If the proportion fo population is 0.30,

a) Find the proportion of sampling for the college student who works during
semester break.
b) Calculate the standard error for the proportion in (a).

14. A credit officer at the Tiger Bank believes that 25% from the total credit card users will
not pay their minimum charge of credit card debt at the end of every month. If a sample
100 credit card user is randomly selected:

a) What is the standard error for the proportion of the customer who does not
pay their minimum charge of credit card debt at the end of every month?
b) Find the probability that the proportion of customer in a random sample of 100
do not pay their minimum charge of credit card debt:
i) less than 0.20
ii) more than 0.30

Chapter 6: Sampling Distributions 22

You might also like