Simple random sampling:
Simple random sampling (SRS) is a method of selection of a sample comprising of ‘n’
number of sampling units from the population having ‘N’ number of units such that every
sampling unit has an equal chance of being chosen.
The samples can be drawn in two possible ways
The sampling units are chosen without replacement in the sense that the units once
chosen are not placed back in the population.
The sampling units are chosen with replacement in the sense that the chosen units are
placed back in the population.
Based on these two concepts, there are two approaches for SRS:
1. Simple random sampling without replacement (SRSWOR)
SRSWOR is a method of selection of n units out of the N units one by one such that at
any stage of selection, anyone of the remaining units have same chance of being
selected, i.e., 1/N.
2. Simple random sampling with replacement (SRSWR)
SRSWR is a method of selection of n units out of the N units one by one such that at
each stage of selection each unit has equal chance of being selected, i.e., 1/N
3. In SRSWOR, the total number of possible samples of size n that can be drawn from a
population of size N are N C n
4. In SRSWR, the total number of possible samples of size n that can be drawn from a
population of size N are Nn