Q. 1
Statistics
Difficulty: easy
(1 Mark)
In statistical hypothesis testing, what is a 'Type I Error'?
💡
Step-by-Step Explanation & Concept Rationale
A Type I error (probability $\alpha$, the significance level) occurs when a test rejects a true null hypothesis (a 'false positive').
Q. 2
Statistics
Difficulty: easy
(1 Mark)
What is a 'Type II Error' (denoted by $\beta$)?
💡
Step-by-Step Explanation & Concept Rationale
A Type II error (probability $\beta$) occurs when the test fails to detect a genuine effect or difference, retaining a false null hypothesis (a 'false negative').
Q. 3
Statistics
Difficulty: easy
(1 Mark)
What is the 'Power of a Test' mathematically defined as?
💡
Step-by-Step Explanation & Concept Rationale
The Power of a test is $1 - \beta = P(\text{Reject } H_0 \mid H_0 \text{ is false})$, measuring the test's ability to detect a true effect of a given magnitude.
Q. 4
Statistics
Difficulty: medium
(1 Mark)
What is the definition of the 'p-value' in statistical testing?
💡
Step-by-Step Explanation & Concept Rationale
The p-value is $P(T(\mathbf{X}) \ge t_{obs} \mid H_0)$. It is NOT the posterior probability that $H_0$ is true, but the probability of seeing such extreme data under the assumption that $H_0$ holds.
Q. 5
Statistics
Difficulty: easy
(1 Mark)
If the calculated p-value is less than the chosen significance level $\alpha$ ($p < \alpha$), what is the appropriate statistical decision?
💡
Step-by-Step Explanation & Concept Rationale
When $p < \alpha$, the observed data is sufficiently improbable under $H_0$, leading to rejection of $H_0$ at the $\alpha$ significance level.
Q. 6
Statistics
Difficulty: medium
(1 Mark)
When comparing the means of two independent normal populations with UNKNOWN and UNEQUAL variances ($\sigma_1^2 \ne \sigma_2^2$), which test is appropriate?
💡
Step-by-Step Explanation & Concept Rationale
Welch's t-test (the Behrens-Fisher problem solution) does not assume equal variances, adjusting the degrees of freedom using the Welch-Satterthwaite approximation.
Q. 7
Statistics
Difficulty: easy
(1 Mark)
What is the degree of freedom formula for the pooled two-sample Student's t-test with sample sizes $n_1$ and $n_2$ when equal variances ($\sigma_1^2 = \sigma_2^2$) are assumed?
💡
Step-by-Step Explanation & Concept Rationale
Pooling variance from two samples of sizes $n_1$ and $n_2$ uses $n_1 - 1$ degrees of freedom from the first and $n_2 - 1$ from the second, giving total $df = n_1 + n_2 - 2$.
Q. 8
Statistics
Difficulty: easy
(1 Mark)
When should a 'Paired Samples t-test' be used instead of an independent two-sample t-test?
💡
Step-by-Step Explanation & Concept Rationale
A paired t-test analyzes the differences $d_i = X_{1i} - X_{2i}$ within matched pairs, controlling for unit-level heterogeneity and increasing statistical power.
Q. 9
Statistics
Difficulty: easy
(1 Mark)
What is the degrees of freedom for a Paired t-test with $n$ matched pairs of observations?
💡
Step-by-Step Explanation & Concept Rationale
Because the paired test is mathematically equivalent to a one-sample t-test performed on the single sample of $n$ differences ($d_1, d_2, \dots, d_n$), the degrees of freedom is $n - 1$.
Q. 10
Statistics
Difficulty: easy
(1 Mark)
What is the test statistic for Pearson's Chi-Square Goodness of Fit test with $k$ categories, observed frequencies $O_i$, and expected frequencies $E_i$?
💡
Step-by-Step Explanation & Concept Rationale
Pearson's Chi-square statistic measures normalized squared deviations: $\chi^2 = \sum_{i=1}^k \frac{(O_i - E_i)^2}{E_i}$, which asymptotically follows a $\chi^2_{(k - 1 - p)}$ distribution under $H_0$ (where $p$ is the number of estimated parameters).
Q. 11
Statistics
Difficulty: easy
(1 Mark)
What is the degrees of freedom for Pearson's Chi-Square Test of Independence in an $r \times c$ contingency table?
💡
Step-by-Step Explanation & Concept Rationale
In an $r \times c$ contingency table with fixed marginal totals, there are $(r - 1)(c - 1)$ independent cell entries, giving degrees of freedom $df = (r - 1)(c - 1)$.
Q. 12
Statistics
Difficulty: medium
(1 Mark)
What is the rule of thumb regarding minimum expected frequencies in Pearson's Chi-Square test?
💡
Step-by-Step Explanation & Concept Rationale
Cochran's guideline states that the Chi-square continuous approximation to the discrete multinomial distribution becomes unreliable if expected frequencies fall below 5.
Q. 13
Statistics
Difficulty: medium
(1 Mark)
What is 'Yates' Correction for Continuity' in a $2 \times 2$ contingency table?
💡
Step-by-Step Explanation & Concept Rationale
Yates' continuity correction subtracts 0.5 from $|O - E|$ in $2 \times 2$ tables ($df = 1$) to adjust for approximating a discrete binomial/hypergeometric distribution with a continuous Chi-square distribution.
Q. 14
Statistics
Difficulty: easy
(1 Mark)
When cell counts in a $2 \times 2$ contingency table are very small ($E_i < 5$), which exact test should be used instead of the Chi-Square test?
💡
Step-by-Step Explanation & Concept Rationale
Fisher's Exact Test calculates exact probabilities using the Hypergeometric distribution conditioning on the observed row and column margins, without relying on large-sample asymptotic approximations.
Q. 15
Statistics
Difficulty: easy
(1 Mark)
What hypothesis does the F-Test for equality of two variances test ($H_0: \sigma_1^2 = \sigma_2^2$ vs $H_1: \sigma_1^2 \ne \sigma_2^2$)?
💡
Step-by-Step Explanation & Concept Rationale
The two-sample variance F-test evaluates $F = \frac{S_1^2}{S_2^2} \sim F(n_1-1, n_2-1)$ under $H_0: \sigma_1^2 = \sigma_2^2$, highly sensitive to departures from normality.
Q. 16
Statistics
Difficulty: hard
(1 Mark)
Why is the F-test for equality of variances considered 'Non-Robust' to departures from normality?
💡
Step-by-Step Explanation & Concept Rationale
The variance ratio F-test is notoriously non-robust: non-normality leads to substantial inflation of false positive rates. Levene's test (based on deviations from the mean) or Brown-Forsythe (deviations from median) is robust.
Q. 17
Statistics
Difficulty: easy
(1 Mark)
What is the non-parametric equivalent of the independent two-sample Student's t-test?
💡
Step-by-Step Explanation & Concept Rationale
The Mann-Whitney U test (Wilcoxon rank-sum test) tests whether two independent groups originate from the same continuous distribution by analyzing ranks rather than raw parametric values.
Q. 18
Statistics
Difficulty: easy
(1 Mark)
What is the non-parametric counterpart to the Paired Samples t-test?
💡
Step-by-Step Explanation & Concept Rationale
The Wilcoxon Signed-Rank test evaluates paired or repeated measures data by ranking the absolute differences between pairs and assigning positive/negative signs to the ranks.
Q. 19
Statistics
Difficulty: easy
(1 Mark)
What is the non-parametric equivalent of One-Way Analysis of Variance (ANOVA) for comparing $k > 2$ independent groups?
💡
Step-by-Step Explanation & Concept Rationale
The Kruskal-Wallis H-test extends the Mann-Whitney U test to $k \ge 3$ independent groups, testing whether all group samples originate from identical population distributions using ranked data.
Q. 20
Statistics
Difficulty: medium
(1 Mark)
What is the non-parametric equivalent of Two-Way Repeated Measures ANOVA (or Randomized Complete Block Design)?
💡
Step-by-Step Explanation & Concept Rationale
The Friedman test is a non-parametric test for comparing $k \ge 3$ repeated measures or matched treatments across $n$ blocks (subjects/clusters), ranking treatments within each block.
Q. 21
Statistics
Difficulty: medium
(1 Mark)
What is the Kolmogorov-Smirnov (K-S) One-Sample Test used for?
💡
Step-by-Step Explanation & Concept Rationale
The one-sample K-S test evaluates the maximum vertical distance $D$ between the empirical step function $F_n(x)$ and the continuous reference CDF $F_0(x)$.
Q. 22
Statistics
Difficulty: medium
(1 Mark)
What is the Kolmogorov-Smirnov Two-Sample Test used for?
💡
Step-by-Step Explanation & Concept Rationale
The two-sample K-S test evaluates the maximum discrepancy $D = \sup_x |F_{1, n_1}(x) - F_{2, n_2}(x)|$ between the empirical CDFs of two independent samples, sensitive to differences in location, scale, and shape.
Q. 23
Statistics
Difficulty: medium
(1 Mark)
Which of the following is considered the most powerful omnibus test for Normality in moderate to small samples?
💡
Step-by-Step Explanation & Concept Rationale
The Shapiro-Wilk $W$-statistic evaluates the ratio of the squared best linear unbiased estimator of slope in a normal probability plot to the sample sum of squares, widely regarded as the most powerful test for normality.
Q. 24
Statistics
Difficulty: hard
(1 Mark)
What is the Anderson-Darling Test for Normality, and how does it differ from the Kolmogorov-Smirnov test?
💡
Step-by-Step Explanation & Concept Rationale
Anderson-Darling is an empirical distribution function test that places greater weight on the tails, making it superior for detecting heavy-tailed or skewed departures from normality.
Q. 25
Statistics
Difficulty: medium
(1 Mark)
What does the Wald-Wolfowitz Runs Test evaluate?
💡
Step-by-Step Explanation & Concept Rationale
The Runs test analyzes the number of runs (consecutive sequences of identical symbols) to determine if a time sequence is random or exhibits clustering, trends, or cyclical patterns.
Study Stream Progress:
Showing 25 of 90 Questions (28%)
Jump to:
Ready to Test Your Retention & Speed?
Now that you have reviewed the study questions and rationales, test yourself in our interactive 1-by-1 practice engine or take the full official timed mock exam.