How does effect size impact hypothesis testing?

  • Effect size has no impact on hypothesis testing
  • Larger effect sizes always lead to rejection of the null hypothesis
  • Larger effect sizes always lead to smaller p-values
  • Larger effect sizes increase the statistical power of the test
Effect size measures the magnitude of the difference or the strength of the relationship in the population. A larger effect size means a larger difference or stronger relationship, which in turn increases the statistical power of the test. Power is the probability that the test correctly rejects the null hypothesis when the alternative is true.

How does a binomial distribution differ from a normal distribution?

  • Binomial distribution is continuous, while normal is discrete
  • Both are continuous distributions
  • Both are discrete distributions
  • Normal distribution is continuous, while binomial is discrete
A binomial distribution is discrete, meaning it only takes on integer values on a countable range, and it represents the number of successes in a fixed number of independent Bernoulli trials with a given success probability. A normal distribution is continuous, and it is often used as a first approximation to the binomial distribution, when the number of trials is large.

What is the underlying assumption of linearity in a multiple linear regression model?

  • All independent variables must have a linear relationship with the dependent variable
  • All residuals must be equal
  • All variables must be continuous
  • All variables must be normally distributed
The assumption of linearity in a multiple linear regression model assumes that the relationship between each independent variable and the dependent variable is linear. This implies that the change in the dependent variable due to a one-unit change in the independent variable is constant, regardless of the value of the independent variable.

The term '________' refers to the sharpness of the peak of a frequency-distribution curve.

  • Kurtosis
  • Median
  • Mode
  • Skewness
Kurtosis refers to the sharpness of the peak of a frequency-distribution curve. It measures the tails and sharpness of the distribution. Distributions with large kurtosis exhibit tail data exceeding the tails of the normal distribution.

How does factor analysis differ from principal component analysis (PCA)?

  • Factor analysis does not involve rotation of variables, while PCA does
  • Factor analysis looks for shared variance while PCA looks for total variance
  • PCA focuses on unobservable variables, while factor analysis focuses on observable variables
  • PCA is used for dimensionality reduction, while factor analysis is used for data cleaning
Factor analysis and PCA differ primarily in what they seek to model. Factor analysis models the shared variance among variables, focusing on the latent or unobservable variables, while PCA models the total variance and aims at reducing the dimensionality.

How would an outlier affect the confidence interval for a mean?

  • It would make the interval narrower
  • It would make the interval skewed
  • It would make the interval wider
  • It would not affect the interval
An outlier can significantly affect the mean and increase the variability in the data, which would lead to a larger standard error and thus a wider confidence interval.

What is the difference between descriptive and inferential statistics?

  • Descriptive and inferential statistics are the same
  • Descriptive statistics predict trends; inferential statistics summarize data
  • Descriptive statistics summarize data; inferential statistics make predictions about the population
  • Descriptive statistics summarize data; inferential statistics visualize data
Descriptive statistics provide simple summaries about the sample and the measures. It's about describing the collected data using the measures such as mean, median, mode, etc. On the other hand, inferential statistics takes data from a sample and makes inferences about the larger population from which the sample was drawn. It is the process of using data analysis to deduce properties of an underlying distribution of probability.

What is the difference between a parameter and a statistic in the field of statistics?

  • A parameter and a statistic are the same thing
  • A parameter is based on a sample; a statistic is based on the population
  • A statistic is a numerical measure; a parameter is a graphical representation
  • A statistic is based on a sample; a parameter is based on the population
In the field of statistics, a parameter is a numerical characteristic of a population, whereas a statistic is a numerical characteristic of a sample. Parameters are often unknown because we cannot examine the entire population. We use statistics, which we compute from sample data, to estimate parameters.

How does adding more predictors to a multiple linear regression model affect its inferences?

  • It always improves the model
  • It always makes the model worse
  • It can lead to overfitting
  • It has no effect on the model
Adding more predictors to a model may increase the R-squared value, making it appear that the model is improving. However, if these additional predictors are not truly associated with the response variable, it may result in overfitting, making the model perform poorly on new, unseen data.

How does ridge regression help in dealing with multicollinearity?

  • By eliminating the correlated variables.
  • By increasing the sample size.
  • By introducing a penalty term to shrink the coefficients.
  • By transforming the variables.
Ridge regression introduces a regularization term (penalty term) into the loss function which helps to shrink the coefficients towards zero and mitigate the effect of multicollinearity.