Sampling
Sampling
Page11
Such a process can be implemented through programming and using the discrete uniform
distribution. Any number between 1 and N can be generated from this distribution, and the
corresponding unit can be selected in the sample by associating an index with each sampling unit.
Many statistical software like R, SAS, etc., have built-in functions for drawing a sample using
SRSWOR or SRSWR.
N N N
n
.
N
Now if u1, u2 ,..., are the n units selected in the sample, then the probability of their selection is
un
Note that when the second unit is to be selected, then there are (n – 1) units left to be selected in the
sample from the population of (N – 1) units. Similarly, when the third unit is to be selected, there are
(n – 2) units left to be selected in the sample from the population of (N – 2) units and so on.
If P(u1) n
, then
N
n 1 1
P(u ) ,..., P(u ) .
2
Thus
Page12
N 1 n
N n 1
1
P(u , u ,.., u ) n . n 1 . n 2 ... 1 .
1 2 n
N N 1 N 2 N n 1 N
n
Page13
Stratified Sampling
An important objective in any estimation problem is to obtain an estimator of a population parameter
that can take care of the salient features of the population. If the population is homogeneous with
respect to the characteristic under study, then the method of simple random sampling will yield a
homogeneous sample, and in turn, the sample mean will serve as a good estimator of the population
mean. Thus, if the population is homogeneous with respect to the characteristic under study, then the
sample drawn through simple random sampling is expected to provide a representative sample.
Moreover, the variance of the sample mean not only depends on the sample size and sampling fraction
but also on the population variance. To increase the precision of an estimator, we need to use a
sampling scheme that can reduce the heterogeneity in the population. If the population is
heterogeneous with respect to the characteristic under study, then one such sampling procedure is
stratified sampling.
Example: In order to find the average height of the students in a school of class 1 to class 12, the
height varies a lot as the students in class 1 are of age around 6 years, and students in class 10 are of
age around 16 years. So, one can divide all the students into different subpopulations or strata, such as
Students of classes 1, 2, and 3: Stratum 1
Students of classes 4, 5, and 6: Stratum 2
Students of classes 7, 8, and 9: Stratum 3
Students of classes 10, 11, and 12: Stratum 4
Now draw the samples by SRS from each of the strata 1, 2, 3 and 4. All the drawn samples combined
together will constitute the final stratified sample for further analysis.
Page 1
Notations:
We use the following symbols and notations:
N : Population size
k : Number of strata
Ni : Number of sampling units in ith strata
k
N Ni
i1
Population (N units)
1 2 ……… k n
n1 units n2 units nk units
n i
Page 2
Systematic Sampling
The systematic sampling technique is operationally more convenient than simple random sampling. It
also ensures, at the same time that each unit has an equal probability of inclusion in the sample. In this
method of sampling, the first unit is selected with the help of random numbers, and the remaining units
are selected automatically according to a predetermined pattern. This method is known as systematic
sampling.
Suppose the N units in the population are numbered 1 to N in some order. Suppose further that N is
expressible as a product of two integers n and k , so that
N nk.
Page 1
- The sample will contain i, i k,1 2k,..., i (n 1)k
serial number units.
So the first unit is selected at random and other units are selected systematically. This
systematic sample is called kth systematic sample and k is termed as a sampling interval.
This is also known as linear systematic sampling.
Advantages of systematic sampling:
1. It is easier to draw a sample and often easier to execute it without mistakes. This is
more advantageous when the drawing is done in fields and offices as there may be
substantial saving in time.
2. The cost is low, and the selection of units is simple. Much less training is needed for
surveyors to collect units through systematic sampling.