Sampling and Sampling Distributions Notes

  1. Fundamental Definitions in Sampling

  • Element: The specific entity on which data are collected during a study.

  • Population: The complete collection of all the elements that are of interest to the researcher.

  • Sample: A specific subset of the population chosen for data collection.

  • Sampled Population: The specific population from which the sample is actually drawn.

  • Frame: A comprehensive list of the elements that the sample will be selected from.

  • Purpose of Sampling: The primary reason to select a sample is to collect data to answer research questions about a population. Sample results provide estimates of population characteristics because the sample only contains a portion of the population. With proper methods, samples provide "good" estimates.

Selecting a Sample from a Finite Population

  • Finite Populations: These are populations often defined by existing lists, such as:

    • Organization membership rosters.

    • Credit card account numbers.

    • Inventory product numbers.

  • Simple Random Sample (Finite): A sample of size nn from a finite population of size NN is selected such that every possible sample of size nn has the same probability of being selected.

  • Automation: In large sampling projects, computer-generated random numbers are used to automate selection.

  • Example: National Baseball League Teams:

    • Population (NN): there were 1515 teams in the 20192019 National Baseball League.

    • Objective: Select a simple random sample of n=5n = 5 teams for in-depth interviews regarding minor league franchise management.

    • Step 1: Assign a random number to each of the 1515 teams. Using Excel’s RAND function generates numbers following a uniform probability distribution between 00 and 11.

    • Step 2: Select the 55 teams corresponding to the 55 smallest random numbers as the sample.

  • Excel Sorting Procedure:

    • Select a cell in range B2:B16.

    • Navigate to the Home tab on the Ribbon.

    • In the Editing group, click Sort & Filter.

    • Choose Sort smallest to largest to identify the sample elements.

Selecting a Sample from an Infinite Population

  • Constraints: Sometimes it is impossible to obtain a list of all elements, meaning a frame cannot be constructed. This typically occurring in infinite population cases.

  • Ongoing Processes: Infinite populations are often generated by processes with no upper limit on units produced. Examples include:

    • Parts being manufactured on a production line.

    • Transactions occurring at a bank.

    • Telephone calls arriving at a technical help desk.

    • Customers entering a retail store.

  • Random Sample (Infinite): To make valid inferences, a random sample must satisfy two conditions:

    • Each element selected comes from the population of interest.

    • Each element is selected independently.

Point Estimation

  • Definition: Point estimation is a form of statistical inference where sample data is used to compute a value of a sample statistic that serves as an estimate of a population parameter.

  • Point Estimators:

    • xˉ\bar{x} is the point estimator of the population mean μ\mu.

    • ss is the point estimator of the population standard deviation σ\sigma.

    • pˉ\bar{p} is the point estimator of the population proportion pp.

  • Example: EAI Employee Data:

    • Total employees (NN): 2,5002,500.

    • Simple random sample size (nn): 3030.

    • Data collected: Annual salary (x1,x2,,xnx_1, x_2, \dots, x_n) and participation in a Management Training Program (MTP) [Yes/No].

    • Unbiasedness: When the expected value of the point estimator equals the population parameter, the estimator is considered unbiased.

  • Summary of EAI Point Estimates:

    • Population Mean (μ\mu): $71,800\$71,800 | Point Estimate (xˉ\bar{x}): $71,814\$71,814

    • Population Standard Deviation (σ\sigma): $4,000\$4,000 | Point Estimate (ss): $3,348\$3,348

    • Population Proportion (pp): 0.600.60 | Point Estimate (pˉ\bar{p}): 0.630.63

  • Important Note: Using different random numbers would identify a different sample, resulting in different point estimates.

Sampling Distribution of xˉ\bar{x}

  • Definition: The probability distribution of all possible values of the sample mean xˉ\bar{x}.

  • Expected Value: E(xˉ)=μE(\bar{x}) = \mu, where μ\mu is the population mean.

  • Standard Deviation (Standard Error of the Mean):

    • For a Finite Population: σxˉ=NnN1(σn)\sigma_{\bar{x}} = \sqrt{\frac{N-n}{N-1}} \left( \frac{\sigma}{\sqrt{n}} \right).

    • For an Infinite Population: σxˉ=σn\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}.

    • Finite Population Correction Factor: NnN1\sqrt{\frac{N-n}{N-1}}. This is used unless the sample size is small relative to the population (n/N0.05n/N \le 0.05).

  • Shape of the Distribution:

    • If the population has a normal distribution, the sampling distribution of xˉ\bar{x} is normal for any sample size.

    • If the population is not normal, the distribution of xˉ\bar{x} can be approximated by a normal distribution for n30n \ge 30.

    • If the population is highly skewed or contains outliers, a sample size of n=50n=50 may be required.

Central Limit Theorem (CLT)

  • Definition: In selecting random samples of size nn from a population, the sampling distribution of the sample mean xˉ\bar{x} can be approximated by a normal distribution as the sample size becomes large, regardless of the shape of the original population distribution.

Probability Calculations for xˉ\bar{x} (EAI Example)

  • Problem: What is the probability that a sample mean of n=30n=30 is within $500\$500 of the population mean (Note: σ=$4,000\sigma = \$4,000, μ=$71,800\mu = \$71,800)?

  • Standard Error Calculation: σxˉ=4,00030730.30\sigma_{\bar{x}} = \frac{4,000}{\sqrt{30}} \approx 730.30.

  • Step 1 (Upper Endpoint): z=72,30071,800730.30=0.68z = \frac{72,300 - 71,800}{730.30} = 0.68. Cumulative probability for z=0.68z=0.68 is 0.75170.7517.

  • Step 2 (Lower Endpoint): z=71,30071,800730.30=0.68z = \frac{71,300 - 71,800}{730.30} = -0.68. Cumulative probability for z=0.68z=-0.68 is 0.24830.2483.

  • Step 3 (Interval Probability): P(71,300xˉ72,300)=0.75170.2483=0.5034P(71,300 \le \bar{x} \le 72,300) = 0.7517 - 0.2483 = 0.5034.

  • Excel Implementation: Using =NORM.DIST(value, mean, standard_error, TRUE) provides more accurate results than rounded tables.

    • Upper: =NORM.DIST(72300, 71800, 730.30, TRUE) yields 0.75320.7532.

    • Lower: =NORM.DIST(71300, 71800, 730.30, TRUE) yields 0.24680.2468.

    • Total Probability: 0.75320.2468=0.50640.7532 - 0.2468 = 0.5064.

  • Effect of Sample Size: If sample size increases to n=100n=100, the standard error decreases from 730.30730.30 to 400.00400.00 (4,000100\frac{4,000}{\sqrt{100}}). Smaller standard error means values of xˉ\bar{x} have less variability and stay closer to μ\mu.

Sampling Distribution of pˉ\bar{p}

  • Definition: The probability distribution of all possible values of the sample proportion pˉ\bar{p}.

  • Expected Value: E(pˉ)=pE(\bar{p}) = p, where pp is the population proportion.

  • Standard Deviation (Standard Error of the Proportion):

    • For a Finite Population: σpˉ=NnN1p(1p)n\sigma_{\bar{p}} = \sqrt{\frac{N-n}{N-1}} \sqrt{\frac{p(1-p)}{n}}.

    • For an Infinite Population: σpˉ=p(1p)n\sigma_{\bar{p}} = \sqrt{\frac{p(1-p)}{n}}.

  • Normal Approximation Condition: The sampling distribution of pˉ\bar{p} can be approximated by a normal distribution if:

    • np5np \ge 5

    • n(1p)5n(1-p) \ge 5

  • EAI Example (Proportions):

    • p=0.60p = 0.60, n=30n = 30.

    • Check conditions: 30×0.60=18530 \times 0.60 = 18 \ge 5 and 30×0.40=12530 \times 0.40 = 12 \ge 5. Normal approximation is valid.

    • Standard error: σpˉ=0.60×0.4030=0.0894\sigma_{\bar{p}} = \sqrt{\frac{0.60 \times 0.40}{30}} = 0.0894.

    • Probability within ±0.05\pm 0.05 of pp: Calculated using NORM.DIST with endpoints 0.550.55 and 0.650.65. Cumulative probability at 0.550.55 is 0.28800.2880. Interval probability is 2×(0.50000.2880)=0.4242 \times (0.5000 - 0.2880) = 0.424.

Other Sampling Methods

  • Stratified Random Sampling:

    • The population is divided into groups called strata.

    • Elements within strata should be as homogeneous (alike) as possible.

    • A simple random sample is taken from each stratum.

    • Advantage: Can be more precise than simple random sampling with a smaller total sample size.

    • Examples: Age, department, industry type.

  • Cluster Sampling:

    • The population is divided into separate groups called clusters.

    • Ideally, each cluster is a miniature, heterogeneous (diverse) version of the population.

    • A simple random sample of clusters is taken, and every element within the chosen clusters is sampled.

    • Advantage: Cost-effective for area sampling (e.g., city blocks).

    • Disadvantage: Usually requires a larger total sample size than simple or stratified methods.

  • Systematic Sampling:

    • For sample size nn and population NN, select one element for every k=N/nk = N/n elements.

    • Randomly select one of the first kk elements, then pick every kk-th element thereafter.

    • Advantage: Easier to identify than a simple random sample.

  • Convenience Sampling:

    • Non-probability technique where items are included based on ease of access.

    • Advantage: Easy data collection.

    • Disadvantage: Impossible to determine representativeness.

  • Judgment Sampling:

    • Non-probability technique where a knowledgeable person selects elements they feel represent the population.

    • Advantage: Easy to select.

    • Disadvantage: Results depend entirely on the quality of the selector's judgment.

Errors in Sampling

  • Sampling Error: The inherent difference between the value of a sample statistic (e.g., xˉ\bar{x}) and the corresponding population parameter (e.g., μ\mu).

  • Nonsampling Errors: Deviations from the population occurring for reasons other than random sampling. These can occur in both samples and censuses.

    • Coverage Error: Incorrectly defining the population or frame.

    • Non-response Error: Failure to obtain data from selected elements.

    • Interviewer Error: Errors introduced by the person conducting the interview.

    • Processing Error: Data entry or coding mistakes.

    • Measurement Error: Inaccuracy in the measurement tool or response.

  • Minimizing Nonsampling Errors:

    • Carefully define the target population.

    • Train data collectors properly.

    • Pretest data collection procedures.

    • Use stratified sampling for qualitative characteristics or systematic sampling for quantitative characteristics.