If two events are independent, what is the conditional probability of one given the other?
- 0
- 1
- Equal to the probability of the given event
- Undefined
If two events are independent, the conditional probability of one event given the other is simply the probability of the event itself. This is because in independent events, the occurrence of one event does not affect the occurrence of the other event.
In what situation could a "Type II" error occur during hypothesis testing?
- When the alternative hypothesis is false
- When the null hypothesis is false but not rejected
- When the null hypothesis is rejected
- When the null hypothesis is true
A Type II error, also known as a false negative, occurs when the null hypothesis is false, but we fail to reject it.
Under what circumstances can the mode of a data set be irrelevant or misleading?
- When the data is continuous
- When the data set is large
- When the data set is small
- When there are multiple modes
The mode can be misleading or irrelevant especially with continuous data. Since the mode is the most frequently occurring value, with continuous data the frequency of each value is often the same (i.e., 1), hence it becomes difficult to define a mode in a traditional sense.
A Variance Inflation Factor (VIF) greater than 5 indicates a high degree of _______ among the predictors.
- correlation
- distribution
- multicollinearity
- variance
A VIF greater than 5 is often taken as an indication of high multicollinearity among the predictors in a regression model. This could lead to imprecise and unreliable estimates of the regression coefficients.
The type of factor analysis in which the researcher assumes that all variance in the observed variables is common variance is known as _______ factor analysis.
- common factor
- confirmatory
- exploratory
- principal component
The type of factor analysis in which the researcher assumes that all variance in the observed variables is common variance is known as common factor analysis.
The Kruskal-Wallis Test is used to compare ________ independent samples.
- four
- three
- three or more
- two
The Kruskal-Wallis Test is used to compare three or more independent samples. It's an extension of the Mann-Whitney U Test for more than two groups.
In which situation is Spearman's Rank Correlation preferable to Pearson's correlation?
- When the data is normally distributed
- When the relationship between variables is non-linear and monotonic
- When the relationship is linear
- When there are no ties in the ranks
Spearman's Rank Correlation is preferable to Pearson's correlation when the relationship between variables is non-linear but monotonic. Pearson's correlation measures linear relationships, while Spearman's can capture non-linear relationships.
What is the z-value associated with a 95% confidence interval in a standard normal distribution?
- 1.64
- 1.96
- 2
- 2.33
The z-value associated with a 95% confidence interval in a standard normal distribution is approximately 1.96. This means that we are 95% confident that the true population parameter lies within 1.96 standard deviations of the sample mean.
How is the interquartile range different from the range in handling outliers?
- Both exclude outliers
- Both include outliers
- The interquartile range does not include outliers, the range does
- The interquartile range includes outliers, the range does not
The interquartile range, which is the difference between the upper quartile (Q3) and the lower quartile (Q1), represents the middle 50% of the data and is not affected by outliers. The range, on the other hand, is the difference between the maximum and minimum data values and is significantly affected by outliers.
How can 'outliers' impact the result of K-means clustering?
- Outliers can distort the shape and size of the clusters
- Outliers can lead to fewer clusters
- Outliers can lead to more clusters
- Outliers don't impact K-means clustering
Outliers can have a significant impact on the result of K-means clustering. They can distort the shape and size of the clusters, as they may pull the centroid towards them, creating less accurate and meaningful clusters.