Spearman's Rank Correlation is based on the ________ of the data rather than their raw values.

  • Means
  • Medians
  • Modes
  • Ranks
Spearman's Rank Correlation is based on the ranks of the data rather than their raw values, which makes it a non-parametric method.

How can a Chi-square test for independence be used in feature selection?

  • It can identify the features that are independent from the target variable
  • It can identify the features that are most correlated with the target variable
  • It can identify the features that have a significant association with the target variable
  • It can identify the features that have the highest variance
A Chi-square test for independence can be used in feature selection by identifying the features that have a significant association with the target variable.

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.

________ is a problem that can arise in multiple linear regression when two or more predictor variables are highly correlated with each other.

  • Autocorrelation
  • Heteroscedasticity
  • Homoscedasticity
  • Multicollinearity
Multicollinearity is a problem that can occur in multiple linear regression when two or more predictor variables are highly correlated with each other. This can lead to unstable estimates of the regression coefficients and make it difficult to determine the individual effects of the predictor variables.

In probability, what does an outcome refer to?

  • A confirmed hypothesis
  • A result of a random experiment
  • A result of a statistical analysis
  • A successful event
In the context of probability, an outcome refers to a possible result of a random experiment. For example, if the experiment is tossing a coin, the possible outcomes are 'Heads' or 'Tails'. Each outcome is considered mutually exclusive, meaning only one outcome can occur at a time.

The type of data that describes attributes or characteristics of a group is called ________ data.

  • Continuous
  • Discrete
  • Qualitative
  • Quantitative
The type of data that describes attributes or characteristics of a group is called Qualitative data. These are often non-numeric and may include data types such as text, audio, or video. Examples include a person's gender, eye color, or the make of a car.

What is the significance of a Gaussian or normal distribution?

  • It describes the spread of evenly distributed data
  • It is the distribution that maximizes entropy
  • It is used only for discrete random variables
  • It is used when events occur at a constant rate
The Gaussian or normal distribution has several important properties and is widely used in statistics and natural sciences. It's significant because it is the distribution that maximizes entropy among all distributions with given mean and variance, making it the most "uninformative" and often serving as a good default choice in many scenarios. Also, according to the central limit theorem, the sum of many independent and identically distributed (i.i.d.) random variables tends toward a normal distribution.