Lecture 3 Simple Random Sampling
Lecture 3 Simple Random Sampling
1
Rejection Method
4. If this random number is less than or equal to N, this is our first selected
unit.
5. Move on to the next random number not exceeding N, vertically,
horizontally, or in any other direction systematically and choose our
second unit.
6. If at any stage of our selection, the random number chosen exceeds N,
discard it and choose the next random number.
Remainder Method
In choosing random number following rejection method may involve a large
number of rejections since all values greater than N or equal to 0 appearing in the
random numbers are not considered for selection. To minimize this rejection rate,
we employ remainder method.
4. If this random number is less than or equal to N, this is our first selected unit.
5. Move on to the next random number vertically, horizontally, or in any other
7. Thedirection
process systematically
stops once we arrive at ourour
and choose desired sample
second unit. size.
8. 6.
In case
If at of
anysimple
stage random sample with
of our selection, thereplacement,
random number all random
chosennumbers
exceeds are
N,
accepted
divide even if repeated
the selected morenumber
random than once.
by In casethe
N and of simple
remainderrandom sampling
of division is
without replacement,
the selected randomdiscard the repeated numbers and draw more numbers.
number.
2
Disadvantages of Simple Random Sampling
1. Costly and Time Consuming:
(a) It is a costly method of sampling as it requires a complete list of all
elements in the population (sampling frame).
(b) Sampled individuals may be so widely dispersed that visiting each
selected individual may be extremely expensive and time consuming.
2. Bias: Certain sub-groups in the population may be totally overlooked or may
be over-representative in the sample as a result of chance factor. In either case,
bias can occur.
Estimation of Population Parameters
Notions and Formulas
Population total: 𝑌 = ∑𝑁
𝑖=1 𝑦𝑖
∑𝑁
𝑖=1 𝑌𝑖
Population Mean: 𝑌̅ =
𝑁
𝑁 2
2 ∑𝑖=1(𝑦𝑖 −𝑌̅)
Population Variance: 𝜎 =
𝑁
∑𝑛
𝑖=1 𝑦𝑖
Sample Mean: 𝑦̅ =
𝑛
2 ∑𝑛 ̅)2
𝑖=1(𝑦𝑖 −𝑦
Sample Variance: 𝑠 =
𝑛−1
The estimators of population total and mean are given by
𝑁 𝑛
𝑌̂ = ∑ 𝑦𝑖 = 𝑁𝑦̅
𝑛 𝑖=1
3
and 𝑌̅̂ = ∑𝑛𝑖=1 𝑦𝑖 /𝑛 = 𝑦̅ respectively.
𝑁
The factor by which the sample is multiplied is sometimes called the expansion
𝑛
or raising or inflation factor.
𝑛 𝑆2 𝑆2
𝑉 (𝑦̅) = (1 − ) = (1 − 𝑓)
𝑁 𝑛 𝑛
2 ∑𝑁 ̅ 2
𝑖=1(𝑦𝑖 −𝑌) 𝑁
where 𝑆 = = 𝜎2
𝑁−1 𝑁−1
𝑛
Here = 𝑓 is known as sampling fraction.
𝑁
𝑛
(1 − ) = (1 − 𝑓) is known as finite
𝑁
population correction (fpc).
̅ in random sampling, wor, is given by
An unbiased estimator of the variance of 𝒚
𝑠2
𝑣(𝑦̅) = (1 − 𝑓)
𝑛
Simple Random Sampling with Replacement (SRSWR)
When n units are selected with SRSWR, the total number of possible samples are
𝑁 𝑛.
4
The variance of 𝑦̅ under SRSWR is
𝑁−1 2
𝑣(𝑦̅) = 𝑆
𝑁𝑛
It is to be noted that if N is infinite (large enough), then
𝑆2
𝑣 (𝑦̅) =
𝑛