This type of random variable requires counting the successes in a fixed number of trials.
What is a binomial random variable?
The number of standard deviations an observed value falls from a mean.
What is the z-score (or standardized value)?
The calculator command used to simulate rolling a standard die 10 times.
What is randInt(1,6,10)
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?
The formula to calculate the one-sample z -test statistic for a sample proportion.
What is z = (p-hat - p0)/sqrt(p0(1-p0)/n)?
The area between z = -1 and z = 2 on the standard normal distribution.
What is the 0.815?
The fraction 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)?
This experimental design involves first separating experimental units into groups based on a common characteristic with the goal of reducing variability.
What is block design?
The name of the test used to test if the distribution of a categorical variable is the same for 2 or more distinct populations.
What is the chi-square test of homogeneity?
The standard deviation of the sample slopes in repeated sampling from a population.
What is the standard error of the slope, or SEb?
The calculator command that returns the 90th percentile on the standard normal distribution.
What is invNorm(0.9)
The final step when describing the design of an experiment which has multiple treatment groups?
What is "compare the response variable for the different treatment groups?
The standard deviation of the random variable shown below.
X 2 4 5 9
P(X) 0.5 0.3 0.1 ?
What is 2.107?