Page 15 Sampling Distribution of the Mean and Related Concepts

Sampling Distribution of the Mean

  • Concept: The sampling distribution of the mean is a probability distribution of all possible sample means derived from a population. This concept is fundamental in the field of statistics as it allows for the understanding of how sample means are distributed.

  • When Distribution is Normal:

    • If the distribution of the population is normal, then the sampling distribution of the mean will also be normally distributed regardless of the sample size.

Formula for Sample Mean

  • The formula for solving the sample mean is presented as:

    x=Σxnx = \frac{\Sigma x}{n}

  • Where:

    • xx is the sample mean
    • Σx\Sigma x is the sum of all observed values in the sample
    • nn is the number of observations in the sample

Standard Error

  • The standard error (SE) quantifies the amount of variability or dispersion of the sample mean estimates from the population mean. The formula for standard error when dealing with sample means is:

    SE=σnSE = \frac{\sigma}{\sqrt{n}}

  • Where:

    • SESE is the standard error
    • σ\sigma is the population standard deviation
    • nn is the sample size

Example Calculations

  • Given values:

    • Population Mean: μ=50\mu = 50
    • Population Standard Deviation: σ=10\sigma = 10
    • Sample Size: n=25n = 25
  • Calculate Standard Error:

    SE=σn=1025=105=2SE = \frac{\sigma}{\sqrt{n}} = \frac{10}{\sqrt{25}} = \frac{10}{5} = 2

  • Example of Calculating Sample Mean with Z-Score:

    • When integrating a z-score into the sample mean calculation:
    • Let’s assume a z-score z=2z = 2, we can find the corresponding sample mean as follows:

    x=μ+zimesSEx = \mu + z imes SE

    • Thus:

    x=50+2.0×2=50+4=54x = 50 + 2.0 \times 2 = 50 + 4 = 54

  • This example demonstrates how to derive a specific sample mean from the population mean using a z-score and the calculated standard error.