Distributions.
1. A data distribution describes the shape, center, and variability of the observed data. This can also be referred to as the sample distribution but weβll avoid that phrase as it sounds too much like sampling distribution, which is different.
2. A population distribution describes the shape, center, and variability of the entire population of data. Except in very rare circumstances of very small, very well-defined populations, this is never observed.
3. A sampling distribution describes the shape, center, and variability of all possible values of a sample statistic from samples of a given sample size from a given population. Since the population is never observed, itβs never possible to observe the true sampling distribution either. However, when certain conditions hold, the Central Limit Theorem tells us what the sampling distribution is.
4. A randomization distribution describes the shape, center, and variability of all possible values of a sample statistic from random allocations of the treatment variable. We computationally generate the randomization distribution, though usually, itβs not feasible to generate the full distribution of all possible values of the sample statistic, so we instead generate a large number of them. Almost always, by randomly allocating the treatment variable, the randomization distribution describes the null hypothesis, i.e., it is centered at the null hypothesized value of the parameter.
5. A bootstrap distribution describes the shape, center, and variability of all possible values of a sample statistic from resamples of the observed data. We computationally generate the bootstrap distribution, though usually, itβs not feasible to generate all possible resamples of the observed data, so we instead generate a large number of them. Since bootstrap distributions are generated by randomly resampling from the observed data, they are centered at the sample statistic. Bootstrap distributions are most often used for estimation, i.e., we base confidence intervals off of them.

