The _______ Information Criterion is a measure used in model selection that takes into account the goodness of fit and the simplicity of the model.
- Akaike
- Bayesian
- Pearson
- Spearman
The Akaike Information Criterion (AIC) balances goodness of fit with model simplicity by including a penalty for the number of parameters in the model. This discourages overfitting.
What is the skewness value for a perfect normal distribution?
- -1
- 0
- 1
- It varies
For a perfect normal distribution, the skewness value is zero. This is because a normal distribution is perfectly symmetrical, so its left and right tails are identical.
The Chi-square statistic is calculated by summing the squared difference between observed and expected frequencies, each divided by the ________ frequency.
- expected
- median
- mode
- observed
The Chi-square statistic is calculated by summing the squared differences between observed and expected frequencies, each divided by the expected frequency. This reflects how much the observed data deviate from the expected data.
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.
Non-parametric tests are also known as ________ tests because they make fewer assumptions about the data.
- assumption-free
- distribution-free
- free-assumption
- free-distribution
Non-parametric tests are also known as distribution-free tests because they make fewer assumptions about the data, specifically, they do not require the data to follow a specific distribution.
How can you test the assumption of independence in a Chi-square test for goodness of fit?
- By calculating the standard deviation of the observations
- By conducting a separate Chi-square test of independence
- By conducting a t-test
- By examining the correlation between observations
To test the assumption of independence in a Chi-square test for goodness of fit, you can conduct a separate Chi-square test of independence. This test compares the observed frequencies in each category with what we would expect if the variables were independent.
How does skewness affect the relationship between the mean, median, and mode of a distribution?
- Changes the relationship
- Increases the standard deviation
- No effect
- Reduces the kurtosis
Skewness affects the relationship between the mean, median, and mode. In a positively skewed distribution, the mean is usually greater than the median, which is greater than the mode. In a negatively skewed distribution, the mode is usually greater than the median, which is greater than the mean.
Under what conditions does the Central Limit Theorem hold true?
- When the data is skewed
- When the population is normal
- When the sample size is sufficiently large
- When the standard deviation is zero
The Central Limit Theorem holds true when the sample size is sufficiently large (usually n > 30), regardless of the shape of the population distribution. This theorem states that if you have a population with mean μ and standard deviation σ and take sufficiently large random samples from the population with replacement, then the distribution of the sample means will be approximately normally distributed.
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.