What does it mean if two events are independent in probability?

  • The occurrence of one affects the occurrence of the other
  • The occurrence of one does not affect the occurrence of the other
  • They have the same probability of occurrence
  • They occur at the same time
In probability, two events are independent if the occurrence of one event does not affect the occurrence of the other. This means that the probability of both events occurring is the product of their individual probabilities.

What is the purpose of point estimation in statistics?

  • To calculate the variance of a dataset
  • To compare two different datasets
  • To estimate the range of possible values for an unknown population parameter
  • To give a single best guess of an unknown population parameter
The purpose of point estimation in statistics is to provide a single "best guess" or "most likely" value for an unknown parameter of a population, such as the mean or the proportion. It's a single value that approximates an unknown parameter based on sampled data.

What is the effect of multicollinearity on the power of a statistical test?

  • It decreases the power.
  • It has no effect on the power.
  • It increases the power.
  • It makes the power equal to one.
Multicollinearity can inflate the variance of the regression coefficients, thus widening the confidence intervals and reducing the power of the statistical test.

In a multiple linear regression equation, the ________ represents the expected change in the dependent variable for a one-unit change in the corresponding independent variable, holding all other independent variables constant.

  • F-statistic
  • R-squared value
  • regression coefficient
  • residual
In a multiple linear regression equation, the regression coefficient represents the expected change in the dependent variable for a one-unit change in the corresponding independent variable, while holding all other independent variables constant. It gives the direction and strength of the relationship between the dependent variable and each independent variable.

How does the Wilcoxon Signed Rank Test deal with zeros in the difference of paired observations?

  • Zeros are averaged
  • Zeros are counted as half a sign
  • Zeros are discarded
  • Zeros are included
In the Wilcoxon Signed Rank Test, zeros in the difference of paired observations are typically discarded.

The primary purpose of ANOVA is to test if there is any difference between ________.

  • the means of the groups
  • the sample sizes of the groups
  • the standard deviations of the groups
  • the variances of the groups
The primary purpose of ANOVA (Analysis of Variance) is to test if there is any statistically significant difference between the means of three or more groups.

If we want to reduce both Type I and Type II errors, we could increase the ______.

  • Confidence level
  • Power of the test
  • Sample size
  • Significance level
Increasing the sample size makes the test more sensitive, thereby reducing both Type I and Type II errors. With a larger sample, there is more data available, which often leads to more accurate and reliable results. However, resources, time, and other constraints often limit the sample size in real-world studies.

How does the Central Limit Theorem influence the shape of the distribution of sample means?

  • It states that all distributions will be skewed to the right.
  • It states that as the sample size increases, the distribution of sample means will more closely approximate a normal distribution, regardless of the shape of the population distribution.
  • The Central Limit Theorem does not influence the shape of the distribution.
  • The Central Limit Theorem turns all distributions into uniform distributions.
The Central Limit Theorem (CLT) states that the distribution of sample means will tend towards a normal distribution as the sample size increases, regardless of the shape of the population distribution. Therefore, the CLT has a profound impact on the shape of the distribution, tending to 'normalize' it as sample size increases.

Each subsequent Principal Component must be ______ to all the previous Principal Components.

  • equal
  • orthogonal
  • parallel
  • proportional
Each subsequent Principal Component in PCA must be orthogonal (perpendicular) to all previous Principal Components. This ensures that the Principal Components are uncorrelated.

What are the assumptions made when using factor analysis?

  • Homoscedasticity, autocorrelation, and stationarity
  • Independence, normality, and equal variance
  • Normality, linearity, and homoscedasticity
  • Normality, linearity, and multicollinearity
The assumptions of factor analysis include normality (the variables used in the analysis should be normally distributed), linearity (the relationship between the factors and the variables should be linear), and homoscedasticity (the variances of the errors should be constant).