Statistics Graduate Level Quiz: Consistency And Efficiency
10 questions · exam conditions
0:00
Consistency And EfficiencyQuestion 1 of 10

Let TnT_n be a consistent estimator of θθ. Define Vn=TnV_n=T_n unless an event AnA_n occurs, in which case Vn=UnV_n=U_n, where UnU_n is an arbitrary estimator that may be unbounded. Suppose P(An)0P(A_n)→0. Which conclusion is necessarily correct?

VnV_n is consistent because the probability that it differs from TnT_n tends to zero.
VnV_n is consistent only if UnU_n is itself a consistent estimator of θθ.
VnV_n need not be consistent because UnU_n may be unbounded on the events AnA_n.
VnV_n is consistent only if the mean squared error of UnU_n remains uniformly bounded.
← Back to quizzes

Statistics Graduate Level Quiz

Statistics Graduate Level Quiz: Consistency And Efficiency

Practice Consistency And Efficiency in Statistics Graduate Level with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Consistency And Efficiency, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Let TnT_n be a consistent estimator of θθ. Define Vn=TnV_n=T_n unless an event AnA_n occurs, in which case Vn=UnV_n=U_n, where UnU_n is an arbitrary estimator that may be unbounded. Suppose P(An)0P(A_n)→0. Which conclusion is necessarily correct?

  1. VnV_n is consistent because the probability that it differs from TnT_n tends to zero. (correct answer)
  2. VnV_n is consistent only if UnU_n is itself a consistent estimator of θθ.
  3. VnV_n need not be consistent because UnU_n may be unbounded on the events AnA_n.
  4. VnV_n is consistent only if the mean squared error of UnU_n remains uniformly bounded.
Explanation: When you see a question about consistency, your first instinct should be to return to the definition: TnT_n is consistent for θ\theta if TnPθT_n \xrightarrow{P} \theta, meaning for every ε>0\varepsilon > 0, P(Tnθ>ε)0P(|T_n - \theta| > \varepsilon) \to 0. Now consider VnV_n. You can decompose its deviation probability using the law of total probability: P(Vnθ>ε)=P(Vnθ>εAnc)P(Anc)+P(Vnθ>εAn)P(An).P(|V_n - \theta| > \varepsilon) = P(|V_n - \theta| > \varepsilon \mid A_n^c)\,P(A_n^c) + P(|V_n - \theta| > \varepsilon \mid A_n)\,P(A_n). On AncA_n^c, Vn=TnV_n = T_n, so the first term is bounded above by P(Tnθ>ε)0P(|T_n - \theta| > \varepsilon) \to 0. The second term is bounded above by P(An)0P(A_n) \to 0, regardless of how wild UnU_n is — even if it's unbounded. Both terms vanish, so the entire expression goes to zero, confirming A is correct: VnPθV_n \xrightarrow{P} \theta. B is wrong because it imposes an unnecessary condition. UnU_n never needs to be consistent on its own; it only contributes on the shrinking event AnA_n, which is probabilistically negligible. C is the most tempting distractor — it correctly notes that UnU_n may be unbounded, but unboundedness in the values of UnU_n doesn't matter here because the probability of being in AnA_n collapses to zero, killing the contribution entirely. D similarly invents a condition (bounded MSE) that the proof never requires. The key study tip: consistency is purely about probability concentrating near θ\theta. When an event has probability tending to zero, whatever happens on that event becomes irrelevant to convergence in probability — no moment conditions needed.

Question 2

Two estimators of the same scalar parameter satisfy n(Tnθ)N(0,4)√n(T_n-θ)⇒N(0,4) and n1/3(Unθ)N(0,1)n^{1/3}(U_n-θ)⇒N(0,1). Which comparison is most appropriate?

  1. Both are consistent, but TnT_n has the faster convergence rate and is asymptotically more concentrated in a rate-based comparison. (correct answer)
  2. Both are consistent, but UnU_n is asymptotically more efficient because its displayed limiting variance is smaller.
  3. The estimators are asymptotically equivalent because each has a nondegenerate normal limit after an appropriate rescaling.
  4. Neither estimator is necessarily consistent because convergence in distribution does not imply convergence in probability.
Explanation: When comparing estimators asymptotically, the most important concept is convergence rate: how quickly does the estimator concentrate around the true parameter as nn \to \infty? The normalization factor tells you everything. If an(Tnθ)N(0,σ2)a_n(T_n - \theta) \Rightarrow N(0, \sigma^2), then Tnθ=Op(an1)T_n - \theta = O_p(a_n^{-1}), meaning the estimation error shrinks at rate an1a_n^{-1}. Here, TnT_n requires multiplying by n\sqrt{n} to get a nondegenerate limit, so its error is Op(n1/2)O_p(n^{-1/2}). Meanwhile, UnU_n only needs n1/3n^{1/3}, meaning its error is Op(n1/3)O_p(n^{-1/3}). Since n1/2n1/3n^{-1/2} \ll n^{-1/3} for large nn, TnT_n converges to θ\theta much faster. Both estimators are consistent — the errors vanish — but TnT_n is vastly superior in terms of concentration around θ\theta. This confirms A is correct. B is a classic trap: it fixates on the displayed variances (4 vs. 1) without recognizing they apply after different scalings. Comparing limiting variances is only meaningful when both estimators share the same convergence rate. Here they don't, so this comparison is meaningless — UnU_n's smaller displayed variance is irrelevant given its much slower rate. C is wrong because "nondegenerate normal limit after rescaling" does not imply equivalence. The whole point is that the rescaling itself differs, and that difference encodes the rate. D is incorrect because convergence in distribution to a point mass at zero does imply consistency, and both limits here collapse to zero once you account for the 1/an1/a_n factor shrinking. Study tip: Always extract the convergence rate from the normalization factor first — never compare limiting variances across estimators with different rates.

Question 3

Let X1,,XnX_1,\ldots,X_n be independent observations from N(θ,1)N(θ,1). For a fixed constant λ>0λ>0, define the soft-threshold estimator Tn=sign(Xˉn)(Xˉnλ)+T_n=sign(\bar X_n)(|\bar X_n|-λ)_+, where (a)+=max(a,0)(a)_+=max(a,0).

If the true parameter is θ=2λθ=2λ, what is the asymptotic behavior of TnT_n?

  1. It converges in probability to 2λ because the sample mean is consistent and thresholding reduces only finite-sample variance.
  2. It converges in probability to zero because every fixed positive penalty eventually dominates the sampling variation.
  3. It converges in probability to λλ and is therefore inconsistent for θθ under the fixed penalty. (correct answer)
  4. It has no probability limit because the threshold creates a discontinuity at every nonzero value of θθ.
Explanation: When you encounter a question about soft-thresholding estimators, the key question to ask is: what does the estimator converge to as nn \to \infty? Start by identifying the probability limit of Xˉn\bar{X}_n, then trace it through the thresholding operation. By the Law of Large Numbers, Xˉnpθ=2λ\bar{X}_n \xrightarrow{p} \theta = 2\lambda. Now apply the soft-threshold function: Tn=sign(Xˉn)(Xˉnλ)+T_n = \text{sign}(\bar{X}_n)(|\bar{X}_n| - \lambda)_+. Since g(x)=sign(x)(xλ)+g(x) = \text{sign}(x)(|x| - \lambda)_+ is a continuous function at x=2λx = 2\lambda (the threshold only creates a kink at zero and discontinuity of derivative at ±λ\pm\lambda, not a jump discontinuity there), the Continuous Mapping Theorem applies. Therefore Tnpg(2λ)=sign(2λ)(2λλ)=λT_n \xrightarrow{p} g(2\lambda) = \text{sign}(2\lambda)(2\lambda - \lambda) = \lambda. Since θ=2λλ\theta = 2\lambda \neq \lambda, the estimator is inconsistent — confirming C. A is wrong because it claims Tn2λT_n \to 2\lambda. Thresholding is not variance reduction that vanishes asymptotically; it permanently subtracts λ\lambda from the limit, introducing a fixed bias of λ-\lambda. B is wrong because the penalty λ\lambda does not dominate when θ>λ\theta > \lambda. The threshold shrinks the estimate but never kills it entirely when Xˉn2λ>λ\bar{X}_n \to 2\lambda > \lambda. D is wrong because the soft-threshold function is continuous everywhere — unlike hard thresholding — so the Continuous Mapping Theorem applies and a probability limit exists. Study tip: With regularized estimators, always check whether the penalty persists in the limit. A fixed penalty λ\lambda (not shrinking with nn) will typically bias the probability limit, making the estimator inconsistent.

Question 4

A parametric likelihood model f(x;θ)f(x;θ) is fitted to independent observations whose true distribution is not contained in the model family. Assume standard regularity conditions for misspecified maximum likelihood estimation and that the Kullback–Leibler minimizing parameter is unique.

Which statement best characterizes consistency and efficiency of the maximum likelihood estimator?

  1. It remains consistent for the scientific parameter intended by the analyst because likelihood maximization corrects mild model misspecification.
  2. It converges to the Kullback–Leibler minimizer, while model-based efficiency claims may fail and sandwich covariance may be required. (correct answer)
  3. It is inconsistent for every well-defined target because consistency is impossible whenever the assumed density family is incorrect.
  4. It converges to the Kullback–Leibler minimizer and retains the inverse-Fisher covariance formula regardless of misspecification.
Explanation: When you encounter questions about misspecified maximum likelihood estimation, anchor your thinking around one central result: the MLE converges not to the "true" parameter, but to the value that minimizes the Kullback–Leibler (KL) divergence from the true distribution to the model family. Formally, θ^MLEpθ=argminθKL(f0f(;θ))\hat{\theta}_{MLE} \xrightarrow{p} \theta^* = \arg\min_\theta KL(f_0 \| f(\cdot;\theta)), where f0f_0 is the true data-generating distribution. This is the White (1982) misspecification framework. Choice B is correct because it captures both consequences of misspecification precisely. The MLE remains consistent for θ\theta^*, the KL minimizer — so consistency holds, but for a pseudo-true parameter, not necessarily any scientifically meaningful quantity. Critically, the standard Fisher information covariance I(θ)1I(\theta^*)^{-1} is no longer valid; the correct asymptotic covariance is the "sandwich" estimator I(θ)1J(θ)I(θ)1I(\theta^*)^{-1} J(\theta^*) I(\theta^*)^{-1}, where JJ is the outer-product-of-scores matrix. Choice A is wrong because likelihood maximization does not correct misspecification — it simply finds the best approximation within the wrong model family, which may be far from the scientific target. Choice C overcorrects in the other direction. Inconsistency is not universal under misspecification; the MLE is perfectly consistent for θ\theta^*, just not for the true parameter if θ\theta^* doesn't correspond to it. Choice D is the subtlest trap: while convergence to the KL minimizer is correct, claiming the inverse-Fisher formula still holds is false. That formula requires the information equality, which breaks down outside the true model. Remember: misspecification = valid KL-convergence + broken information equality → always think "sandwich standard errors" when the model may be wrong.

Question 5

For observations from N(μ,σ2)N(μ,σ^2) with unknown μμ, the sample mean has asymptotic variance σ2/nσ^2/n, while the sample median has asymptotic variance πσ2/(2n)πσ^2/(2n). Approximately how many observations must the median use to match the asymptotic variance of a mean based on nn observations?

  1. The median requires about (2/π)n(2/π)n observations, which is fewer than nn, because it is the more efficient estimator in the normal model.
  2. The median requires about nn observations because both estimators are consistent at the root-sample-size rate and therefore have the same leading constant.
  3. The median requires about (π2/4)n(π^2/4)n observations because one must equate asymptotic standard deviations rather than variances, introducing a squared factor.
  4. The median requires about (π/2)n(π/2)n observations because its asymptotic relative efficiency compared with the mean is 2/π2/π. (correct answer)
Explanation: When comparing two estimators, a powerful tool is asymptotic relative efficiency (ARE), defined as the ratio of their asymptotic variances. The question is essentially asking you to use ARE to find the sample size that makes the median as precise as the mean. The mean's asymptotic variance is σ2/n\sigma^2/n, and the median's is πσ2/(2n)\pi\sigma^2/(2n). The ARE of the median relative to the mean is: ARE=σ2/nπσ2/(2n)=2π0.637\text{ARE} = \frac{\sigma^2/n}{\pi\sigma^2/(2n)} = \frac{2}{\pi} \approx 0.637 This means the median is only about 63.7% as efficient as the mean. To match the mean's precision using nn observations, the median must use mm observations such that: πσ22m=σ2n    m=π2n1.571n\frac{\pi\sigma^2}{2m} = \frac{\sigma^2}{n} \implies m = \frac{\pi}{2}n \approx 1.571n So D is correct: the median needs roughly (π/2)n(\pi/2)n observations — about 57% more than the mean requires. A inverts the logic entirely. Since 2/π<12/\pi < 1, claiming the median needs fewer observations would mean it's more efficient — but under normality, the mean is the more efficient estimator, not the median. B confuses the rate of convergence (both are n\sqrt{n}-consistent) with efficiency. Same rate does not mean same leading constant — that's precisely what ARE captures. C introduces a spurious squaring step. You equate asymptotic variances directly, not standard deviations, so no squaring occurs and no π2/4\pi^2/4 factor appears. A quick study anchor: ARE tells you the inverse sample-size multiplier needed for one estimator to match another. If ARE =2/π= 2/\pi, the less efficient estimator needs π/2\pi/2 times the sample size — always take the reciprocal.

Question 6

Let X1,,XnX_1,\ldots,X_n be independent observations from N(θ,1)N(θ,1). Define the Hodges estimator Hn=0H_n=0 if Xˉnn1/4|\bar X_n|≤n^{-1/4} and Hn=XˉnH_n=\bar X_n otherwise.

Which statement best explains the estimator's apparent efficiency advantage?

  1. It uniformly dominates the sample mean because its asymptotic variance is no larger at every fixed or local parameter sequence.
  2. It is superefficient at θ=0θ=0 and equivalent to the sample mean at fixed nonzero θθ, but the improvement is not uniform locally. (correct answer)
  3. It is inconsistent at θ=0θ=0 because setting the estimate exactly to zero prevents a nondegenerate limiting distribution.
  4. It is less efficient at every fixed θθ because the threshold n1/4n^{-1/4} converges to zero more slowly than n1/2n^{-1/2}.
Explanation: Whenever you see a question about superefficiency or the Hodges estimator, think carefully about the distinction between pointwise asymptotic behavior and uniform asymptotic behavior — this is the core tension being tested. The Hodges estimator exploits the fact that when θ=0\theta = 0, the sample mean Xˉn\bar{X}_n falls inside [n1/4,n1/4][-n^{-1/4}, n^{-1/4}] with probability approaching 1. By shrinking to zero in that region, HnH_n achieves asymptotic variance 0 at θ=0\theta = 0, beating the Cramér-Rao bound of 1. For any fixed θ0\theta \neq 0, eventually Xˉn>n1/4|\bar{X}_n| > n^{-1/4}, so Hn=XˉnH_n = \bar{X}_n and efficiency matches the sample mean. This is exactly what B describes: superefficiency at one point, equivalence elsewhere — but no uniform improvement. The critical flaw the estimator hides is revealed through local sequences θn=c/n\theta_n = c/\sqrt{n}. Along such sequences, the threshold region captures the mean with non-negligible probability, inflating the asymptotic risk dramatically. The Le Cam–Hájek theory formalizes this: no estimator can be superefficient on a set of positive measure without paying a price locally. A is wrong because the improvement is definitively not uniform — local sequences expose catastrophic risk inflation, so HnH_n does not uniformly dominate Xˉn\bar{X}_n. C is wrong because HnH_n is actually consistent at θ=0\theta = 0 (it equals 0 exactly, which is the true value), and the limiting distribution is degenerate at 0 — which is a feature, not a failure. D is wrong because the slower threshold is precisely why the estimator achieves superefficiency, not reduced efficiency, at fixed θ\theta. Your takeaway: superefficiency is always local and never free — when you see it, immediately ask what happens along θn=c/n\theta_n = c/\sqrt{n} sequences.

Question 7

Let TnT_n be an unbiased estimator of θθ such that Var(Tn)0Var(T_n)→0. Let SnS_n be sufficient for θθ, and define the Rao–Blackwellized estimator Rn=E(TnSn)R_n=E(T_n\mid S_n). Which conclusion follows without requiring completeness of SnS_n?

  1. RnR_n is consistent only if it has exactly the same variance as TnT_n for every sample size.
  2. RnR_n is unbiased, has no larger mean squared error than TnT_n, and is consistent. (correct answer)
  3. RnR_n is unbiased but may fail to be consistent because conditional expectation need not preserve convergence in probability.
  4. RnR_n is the unique minimum-variance unbiased estimator because sufficiency alone guarantees uniqueness.
Explanation: Whenever you see a question combining sufficiency, conditional expectation, and consistency, you should immediately reach for the Rao–Blackwell Theorem and the basic properties of conditional expectation — no completeness required. The Rao–Blackwell Theorem guarantees three things using only sufficiency. First, unbiasedness is preserved: E(Rn)=E[E(TnSn)]=E(Tn)=θE(R_n) = E[E(T_n \mid S_n)] = E(T_n) = \theta. Second, MSE cannot increase: by the conditional variance formula, Var(Tn)=Var(Rn)+E[Var(TnSn)]Var(T_n) = Var(R_n) + E[Var(T_n \mid S_n)], so Var(Rn)Var(Tn)Var(R_n) \leq Var(T_n). Third, consistency follows because Var(Rn)Var(Tn)0Var(R_n) \leq Var(T_n) \to 0, and since RnR_n is unbiased with variance shrinking to zero, Chebyshev's inequality gives RnpθR_n \xrightarrow{p} \theta. All three conclusions in B follow cleanly — this is the correct answer. A is wrong because it inverts the variance relationship. Rao–Blackwell guarantees Var(Rn)Var(Tn)Var(R_n) \leq Var(T_n), not equality. Consistency requires variance going to zero, which is satisfied since Var(Rn)Var(R_n) is sandwiched between 0 and Var(Tn)0Var(T_n) \to 0. C is wrong because it confuses two different types of convergence. Consistency here is established via Chebyshev — unbiasedness plus vanishing variance is sufficient to prove convergence in probability, regardless of any subtleties in conditional expectation. D is the classic completeness trap. Uniqueness of the UMVUE requires the sufficiency to also be complete. Sufficiency alone only gives you a estimator at least as good as TnT_n, not the unique best one. Remember: Rao–Blackwell gives you unbiasedness + variance reduction for free; you need completeness only when claiming uniqueness of the UMVUE.

Question 8

Let X1,,XnX_1,\ldots,X_n be independent observations from N(θ,1)N(θ,1). The parameter of interest is g(θ)=1{θ>0}g(θ)=1\{θ>0\}, and an analyst uses the plug-in estimator g(Xˉn)=1{Xˉn>0}g(\bar X_n)=1\{\bar X_n>0\}.

Which statement correctly describes the consistency of this plug-in estimator?

  1. It is consistent for every θθ because consistency is always preserved under measurable transformations.
  2. It is inconsistent for every θθ because indicator transformations eliminate root-sample-size convergence.
  3. It is consistent when θ0θ≠0 but inconsistent at θ=0θ=0, where it remains Bernoulli with success probability 1/21/2. (correct answer)
  4. It is consistent at θ=0θ=0 but inconsistent for sufficiently small nonzero values because the sign is difficult to estimate.
Explanation: Consistency questions hinge on a precise definition: an estimator θ^n\hat{\theta}_n is consistent for g(θ)g(\theta) if θ^nPg(θ)\hat{\theta}_n \xrightarrow{P} g(\theta) as nn \to \infty. When you see a plug-in estimator applied to a transformed parameter, your first instinct should be to check whether the transformation is continuous at the true parameter value — because the continuous mapping theorem guarantees consistency only at continuity points. Here, XˉnPθ\bar{X}_n \xrightarrow{P} \theta by the Law of Large Numbers. The indicator function g(x)=1{x>0}g(x) = 1\{x > 0\} is continuous everywhere except at x=0x = 0. When θ0\theta \neq 0, the continuous mapping theorem applies directly: 1{Xˉn>0}P1{θ>0}1\{\bar{X}_n > 0\} \xrightarrow{P} 1\{\theta > 0\}, so the estimator is consistent. But when θ=0\theta = 0, XˉnN(0,1/n)\bar{X}_n \sim N(0, 1/n), which means P(Xˉn>0)=1/2P(\bar{X}_n > 0) = 1/2 for every finite nn. The estimator never settles — it remains Bernoulli(1/2)\text{Bernoulli}(1/2) forever, not converging in probability to g(0)=0g(0) = 0. This confirms answer C. Choice A is wrong because the continuous mapping theorem requires continuity of gg at θ\theta, which fails at θ=0\theta = 0. Consistency is not universally preserved under all measurable transformations. Choice B overcorrects: the estimator works perfectly well for θ0\theta \neq 0, so blanket inconsistency is false. Choice D inverts the story — small nonzero θ\theta values still allow consistency (just with slower convergence in practice), while the true failure point is exactly θ=0\theta = 0. The key study tip: whenever you see a plug-in estimator applied to a discontinuous function, immediately locate the discontinuity and ask whether the true parameter sits there — that's precisely where consistency can break down.

Question 9

Consider the fixed-design regression model Yi=βxi+εiY_i=βx_i+ε_i, where the errors are independent, satisfy E(εixi)=0E(ε_i\mid x_i)=0, and may be heteroskedastic. Assume the usual design conditions for consistency. An analyst compares ordinary least squares with weighted least squares using deterministic positive weights bounded away from zero and infinity. The chosen weights are not known to be proportional to the inverse error variances.

Which statement is most accurate?

  1. Ordinary least squares is consistent and asymptotically efficient because conditional mean zero is sufficient for the Gauss–Markov conclusion.
  2. Weighted least squares is generally inconsistent because weights not proportional to inverse variances distort the conditional regression mean.
  3. Both estimators are consistent and necessarily have the same asymptotic variance because the weights are uniformly bounded.
  4. Both estimators are consistent, but their relative asymptotic efficiency depends on the weights and the heteroskedastic variance pattern. (correct answer)
Explanation: Whenever you see a question pairing OLS and WLS under heteroskedasticity, your first instinct should be to separate two distinct properties: consistency and efficiency. These can come apart, and conflating them is exactly what the distractors exploit. Both OLS and WLS with deterministic, bounded weights are consistent for β\beta under E(εixi)=0E(\varepsilon_i \mid x_i) = 0 and standard design conditions. Consistency requires only that the estimating equations converge to the true parameter — and since any fixed positive weighting scheme preserves the unbiasedness of the score (the weights don't distort the conditional mean), both estimators converge to β\beta. However, their asymptotic variances generally differ. The OLS asymptotic variance involves xi2σi2(xi2)2\frac{\sum x_i^2 \sigma_i^2}{(\sum x_i^2)^2}, while WLS replaces xix_i with wixiw_i x_i, yielding a different sandwich expression. Unless the weights happen to be proportional to 1/σi21/\sigma_i^2, neither estimator is BLUE, and which one is more efficient depends on the specific interplay between wiw_i and σi2\sigma_i^2. This makes D correct. A is wrong because Gauss–Markov's efficiency conclusion requires homoskedasticity (or correctly specified weights) — conditional mean zero alone guarantees unbiasedness, not efficiency. B is wrong because misspecified weights do not induce inconsistency; they affect variance, not the limiting value of the estimator. C is wrong because bounded weights preserve consistency but do not equalize asymptotic variances — the two sandwich expressions are generally different. A useful rule: consistency lives in the first moment (zero bias in the limit); efficiency lives in the second moment (variance). Heteroskedasticity attacks efficiency, not consistency, when the mean is correctly specified.

Question 10

For each nn, suppose an estimator satisfies Tnθ=nT_n-θ=n with probability 1/n1/n and Tnθ=0T_n-θ=0 otherwise. Which statement correctly describes this estimator sequence?

  1. It is inconsistent because its mean squared error diverges to infinity at rate nn.
  2. It is consistent and asymptotically unbiased because the nonzero error occurs with vanishing probability.
  3. It is consistent even though its bias equals 11 and its mean squared error equals nn. (correct answer)
  4. It is inconsistent because its bias remains equal to 11 rather than converging to zero.
Explanation: Whenever you see a question about consistency, your first instinct should be to reach for the definition: TnpθT_n \xrightarrow{p} \theta, meaning P(Tnθ>ϵ)0P(|T_n - \theta| > \epsilon) \to 0 for every ϵ>0\epsilon > 0. Consistency is purely a statement about probability, not about moments like bias or MSE. Here, P(Tnθ=n)=1/nP(T_n - \theta = n) = 1/n and P(Tnθ=0)=11/nP(T_n - \theta = 0) = 1 - 1/n. For any fixed ϵ>0\epsilon > 0, P(Tnθ>ϵ)=P(Tnθ=n)=1/n0P(|T_n - \theta| > \epsilon) = P(T_n - \theta = n) = 1/n \to 0. So by definition, TnT_n is consistent. Now compute the moments: Bias(Tn)=E[Tnθ]=n(1/n)+0(11/n)=1\text{Bias}(T_n) = E[T_n - \theta] = n \cdot (1/n) + 0 \cdot (1 - 1/n) = 1, and MSE(Tn)=E[(Tnθ)2]=n2(1/n)=n\text{MSE}(T_n) = E[(T_n-\theta)^2] = n^2 \cdot (1/n) = n. The bias stays at 1 and MSE diverges — yet the estimator is still consistent. Answer C captures this perfectly. A is wrong because diverging MSE does not imply inconsistency. MSE convergence to zero is sufficient but not necessary for consistency; this example is the canonical counterexample. B is wrong in a subtle way: the estimator is consistent, but it is not asymptotically unbiased — the bias equals 1 for every nn and never vanishes. D is wrong for the same reason as A and B: a nonzero limiting bias does not preclude consistency, since consistency concerns probability concentration, not expected value. The key study takeaway: consistency ≠ small bias or small MSE. Always return to the probability definition P(Tnθ>ϵ)0P(|T_n - \theta| > \epsilon) \to 0, and remember that bias and MSE criteria are only sufficient conditions, not necessary ones.