A single random sample of data drawn from a larger population.
No, a sampling distribution is created from the results of *many* samples, not just one.
A histogram of the original, raw data population.
No, that shows the populationβs distribution. A sampling distribution shows the distribution of a statistic (like the mean) derived from many samples of that population.
A distribution made up of a statistic (like the mean) calculated from many repeated samples.
Correct! The chapter illustrates this by taking the mean of thousands of samples to create one distribution of those means.
The standard deviation of a population, divided by the sample size.
No, that calculation gives you the standard error, which is the standard deviation *of* the sampling distribution, not the distribution itself.
The distribution of the results will become perfectly bell-shaped.
No, this describes the Central Limit Theorem, which is about the shape of the distribution of sample means.
The average of the results will converge on a stable value very close to the true value.
Correct! The text states that if you run a process a large number of times, it will converge on a stable result, demonstrating this by getting closer to the true state population mean with more replications.
The number of extreme, rare events will increase.
No, the law of large numbers implies the average result becomes more stable and predictable, not more extreme.
The R `replicate()` function will start to run more slowly.
While this might be a practical side effect of doing more calculations, it is not what the statistical law describes.
to calculate the 2.5% and 97.5% distribution cut points. The data points you collect should represent instances of the same phenomenon. For instance, you could collect the prices of 20 textbooks, or count the number of words in each of 20 paragraphs.