A wider confidence interval indicates a higher level of _______ about the estimate.
- Certainty
- Standard deviation
- Uncertainty
- Variance
A wider confidence interval suggests a higher level of uncertainty about the estimate because the range of values for the population parameter is larger.
How does PCA relate to the Singular Value Decomposition (SVD) technique?
- PCA can be implemented using SVD
- SVD is a prerequisite for PCA
- SVD is a type of PCA
- They are entirely different techniques
PCA can be implemented using SVD. Both techniques can be used for dimensionality reduction, and they both rely on eigenvalue decomposition, but SVD decomposes the data matrix directly, while PCA works on the covariance matrix of the data.
The Chi-square test for goodness of fit tests the hypothesis that the observed distribution follows a ________ distribution.
- expected
- normal
- skewed
- uniform
The Chi-square test for goodness of fit is used to determine whether the observed distribution of data follows an expected distribution.
In Bayes' theorem, what does the prior probability represent?
- The likelihood of the evidence
- The probability of an event before evidence is observed
- The probability of the evidence given the event
- The updated probability after evidence is observed
The prior probability in Bayes' Theorem is the initial or original probability of an event before new evidence is taken into account. It represents our initial belief about the event.
A histogram with two peaks is known as a ________ distribution.
- Bimodal
- Multimodal
- Normal
- Uniform
A histogram with two distinct peaks is referred to as a bimodal distribution. This might suggest that the data contains two different groups, each with their own mode, or most common value.
What assumption does the Chi-square test for goodness of fit make about the observations?
- The observations are correlated
- The observations are independent
- The observations are normally distributed
- The observations are paired
The Chi-square test for goodness of fit assumes that the observations are independent, which means that the outcome of one observation does not affect the outcome of another.
What is the null hypothesis in a Chi-square test for independence?
- The population means are equal
- The population variances are equal
- There is an association between the variables
- There is no association between the variables
The null hypothesis in a Chi-square test for independence states that there is no association between the variables - they are independent.
How is the Bartlett's Test of Sphericity used in factor analysis?
- It tests the assumption of equal variances
- It tests the assumption of linearity
- It tests the assumption of normality
- It tests the assumption that the variables are uncorrelated
Bartlett's Test of Sphericity is used in factor analysis to test the hypothesis that the variables are uncorrelated in the population. In other words, the population correlation matrix is an identity matrix. A significant test indicates that a factor analysis may be useful with your data.
In multiple linear regression, what does each coefficient represent?
- The average change in the dependent variable for one unit of change in the independent variable, holding all other independent variables constant
- The correlation between the dependent variable and the independent variable
- The error term in the regression model
- The total variation in the dependent variable explained by the independent variable
In multiple linear regression, each coefficient represents the average change in the dependent variable for one unit of change in the independent variable, while holding all other independent variables constant.
What is the relationship between the probability of a Type I error and the significance level of a test?
- It depends on the sample size
- There is no relationship
- They are directly proportional
- They are inversely proportional
The probability of a Type I error (false positive) is the same as the significance level of a test. A significance level of 0.05, for instance, means there's a 5% chance of rejecting a true null hypothesis (Type I error).