Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Applied Statistics

Sampling Distribution

A probability distribution of a statistic. Obtained from a large number of samples drawn from a specific population. A distribution that results when the following process is repeated:

  1. A random sample of size nn is fetched from a population of size NN
  2. A statistic (i.e. mean or some portion or variance) is calculated for that sample
  3. The frequency distribution of the statistic is plotted

Depends on:

  • Size of the population NN
  • Size of a sample nn
  • Sampling method

Measured by its variance or standard deviation. Depends on:

  • Total number of observations
  • Number of observations in a sample
  • Selection of the samples

Aka. CLT. States that a sampling distribution will be normal or nearly normal given the sample size is large enough. As a rule of thumb, 30 is considered large enough.

There are other cases where the CLT can be applied.

  • The population is normally distributed
  • The sampling distribution is symmetric, unimodal, without outliers and the sample size is 15 or less.
  • The sampling distribution is moderately skewed, unimodal, without outliers and the sample size is between 16 and 40.
  • The sample is greater than 40, without outliers.