What does the Addition Rule of Probability help calculate?
- The average of two probabilities
- The difference between two probabilities
- The probability that at least one of two events will occur
- The probability that both events will occur
The Addition Rule in probability is used to calculate the probability that at least one of two (or more) events will occur. It states that the probability of the occurrence of at least one of two mutually exclusive events is the sum of their individual probabilities.
The _________ states that as a sample size grows, the sample mean will be closer to the population mean.
- Central Limit Theorem
- Law of Large Numbers
- Probability Rule
- Sampling Distribution
The Law of Large Numbers states that as a sample size grows, the sample mean will be closer to the population mean. This means that the larger the sample size, the more the sample mean approximates the population mean.
When would it be more appropriate to use a two-way ANOVA instead of a one-way ANOVA?
- When the dependent variable is categorical
- When the sample size is very large
- When there are two independent variables to consider
- When there is only one group to study
It is more appropriate to use a two-way ANOVA instead of a one-way ANOVA when there are two independent variables. Two-way ANOVA is used to observe the interaction effect between the two independent variables on the dependent variable.
What is the primary objective of cluster analysis?
- To classify variables into different groups
- To group similar instances into clusters
- To predict the output variable
- To visualize high-dimensional data
The primary objective of cluster analysis is to group similar instances (observations, data points, etc.) into clusters.
If the results of an ANOVA test are significant, ________ tests are often used to identify specifically which groups' means are different.
- Interaction
- Post-hoc
- Pre-hoc
- Tukey
If the results of an ANOVA test are significant, post-hoc tests are often used to identify specifically which groups' means are different. These tests are performed after the ANOVA and help to avoid type I errors when making multiple comparisons.
How does 'DBSCAN' clustering differ from 'K-means' and 'hierarchical' clustering?
- DBSCAN can find arbitrarily shaped clusters and is less affected by outliers
- DBSCAN creates a hierarchy of clusters
- DBSCAN requires the number of clusters to be specified
- DBSCAN uses centroid to form the clusters
DBSCAN (Density-Based Spatial Clustering of Applications with Noise) differs from K-means and hierarchical clustering in that it can find arbitrarily shaped clusters, and it's less affected by outliers. It does not require the user to set the number of clusters a priori, but instead, it infers the number of clusters based on the data.
In ANOVA, if the F statistic is significantly high, it suggests that the null ________ should be rejected.
- Distribution
- Hypothesis
- Model
- Theory
If the F statistic in an ANOVA is significantly high, it suggests that the null hypothesis should be rejected. The null hypothesis in ANOVA is typically that all group means are equal.
What is a uniform distribution?
- A bell-shaped distribution
- A distribution with different probabilities for different outcomes
- A distribution with the same probability for all outcomes
- A skewed distribution
A uniform distribution, also called a rectangular distribution, is a type of probability distribution in which all outcomes are equally likely. Each interval of equal length on the distribution's support has the same probability.
The geometric mean is particularly useful when comparing different items with very different ________.
- Mean values
- Median values
- Mode values
- Ranges
The geometric mean is particularly useful when comparing different items with very different ranges. It is used in various kinds of growth rates, like population growth or financial growth, where each year's value is relative to the previous year's value.
How would you interpret the result of a Kruskal-Wallis Test?
- As a measure of correlation
- As a measure of dependence
- As a measure of difference between groups
- As a measure of variance
The result of a Kruskal-Wallis Test is interpreted as a measure of difference between groups. If the test is significant, it suggests that at least one of the groups differs from the others.