EC Quiz Questions - Exam 1 Flashcards
T or F
Population parameters are often used to estimate sample statistics.
False
T or F
If the values are on an interval scale, the difference between –20 and –10 is the same as the difference between 20 and 30.
True
T or F
Inferential statistics are required for descriptive statistics.
False
T or F
The day of the week (Monday, Tuesday, etc.) is a discrete variable.
True
In karate, a student’s skill level is indicated by the color of their belt (white, yellow, … black). What type of variable is belt color?
A. Interval
B. Ordinal
C. Categorical
D. Ratio
B. Ordinal
If X has a standard normal distribution, which of the following values of x is farthest from the mean?
A. –2.3
B. –0.2
C. 1.8
D. 1.0
A. –2.3
The following data sets all have the same mean (5.5). Without doing any calculations, which of the data sets has the smallest sample standard deviation?
{4, 4, 4, 4, 7, 7, 7, 7}
{4, 4, 5, 5, 6, 6, 7, 7}
{2, 2, 2, 2, 9, 9, 9, 9}
{2, 3, 4, 5, 6, 7, 8, 9}
{4, 4, 5, 5, 6, 6, 7, 7}
Which of the following is true for a smooth, unimodal distribution with obvious positive skew?
Mean > median > mode
Mode > mean > median
Mode > median > mean
Median > mean > mode
Mean > median > mode
Which of the following measures of variability is least susceptible to outliers?
Interquartile range
Range
Standard deviation
Interquartile range
If a standardized test has a normal distribution with a mean of 50 and a standard deviation of 10, what z score corresponds to a score of 35?
A. –1.5
B. –15
C. 35
D. –0.67
A. –1.5
Which of the following is true of the sample mean?
A. It is the same as the population mean for the same variable.
B. It minimizes the sum of the absolute values of the deviations of the
individual values.
C. It minimizes the sum of the the deviations of the individual values.
D. It minimizes the sum of the squares of the deviations of the individual
values.
D. It minimizes the sum of the squares of the deviations of the individual values.
T or F
For an interval or ratio variable X, the sample variance of the z scores is 1 for any sample.
True
Dutch men are some of the tallest in the world. In one very large study, the mean was 183.8 cm and the standard deviation was 7.1 cm. Let’s assume that the population parameters have these same values and that height is normally distributed. Which of the following lines of R code will tell you the percentile of a Dutch man who is 179 cm tall?
A. pnorm(179, mean=183.8, sd=7.1)
B. 1 – pnorm(179, mean=183.8, sd=7.1)
C. qnorm(179, mean=183.8, sd=7.1)
D. 1 – qnorm(179, mean=183.8, sd=7.1)
A. pnorm(179, mean=183.8, sd=7.1)
Which one of the following statements about probability density functions (PDFs) is FALSE?
A. The total area under the PDF is different for different distributions.
B. For two distributions of the same type (e.g., normal distributions),
the one that has the smaller standard devition will have a taller PDF.
C. Multiplying all of the scores by a constant leaves the area under
the PDF unchanged.
D. Areas under a PDF correspond to probabilities.
A. The total area under the PDF is different for different distributions.
In a boxplot, what do (a) the box, (b) the line across the box, and (c) any points beyond the “whiskers” represent (in that order)?
A. (a) the first and third quartiles, (b) the mean, and (c) outliers
B. (a) the first and third quartiles, (b) the median, and (c) the minimum
and maximum values
C. (a) plus or minus one standard deviation, (b) the mean, and (c) outliers
D. (a) the first and third quartiles, (b) the median, and (c) outliers
D. (a) the first and third quartiles, (b) the median, and (c) outliers