Organizing Data
Data Relationships
Producing Data & Experiments
Probability & Distributions
Inference & Tests
100
This measure of center is more resistant to outliers than the mean.
What is the median?
100
observed y - predicted y
What is the residual?
100

This phrase is used to describe an observed effect so large that it would rarely occur by chance.

What is statistically significant?

100
This type of random variable requires a fixed number of trials.
What is a binomial random variable?
100

Significance test used for the mean of a single population when the standard deviation of the population is unknown.

What is a T test?

200

To calculate, subtract the mean of the distribution from the observed x, then divide by the standard deviation.

What is the z-score (or standardized value)?

200
Measures the direction and strength of a linear relationship between two quantitative variables.
What is correlation (or r)?
200

randInt(1,9,3)

What is the calculator command for generating 3 random numbers from 1 to 9?

200

The type of variable where the probability distribution assigns probability as the area under the density curve above a specific interval.

What is a continuous random variable?

200

The formula to calculate the one-sample z statistic for categorical data.

What is z = (p-hat - po) divided by standard error of po?

300

This graphical display shows the 5-number summary.

What is boxplot?

300

The percent of the variation in the values of y that is explained by the LSRL of y on x.

What is the coefficient of determination (or r squared)?

300

This experimental design involves the random assignment of units to treatments which are carried out separately within each group of units known to be similar in some way that is expected to affect the responses.

What is randomized block design?

300

Events that have no outcomes in common and can never occur simultaneously.

What are mutually exclusive events?

300

A test for comparing multiple proportions across two samples. 

What is the chi-square test of homogeneity?

400
The square of the standard deviation.
What is the variance?
400

Applying a logarithmic transformation to both variables causes this type of model to become linear.

What is a power model? or an exponential model?

400

A sampling procedure where you pick every nth person.

What is systematic random sample?

400

The condition involving the population size that must be satisfied to use the standard deviation of a sampling distribution.

What is the 10% condition (population is at least 10 times the sample size)?

400

The proportion variable used when checking the normal condition if calculating a confidence interval for a proportion.

What is p-hat?

500

This rule helps to determine if data is normally distributed by checking the number of observations within each interval from the mean.

What is 68-95-99.7? What is the Empirical Rule?

500

Refers to how much the actual value typically varies from the predicted value. 

What is standard deviation of residuals?

500

The 4 basic principles of experimental design.

What are control, randomize, compare, and replicate?

500

The formula for finding the expected value of a geometric probability distribution.

What is 1/p?

500

b +/- t*SE sub b

What is the confidence interval for slope (beta) of a true regression line?