Chapter 8 - QMB2100 Flashcards

1
Q

What is the primarily goal of sampling?

A

Producing a sample that is unbiased and hence a good representation of the population.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are 4 practical reasons to sample from a population?

A
  1. To contact the whole population would be time consuming.
  2. The cost of studying all the items in a population may be prohibitive.
  3. The physical impossibility of checking all items in the population.
  4. The destructive nature of some tests.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the simple random sampling method?

A

A method in which a sample is selected so that each item or person in the population has the same probability or chance of being included.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some functions used in excel to generate random numbers?

A

=rand(), =randbetween()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is systematic random sampling?

A

A random starting point is selected, and then every kth member of the population is selected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When is systematic random sampling not useful?

A

When the physical order of the population is related to the population characteristic; it could create bias.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When is simple random sampling not useful?

A

When assigning a random number to a population of customers is impossible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When do we use stratified random sampling?

A

When a population can be clearly divided into groups based on some characteristic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why should stratified random sampling be used?

A

It guarantees each group is represented in the sample.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How are the groups in stratified random sampling called?

A

Strata.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is stratified random sampling?

A

A population is divided into subgroups, called strata, and a sample is randomly selected from each stratum using simple random sampling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the advantage of stratified random sampling?

A

More accurately reflecting the characteristics of the population than does simple random sampling or systematic random sampling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is cluster sampling?

A

When a population is divided into clusters using naturally occurring geographic or other boundaries. Then, clusters are randomly selected and a sample is collected by randomly selecting from each cluster.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When is cluster sampling used?

A

When a population is scattered over a large geographic area.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is sampling error?

A

The difference between a sample statistic and its corresponding population parameter; x̄ - μ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why the sample mean and standard deviation are random variables?

A

Because each sample is different, each will have a different mean and standard deviation. Therefore, sample statistics are random variables that can be described with probability distributions.

17
Q

What is sampling distribution of the sample mean?

A

A probability of all possible sample means, calculated from all possible random samples of a given sample size.

18
Q

How do you find the mean of all the samples?

A

μx̄ = sum of all sample means / total number of samples

19
Q

Describe 3 important relationships between the population distribution and the sampling distribution of the sample mean.

A
  1. The mean of the sample mean is exactly equal to the population mean.
  2. The dispersion of the sampling distribution of the sample mean is narrower than the population distribution.
  3. The sampling distribution of the sample mean tends to become bell shaped and to approximate the normal probability distribution.
20
Q

What is the central limit theorem?

A

If all samples of a particular size are selected from any population, the sampling distribution of the sample mean is approximately a normal distribution. This approximation improves with larger samples.

21
Q

What is the standard error of the mean?

A

The standard deviation of the sample means; σx̄ = σ / √(n) where σx̄ is the standard error, σ is the standard deviation in the population, and n is the total samples.

22
Q

What are the 2 conditions for the sampling distribution to be normally distributed?

A
  1. When samples are taken from a population known to follow a normal distribution; size of the sample is not a factor.
  2. When the shape of the distribution is not known, sample size is important. The sampling distribution will be normally distributed as the sample size approaches infinity. In fact, a sampling distribution will be close to a normal distribution with samples of at least 30 observations.
23
Q

How do you find the z-value of x̄ when the population standard deviation is known?

A

z = (x̄ - μ) / (σ / √(n))

24
Q

What is the sample proportion?

A

The fraction, ratio, or percent indicating the part of the sample or the population having a particular trait of interest.

p = x/n; where p is the sample proportion, x is the count or number of successful outcomes, and n is the sample size or total count of outcomes.

25
Q

Describe 3 characteristics of the sample proportion.

A
  1. It estimates the true population π.
  2. It is a random variable and it is described with a probability distribution.
  3. If the sample size is large enough, we can apply the central limit theorem.
26
Q

What are the 2 requirements to determine if the sample size is large enough to apply the central limit theorem for a sample proportion?

A
  1. nπ more than or equals to 5
  2. nπ(1 - π) more than or equals to 5
27
Q

What is the standard error of the proportion?

A

σp = sqrt (π(1-π)/n)

28
Q

How do you find the z-value for a sample proportion?

A

z = (p - π) / sqrt(π(1-π)/n)