How to identify outliers for univariate data
What is Q1 - 1.5(IQR) and Q3 + 1.5(IQR)? or 2 SD from the mean?
What is the calculator command for generating 3 random numbers from 1 to 9?
randInt(1,9,3)
The distribution used for finding 10 successes in 15 trials.
What is a Binomial Distribution?
This rule helps to determine if data is normally distributed by checking the number of observations within each interval.
What is the 68-95-99.7 rule? or Empirical Rule
The proportion of the variation in the values of y that is explained by the LSR of y on x.
What is the coefficient of determination (or r squared)?
Which 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?
The rule for finding the probability of a female given that they are an AP Stats student.
What is P(Female|AP Stats Student) = P(Female AP Stats Student)/P(AP Stats Student)
The population is divided into groups. Some groups are randomly selected and all individuals in the chosen groups are sampled.
What is cluster sampling?
The rule for finding the probability of obtaining the first success on the 5th trial.
What is P(X=5) = (1-p)^4p
The 4 basic principles of experimental design.
What are control, randomize, and replicate, comparison?
The calculator command to find the correlation coefficient between L1 and L2
What is STAT-->CALC-->8:LinReg(a+bx) L1, L2?
The effects of two variables on the response cannot be distinguished from each other.
What is confounding?
The formula to determine the expected value for a discrete random variable with three possible values.
What is x1(Px1) + x2(Px2) + x3(Px3)?
The rule for finding the probability of rolling a fair die three times and getting three fours.
What is P(rolling three 4s) = P(4)*P(4)*P(4) = P(4)3?