Sampling Methods
Statistics Terminology
Calculator Commands
Graphs
Advanced Topics
100

A random selection method where everyone in the population has an equal chance of being chosen

What is Simple Random Sampling?

100

A number describing a sample

What is a statistic?

100

Command to access and edit data

What is "Stat -> Edit"?

100

A graph that visualizes qualitative/categorical data using rectangles whose heights are proportional to the number of observations within each category

What is a bar chart?

100
This rule says when a histogram is approximately bell-shaped, then 68%, 95%, and 99.7% of the data will be within 1, 2, and 3 standard deviations of the mean respectively

What is The Empirical Rule?

200

A means of sampling where you invite others to respond to your survey.

What is Voluntary Response Sampling?

200

A number describing a population

What is a parameter?

200

The command to compute a least-squares regression line 

What is LinReg(ax+b)/LinReg(a+bx)?

200

A graph that visualizes a five number summary

What is a boxplot?

200

A ____ of a data value measures how many standard deviations away that value is from the mean.

What is a z-score?

300

A sampling method where your population is split into groups, and simple random sampling is performed in each group before pooling the results

What is stratified random sampling?

300

A variable that categorizes something (e.g., color of a car, favorite ice cream flavor)

What is a qualitative variable?

300

The command to produce a five number summary, in addition to the mean and standard deviation of the data

What is 1-VarStats?

300

A ____ distribution graph has a long, thin tail on the left side, with the majority of data clustered to the right. The mean is less than the median.

What is left-skewed?

300

A division of data into four equally-sized pieces.

What are quartiles?

400

A sampling method where the population is split into similar heterogeneous groups, then one or few of these are randomly selected and a census is performed within each of them.

What is cluster sampling?

400

A variable that measures how many/how much of something there is

What is a quantitative variable?

400

The output Sx measures the spread of a ____

What is a sample?

400

A distribution with a peak at the center

What is bell-shaped?

400

A measure of the strength of the linear relationship between two variables

What is the correlation coefficient?

500

In _______ we simply include the individuals who are convenient

What is convenience sampling?

500

A statistic that is not impacted by outliers much (examples include median and IQR).

What is a resistant statistic?

500

The command string to enable viewing the correlation coefficient after computing a regression line

What is Mode --> StatDiagnostics ON?

500

A plot of two sets of data as an ordered pair

What is a scatterplot?

500

This value in the linear regression equation measures the rate at which the predicted value y_hat changes relative to the independent variable x

What is slope?