How does the correlation coefficient change when you switch the X and Y variables?
- It changes sign
- It decreases
- It increases
- It remains the same
The correlation coefficient remains the same when you switch the X and Y variables. This is because correlation measures the strength and direction of a relationship between two variables, not the dependency of one on the other.
What is meant by the term "multicollinearity" in multiple linear regression?
- The dependent variables are correlated with each other
- The error terms are correlated with each other
- The independent variables are correlated with each other
- The residuals are correlated with each other
In multiple linear regression, multicollinearity refers to a situation in which two or more independent variables are highly linearly related. This can cause problems because it can affect the interpretability of the regression coefficients and can make the model unstable.
How do we define expectation of a random variable?
- It is the most likely outcome of the variable
- It is the range of the variable
- It is the variance of the variable
- It is the weighted average of all possible values the variable can take, with weights being the respective probabilities
The expected value or expectation of a random variable is a key concept in probability and statistics and represents the weighted average of all possible values that the variable can take, with weights being the respective probabilities.
The Chi-square test for goodness of fit is only applicable to ________ data.
- categorical
- continuous
- normally distributed
- time series
The Chi-square test for goodness of fit is applicable only to categorical data. It is used to determine whether the observed frequencies differ from the expected frequencies.
What is the difference between the Law of Large Numbers and the Central Limit Theorem?
- Both are essentially the same.
- The Central Limit Theorem is a law, while the Law of Large Numbers is a theorem.
- The Law of Large Numbers is used for calculating probabilities, while the Central Limit Theorem is used for integration.
- The Law of Large Numbers states that as a sample size increases, the sample mean approaches the population mean, while the Central Limit Theorem states that the distribution of sample means approximates a normal distribution as the sample size increases.
The Law of Large Numbers and the Central Limit Theorem are both key concepts in probability and statistics, but they say different things. The Law of Large Numbers states that as the size of a sample is increased, the sample mean will get closer to the population mean. The Central Limit Theorem, on the other hand, states that as the sample size increases, the distribution of sample means approaches a normal distribution.
PCA assumes that the data follows a _______ distribution.
- Poisson
- binomial
- normal
- uniform
PCA makes the assumption that the data follows a multivariate normal distribution. This means that all linear combinations of the original variables also follow a normal distribution.
How does the concept of conditional probability relate to the Multiplication Rule?
- Conditional probabilities are the inverse of the Multiplication Rule
- The Multiplication Rule calculates conditional probabilities
- The Multiplication Rule can be rewritten using conditional probabilities
- They are unrelated concepts
Conditional probability and the Multiplication Rule are interconnected. The Multiplication Rule can be rewritten using conditional probabilities. Specifically, the Multiplication Rule states that the probability of two events A and B occurring (P(A ∩ B)) equals the probability of A given B (P(A
A ________ ANOVA is used when we want to compare more than two groups, and we have one categorical variable.
- Factorial
- One-way
- Three-way
- Two-way
A one-way ANOVA is used when we want to compare more than two groups, and we have one categorical variable. The 'one-way' refers to one independent variable or factor.
How does the least squares method work in the context of simple linear regression?
- It maximizes the sum of the residuals
- It maximizes the sum of the squared residuals
- It minimizes the sum of the residuals
- It minimizes the sum of the squared residuals
In the context of simple linear regression, the least squares method works by minimizing the sum of the squared residuals (the differences between the observed and predicted values). This approach ensures that the regression line is the best fit to the data.
The term ________ refers to variability within each group being compared in ANOVA.
- Between-group variance
- Total variance
- Within-group variance
- nan
Within-group variance refers to variability within each group being compared in ANOVA. It represents the variation due to differences within individual groups.