What is the difference between a positively skewed and a negatively skewed distribution?

  • Positively skewed has a longer tail on the left, negatively skewed has a longer tail on the right
  • Positively skewed has a longer tail on the right, negatively skewed has a longer tail on the left
  • Positively skewed has a peak on the left, negatively skewed has a peak on the right
  • Positively skewed has a peak on the right, negatively skewed has a peak on the left
In a positively skewed distribution, the right tail is longer or fatter (i.e., the mass of the distribution is concentrated on the left). In a negatively skewed distribution, the left tail is longer or fatter (i.e., the mass of the distribution is concentrated on the right).

The square of the standard deviation gives the _______.

  • Mean
  • Median
  • Range
  • Variance
The square of the standard deviation gives the variance. Variance is the average of the squared differences from the mean, and standard deviation is the square root of this variance. Hence, squaring the standard deviation gives us the variance.

In a histogram, what does the area under the curve represent?

  • The average value of observations
  • The median of the data
  • The total number of observations
  • The total range of the data
In a histogram, the area under the curve represents the total number of observations in the dataset. The height of each bar corresponds to the frequency of a bin, and the width of the bar corresponds to the size of the bin. So the total area of all bars equals the total number of observations.

How does the Mann-Whitney U test compare to the Wilcoxon rank-sum test?

  • They are identical tests
  • They are used for different types of data
  • They handle ties differently
  • They make different assumptions about the data
The Mann-Whitney U test and the Wilcoxon rank-sum test are essentially the same test, although they use slightly different methods of calculation. Both are non-parametric tests used to determine if two independent samples were drawn from a population with the same distribution.

The Mann-Whitney U test assumes that the samples are ________ and ________.

  • dependent, heterogeneous
  • dependent, homogeneous
  • independent, heterogeneous
  • independent, homogeneous
The Mann-Whitney U test assumes that the samples are independent (not paired or related) and heterogeneous (can have different variances).

The ________ of an event A is the event that A does not occur.

  • Complement
  • Mirror
  • Opposite
  • Substitute
In probability theory, the "complement" of an event A is the event that A does not occur, often denoted as A'. If the probability of event A happening is P(A), then the probability of it not happening, or its complement, is P(A') = 1 - P(A).

In a two-way ANOVA, ________ refers to the effect of one independent variable on the dependent variable, adjusting for the effects of the other independent variables.

  • Interaction effect
  • Main effect
  • Simple effect
  • nan
In a two-way ANOVA, the main effect refers to the effect of one independent variable on the dependent variable, adjusting for the effects of the other independent variables. It provides the overall effect of one factor on the outcome, irrespective of the levels of other factors.

What is a Type I error in the context of hypothesis testing?

  • Accepting a false null hypothesis
  • Accepting a true null hypothesis
  • Rejecting a false null hypothesis
  • Rejecting a true null hypothesis
A Type I error occurs when the null hypothesis is true, but it is rejected. It is also known as a "false positive" result.

How does the power of a test relate to Type II errors?

  • The power of a test is the probability of making a Type II error
  • The power of a test is the probability of not making a Type II error
  • The power of a test is unrelated to Type II errors
  • nan
The power of a test is the probability that it correctly rejects a false null hypothesis, i.e., it is the probability of not making a Type II error.

What happens to the range of a dataset if an outlier is added?

  • The effect on the range is unpredictable
  • The range decreases
  • The range increases
  • The range remains the same
If an outlier is added to a dataset, it can significantly increase the range, as the range is calculated as the difference between the maximum and minimum values in the dataset.