Sampling Theory, Estimation & Statistical Inference

Change Setup
📘 Comprehensive Syllabus & Examination Guide

Sampling Theory, Estimation & Statistical Inference

Official curriculum roadmap, subject/topic distribution, negative marking rules, pacing guidelines, and solved sample questions.

🎯 Mapped Subjects & Topic Question Distribution

Total Question Pool 100%
90 MCQs
Combined Active Syllabus
Sampling Theory, Estimation & Statistical Inference
90 MCQs
Topic Pool
📊 Question Pool Structure
90 MCQs across fundamental, intermediate, and advanced concept tiers.
⚡ Recommended Pacing
45 to 60 seconds per MCQ. Flag complex problems and preserve 10 minutes for final revision.
⚖️ Scoring & Negative Marking
+1 mark per correct answer. In competitive tests with negative marking, -0.25 applies for incorrect guesses.

💡 Strategic Preparation & Exam Hall Guidelines

To maximize your score on Sampling Theory, Estimation & Statistical Inference, candidates are advised to follow a structured three-pass approach. In the First Pass, solve all direct recall and formula-based questions within 30 seconds each to secure foundational marks. In the Second Pass, tackle multi-step analytical and quantitative reasoning problems. In the Third Pass, review marked questions and verify calculations.

Practice with the interactive player below to evaluate your speed and accuracy under real exam pressure. Every question features full mathematical formulas, step-by-step worked solutions, and conceptual explanations vetted by Apex Rankers Academy subject matter specialists.

Ready to test your knowledge? Launch interactive 1-by-1 practice with instant feedback, bookmarking, and step-by-step rationales.
Solved Blueprint Examples

📝 Pre-Rendered Solved Sample Questions & Detailed Solutions

Showing 10 solved representative questions

Review the solved problems below to understand question phrasing, answer choices, and step-by-step solution logic prior to starting the full interactive practice drill:

Sample Question 1
Sampling Theory, Estimation & Statistical Inference easy • Statistics
In Simple Random Sampling Without Replacement (SRSWOR) of size $n$ from a finite population of size $N$, what is the variance of the sample mean $\bar{y}$?
A $\text{Var}(\bar{y}) = \frac{S^2}{n}$
B $\text{Var}(\bar{y}) = \left(\frac{N - n}{N}\right) \frac{S^2}{n}$
C $\text{Var}(\bar{y}) = \left(\frac{N - 1}{N}\right) \frac{S^2}{n}$
D $\text{Var}(\bar{y}) = \frac{S^2}{Nn}$
✓ Correct Answer: B - $\text{Var}(\bar{y}) = \left(\frac{N - n}{N}\right) \frac{S^2}{n}$
📖 Step-by-Step Solution & Conceptual Rationale:
In SRSWOR, the variance of the sample mean includes the Finite Population Correction (FPC) factor: $\text{Var}(\bar{y}) = \left(1 - \frac{n}{N}\right) \frac{S^2}{n} = \left(\frac{N - n}{N}\right) \frac{S^2}{n}$, where $S^2 = \frac{1}{N-1}\sum (Y_i - \bar{Y})^2$.
Sample Question 2
Sampling Theory, Estimation & Statistical Inference easy • Statistics
What is the Finite Population Correction (FPC) factor defined as in survey sampling?
A $1 - \frac{n}{N}$ (or $\frac{N - n}{N}$)
B $\frac{n}{N}$
C $\frac{N}{n}$
D $1 + \frac{n}{N}$
✓ Correct Answer: A - $1 - \frac{n}{N}$ (or $\frac{N - n}{N}$)
📖 Step-by-Step Solution & Conceptual Rationale:
The FPC factor is $1 - f = 1 - \frac{n}{N} = \frac{N-n}{N}$, where $f = n/N$ is the sampling fraction. When $f < 0.05$ (less than 5% of the population), FPC is often omitted as it approaches 1.
Sample Question 3
Sampling Theory, Estimation & Statistical Inference medium • Statistics
Under Neyman's Optimum Allocation in Stratified Random Sampling, how is the sample size $n_h$ in stratum $h$ allocated when sampling costs per unit are equal?
A $n_h = n \frac{N_h}{N}$
B $n_h = n \frac{N_h S_h}{\sum N_h S_h}$
C $n_h = n \frac{S_h}{\sum S_h}$
D $n_h = \frac{n}{L}$
✓ Correct Answer: B - $n_h = n \frac{N_h S_h}{\sum N_h S_h}$
📖 Step-by-Step Solution & Conceptual Rationale:
Neyman allocation determines that the stratum sample size $n_h$ is directly proportional to both the stratum size $N_h$ and the stratum standard deviation $S_h$: $n_h = n \frac{N_h S_h}{\sum_{i=1}^L N_i S_i}$, minimizing the variance of the stratified estimator for a fixed total sample size.
Sample Question 4
Sampling Theory, Estimation & Statistical Inference medium • Statistics
When is Stratified Random Sampling most effective at reducing the variance of the overall population mean estimator compared to Simple Random Sampling?
A When strata are heterogeneous within and homogeneous between
B When strata are homogeneous within (low internal variance $S_h^2$) and heterogeneous between (large differences among stratum means)
C When all strata have identical sample sizes
D When the population size $N$ is less than 50
✓ Correct Answer: B - When strata are homogeneous within (low internal variance $S_h^2$) and heterogeneous between (large differences among stratum means)
📖 Step-by-Step Solution & Conceptual Rationale:
Stratification maximizes precision when elements within each stratum are as homogeneous as possible (minimizing within-stratum variance), and means between different strata are widely separated.
Sample Question 5
Sampling Theory, Estimation & Statistical Inference easy • Statistics
What is the fundamental condition for an estimator $T_n$ to be 'Consistent' for parameter $\theta$?
A $E[T_n] = \theta$ for all sample sizes $n$
B $T_n$ converges in probability to $\theta$ as $n \to \infty$ (i.e., $\text{plim}_{n \to \infty} T_n = \theta$)
C $\text{Var}(T_n) = 0$ for all $n$
D $T_n$ follows a normal distribution for any $n$
✓ Correct Answer: B - $T_n$ converges in probability to $\theta$ as $n \to \infty$ (i.e., $\text{plim}_{n \to \infty} T_n = \theta$)
📖 Step-by-Step Solution & Conceptual Rationale:
Consistency is an asymptotic property stating that as sample size $n$ grows infinitely large, the probability of the estimator deviating from the true parameter by any $\epsilon > 0$ approaches zero: $\lim_{n \to \infty} P(|T_n - \theta| > \epsilon) = 0$.
Sample Question 6
Sampling Theory, Estimation & Statistical Inference medium • Statistics
If an estimator $T_n$ is asymptotically unbiased ($\\lim_{n \to \infty} E[T_n] = \theta$) and its variance vanishes as $n \to \infty$ ($\\lim_{n \to \infty} \text{Var}(T_n) = 0$), does this guarantee consistency?
A No, consistency requires higher moments to exist
B Yes, by Chebyshev's inequality, a vanishing mean squared error (MSE) is a sufficient condition for consistency
C Only if the population is normally distributed
D No, it only guarantees unbiasedness
✓ Correct Answer: B - Yes, by Chebyshev's inequality, a vanishing mean squared error (MSE) is a sufficient condition for consistency
📖 Step-by-Step Solution & Conceptual Rationale:
Since $\text{MSE}(T_n) = \text{Var}(T_n) + [\text{Bias}(T_n)]^2$, if both variance and bias vanish as $n \to \infty$, $\text{MSE} \to 0$, which by Chebyshev's inequality ensures convergence in probability (consistency).
Sample Question 7
Sampling Theory, Estimation & Statistical Inference medium • Statistics
What does the Neyman-Pearson Factorization Theorem state regarding a statistic $T = T(\mathbf{X})$ and parameter $\theta$?
A $T$ is unbiased if and only if $E[T] = \theta$
B $T$ is a sufficient statistic for $\theta$ if and only if the joint likelihood can be factored as $L(\mathbf{x}; \theta) = g(T(\mathbf{x}), \theta) \cdot h(\mathbf{x})$, where $h(\mathbf{x})$ does not depend on $\theta$
C $T$ is efficient if its variance achieves the Cramér-Rao lower bound
D $T$ is consistent if sample size exceeds 30
✓ Correct Answer: B - $T$ is a sufficient statistic for $\theta$ if and only if the joint likelihood can be factored as $L(\mathbf{x}; \theta) = g(T(\mathbf{x}), \theta) \cdot h(\mathbf{x})$, where $h(\mathbf{x})$ does not depend on $\theta$
📖 Step-by-Step Solution & Conceptual Rationale:
The Factorization Criterion provides the definitive mathematical test for sufficiency: the likelihood factors into a function $g(T,\theta)$ depending on the data only through $T$, and a factor $h(\mathbf{x})$ completely free of the parameter $\theta$.
Sample Question 8
Sampling Theory, Estimation & Statistical Inference easy • Statistics
What is the sufficient statistic for parameter $\lambda$ in a random sample $X_1, X_2, \dots, X_n$ from a Poisson distribution $\text{Poisson}(\lambda)$?
A Sample maximum $X_{(n)}$
B Sample sum $\sum_{i=1}^n X_i$ (or sample mean $\bar{X}$)
C Sample median
D Sample variance $S^2$
✓ Correct Answer: B - Sample sum $\sum_{i=1}^n X_i$ (or sample mean $\bar{X}$)
📖 Step-by-Step Solution & Conceptual Rationale:
The joint likelihood is $L = \frac{e^{-n\lambda} \lambda^{\sum x_i}}{\prod x_i!} = \left[e^{-n\lambda} \lambda^{\sum x_i}\right] \left[\frac{1}{\prod x_i!}\right]$. By the Factorization Theorem, $T = \sum_{i=1}^n X_i$ is jointly sufficient for $\lambda$.
Sample Question 9
Sampling Theory, Estimation & Statistical Inference medium • Statistics
What is the minimal sufficient statistic for $(\mu, \sigma^2)$ in a random sample from a Normal distribution $N(\mu, \sigma^2)$?
A $(\bar{X}, S^2)$ or equivalently $\left(\sum_{i=1}^n X_i, \sum_{i=1}^n X_i^2\right)$
B Only the sample mean $\bar{X}$
C Only the sample variance $S^2$
D The sample range and median
✓ Correct Answer: A - $(\bar{X}, S^2)$ or equivalently $\left(\sum_{i=1}^n X_i, \sum_{i=1}^n X_i^2\right)$
📖 Step-by-Step Solution & Conceptual Rationale:
Factoring the joint normal likelihood reveals that the pair of statistics $\left(\sum X_i, \sum X_i^2\right)$ (or equivalently sample mean $\bar{X}$ and sample variance $S^2$) captures all information about both unknown parameters $(\mu, \sigma^2)$.
Sample Question 10
Sampling Theory, Estimation & Statistical Inference hard • Statistics
What does the Rao-Blackwell Theorem state regarding an unbiased estimator $T$ and a sufficient statistic $S$?
A The estimator $T$ should be discarded in favor of the sample median
B The conditional expectation $\delta = E[T \mid S]$ is an unbiased estimator of $\theta$ whose variance is strictly less than or equal to the variance of $T$ ($\text{Var}(\delta) \le \text{Var}(T)$)
C A sufficient statistic can never be unbiased
D Conditioning on a sufficient statistic doubles the mean squared error
✓ Correct Answer: B - The conditional expectation $\delta = E[T \mid S]$ is an unbiased estimator of $\theta$ whose variance is strictly less than or equal to the variance of $T$ ($\text{Var}(\delta) \le \text{Var}(T)$)
📖 Step-by-Step Solution & Conceptual Rationale:
Rao-Blackwellization improves any crude unbiased estimator $T$ by conditioning it on a sufficient statistic $S$: the resulting estimator $\delta = E[T \mid S]$ is independent of $\theta$, unbiased, and has variance $\le \text{Var}(T)$.
Practice All 90 Questions Interactively Test your knowledge in real-time with continuous progress saving, instant scoring, and performance analytics.