Statistics Graduate Level Quiz: Markov And Chebyshev Inequalities
10 questions · exam conditions
0:00
Markov And Chebyshev InequalitiesQuestion 1 of 10

Let YY have mean 00 and variance 44. For any c0c\ge 0, Markov's inequality applied to (Y+c)2(Y+c)^2 yields an upper bound on P(Y3)P(Y\ge 3). What is the smallest bound obtainable by optimizing over cc?

413\frac{4}{13}
49\frac{4}{9}
25\frac{2}{5}
449\frac{4}{49}
← Back to quizzes

Statistics Graduate Level Quiz

Statistics Graduate Level Quiz: Markov And Chebyshev Inequalities

Practice Markov And Chebyshev Inequalities 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 Markov And Chebyshev Inequalities, 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 YY have mean 00 and variance 44. For any c0c\ge 0, Markov's inequality applied to (Y+c)2(Y+c)^2 yields an upper bound on P(Y3)P(Y\ge 3). What is the smallest bound obtainable by optimizing over cc?

  1. 413\frac{4}{13} (correct answer)
  2. 49\frac{4}{9}
  3. 25\frac{2}{5}
  4. 449\frac{4}{49}
Explanation: When you see a problem asking you to apply Markov's inequality to a transformed variable and then optimize, recognize that this is a variance-bounding technique: by shifting YY by cc before squaring, you encode both mean and variance information into the bound. Markov's inequality applied to the non-negative random variable (Y+c)2(Y+c)^2 gives: P ⁣((Y+c)2(3+c)2)P(Y3)    P(Y3)E[(Y+c)2](3+c)2P\!\left((Y+c)^2 \ge (3+c)^2\right) \ge P(Y \ge 3) \implies P(Y \ge 3) \le \frac{E[(Y+c)^2]}{(3+c)^2} Now compute the numerator: E[(Y+c)2]=E[Y2]+2cE[Y]+c2=4+0+c2=c2+4E[(Y+c)^2] = E[Y^2] + 2cE[Y] + c^2 = 4 + 0 + c^2 = c^2 + 4 So the bound becomes f(c)=c2+4(3+c)2f(c) = \frac{c^2 + 4}{(3+c)^2}. To minimize, take the derivative and set it to zero: f(c)=2c(3+c)22(3+c)(c2+4)(3+c)4=0    2c(3+c)=2(c2+4)f'(c) = \frac{2c(3+c)^2 - 2(3+c)(c^2+4)}{(3+c)^4} = 0 \implies 2c(3+c) = 2(c^2+4) 6c+2c2=2c2+8    c=436c + 2c^2 = 2c^2 + 8 \implies c = \frac{4}{3} Substituting back: f ⁣(43)=169+4(133)2=5291699=52169=413f\!\left(\tfrac{4}{3}\right) = \frac{\tfrac{16}{9}+4}{\left(\tfrac{13}{3}\right)^2} = \frac{\tfrac{52}{9}}{\tfrac{169}{9}} = \frac{52}{169} = \frac{4}{13} That confirms A is correct. Choice B, 49\frac{4}{9}, corresponds to naively using c=0c=0 (standard Chebyshev-like approach without optimization). Choice C, 25\frac{2}{5}, results from an algebraic error in the derivative. Choice D, 449\frac{4}{49}, is far too small and would violate achievable probability bounds given the variance. Study tip: Whenever a problem says "optimize over a free parameter," always differentiate and solve — don't guess "nice" values of cc like 0 or 1. The optimal cc is rarely obvious.

Question 2

Suppose X1,,X50X_1,\ldots,X_{50} are pairwise independent Bernoulli random variables with common success probability 0.20.2. What upper bound does Chebyshev's inequality give for P(X0.20.1)P(|\overline X-0.2|\ge0.1)?

  1. 0.0640.064
  2. 0.160.16
  3. 0.320.32 (correct answer)
  4. 0.400.40
Explanation: Chebyshev's inequality applies whenever you know a random variable's mean and variance — and critically, it only requires pairwise independence, making it perfectly valid here. Chebyshev states: P(Xμϵ)Var(X)ϵ2P(|\overline{X} - \mu| \ge \epsilon) \le \frac{\text{Var}(\overline{X})}{\epsilon^2} Start by finding the ingredients. Each XiBernoulli(0.2)X_i \sim \text{Bernoulli}(0.2), so μ=0.2\mu = 0.2 and Var(Xi)=p(1p)=0.2×0.8=0.16\text{Var}(X_i) = p(1-p) = 0.2 \times 0.8 = 0.16. Because the variables are pairwise independent, the variance of the sample mean is: Var(X)=Var(Xi)n=0.1650=0.0032\text{Var}(\overline{X}) = \frac{\text{Var}(X_i)}{n} = \frac{0.16}{50} = 0.0032 With ϵ=0.1\epsilon = 0.1, plug into Chebyshev: P(X0.20.1)0.0032(0.1)2=0.00320.01=0.32P(|\overline{X} - 0.2| \ge 0.1) \le \frac{0.0032}{(0.1)^2} = \frac{0.0032}{0.01} = 0.32 So the correct answer is C. As for the distractors: A (0.064) likely comes from forgetting to divide Var(Xi)\text{Var}(X_i) by nn, then misapplying the formula further. B (0.16) results from using Var(Xi)=0.16\text{Var}(X_i) = 0.16 directly in the numerator without dividing by n=50n = 50 — a very common error. D (0.40) may arise from using ϵ=0.1\epsilon = 0.1 incorrectly, perhaps forgetting to square it. Study tip: Always remember that Chebyshev uses Var(X)=σ2/n\text{Var}(\overline{X}) = \sigma^2/n, not the population variance σ2\sigma^2. Writing out all three quantities — Var(X)\text{Var}(\overline{X}), ϵ\epsilon, and ϵ2\epsilon^2 — before substituting will prevent the most common arithmetic traps.

Question 3

A random variable XX has mean μ\mu, variance 22, and fourth central moment E[(Xμ)4]=48E[(X-\mu)^4]=48. Considering both Chebyshev's inequality and Markov's inequality applied to (Xμ)4(X-\mu)^4, what is the strongest resulting upper bound for P(Xμ4)P(|X-\mu|\ge4)?

  1. 18\frac{1}{8} (correct answer)
  2. 316\frac{3}{16}
  3. 14\frac{1}{4}
  4. 38\frac{3}{8}
Explanation: When a question asks you to find the "strongest upper bound" using multiple inequalities, your job is to compute each bound and take the minimum — the tightest constraint wins. Chebyshev's inequality states P(Xμk)Var(X)k2P(|X-\mu| \ge k) \le \frac{\text{Var}(X)}{k^2}. With Var(X)=2\text{Var}(X) = 2 and k=4k = 4: P(Xμ4)216=18P(|X-\mu| \ge 4) \le \frac{2}{16} = \frac{1}{8}. Markov's inequality applied to (Xμ)4(X-\mu)^4 is the more creative step. Notice that Xμ4|X-\mu| \ge 4 if and only if (Xμ)444=256(X-\mu)^4 \ge 4^4 = 256. Treating (Xμ)4(X-\mu)^4 as a non-negative random variable, Markov gives: P ⁣((Xμ)4256)E[(Xμ)4]256=48256=316P\!\left((X-\mu)^4 \ge 256\right) \le \frac{E[(X-\mu)^4]}{256} = \frac{48}{256} = \frac{3}{16}. Comparing the two bounds: 18=216<316\frac{1}{8} = \frac{2}{16} < \frac{3}{16}, so Chebyshev's inequality yields the tighter bound. The strongest upper bound is 18\frac{1}{8}, confirming answer A. As for the distractors: B (316\frac{3}{16}) is exactly the Markov bound — correct in isolation, but not the strongest. C (14\frac{1}{4}) likely comes from misapplying Chebyshev with k=2k=2 or forgetting to square the denominator. D (38\frac{3}{8}) suggests an arithmetic error when scaling the fourth-moment calculation. Study tip: When you see higher-order moments given alongside variance, that's a signal to apply Markov's inequality to a power of (Xμ)(X-\mu). Always compute all available bounds and select the minimum — "strongest" always means smallest upper bound.

Question 4

Ten estimators T1,,T10T_1,\ldots,T_{10} are unbiased for the same parameter θ\theta. Each has variance 11, and every pair satisfies Cov(Ti,Tj)0.2\operatorname{Cov}(T_i,T_j)\le 0.2. No independence assumption is made.

Using only the stated moment constraints and Chebyshev's inequality, what is the smallest guaranteed upper bound on P(101i=110Tiθ1)P\left(\left|10^{-1}\sum_{i=1}^{10}T_i-\theta\right|\ge1\right)?

  1. 0.100.10
  2. 0.200.20
  3. 0.280.28 (correct answer)
  4. 0.360.36
Explanation: When you see a question combining correlated estimators with Chebyshev's inequality, your first job is to compute the variance of the sample mean exactly — no shortcuts. Let Tˉ=110i=110Ti\bar{T} = \frac{1}{10}\sum_{i=1}^{10} T_i. Since each TiT_i is unbiased for θ\theta, so is Tˉ\bar{T}, meaning E[Tˉ]=θE[\bar{T}] = \theta. Now expand the variance: Var(Tˉ)=1100[i=110Var(Ti)+2i<jCov(Ti,Tj)]\operatorname{Var}(\bar{T}) = \frac{1}{100}\left[\sum_{i=1}^{10}\operatorname{Var}(T_i) + 2\sum_{i<j}\operatorname{Cov}(T_i,T_j)\right] There are 10 variance terms each equal to 1, and (102)=45\binom{10}{2} = 45 covariance pairs each bounded above by 0.2. To find the worst-case (largest) variance — which gives the largest probability bound — plug in the maximum covariances: Var(Tˉ)1100[10+2(45)(0.2)]=1100[10+18]=28100=0.28\operatorname{Var}(\bar{T}) \le \frac{1}{100}[10 + 2(45)(0.2)] = \frac{1}{100}[10 + 18] = \frac{28}{100} = 0.28 Applying Chebyshev's inequality with ϵ=1\epsilon = 1: P(Tˉθ1)Var(Tˉ)120.28P(|\bar{T} - \theta| \ge 1) \le \frac{\operatorname{Var}(\bar{T})}{1^2} \le 0.28 This confirms C) 0.28 as the smallest guaranteed upper bound consistent with all stated constraints. Choice A (0.10) ignores the covariance structure entirely, as if the estimators were independent — giving 10/10010/100, which underestimates the worst case. Choice B (0.20) accounts for only the covariance terms and drops the variance terms, a partial calculation error. Choice D (0.36) overcounts — perhaps mistakenly using 90 pairs instead of 45, double-counting each covariance. The study tip: always count your pairs carefully. With nn estimators there are (n2)\binom{n}{2} covariance pairs, not n2nn^2 - n. That factor-of-2 mistake is exactly the trap that produces distractor D.

Question 5

A random variable XX has finite mean μ\mu and satisfies P(Xμ5)=0.2P(|X-\mu|\ge5)=0.2. Based only on this information, what is the strongest universal lower bound on Var(X)\operatorname{Var}(X)?

  1. 11
  2. 55 (correct answer)
  3. 2525
  4. 125125
Explanation: Whenever you see a question involving a probability bound on deviations from the mean, your instinct should be to reach for Chebyshev's inequality, which states: P(Xμk)Var(X)k2P(|X - \mu| \ge k) \le \frac{\operatorname{Var}(X)}{k^2} This inequality holds for any distribution with finite variance — no additional assumptions needed. The key insight here is that you're given P(Xμ5)=0.2P(|X-\mu| \ge 5) = 0.2 and asked for the strongest universal lower bound on Var(X)\operatorname{Var}(X). Plugging into Chebyshev's inequality, you know the bound must hold: 0.2Var(X)250.2 \le \frac{\operatorname{Var}(X)}{25} Solving gives Var(X)5\operatorname{Var}(X) \ge 5. So B) 5 is the correct answer — it's the tightest lower bound guaranteed by this single probability statement alone. Now let's address the distractors. A) 1 is too weak; while it's technically true that Var(X)1\operatorname{Var}(X) \ge 1 when Var(X)5\operatorname{Var}(X) \ge 5, it's not the strongest bound derivable, making it an inferior answer. C) 25 would be the answer if you mistakenly set Var(X)k2=25\operatorname{Var}(X) \ge k^2 = 25, confusing the inequality direction or forgetting to multiply by the probability. D) 125 likely comes from multiplying 25×525 \times 5 without a valid justification — there's no standard inequality that produces this bound from the given information. A useful study habit: when Chebyshev's inequality appears, always write it out symbolically before plugging in numbers. The direction of the inequality (variance in the numerator) is the most common source of errors, and writing it cleanly prevents costly mistakes.

Question 6

Random variables XX and YY have means μX\mu_X and μY\mu_Y and variances 11 and 44, respectively. No assumption is made about their dependence. Using Chebyshev's inequality and a union bound, what upper bound is obtained for P(XμX2 or YμY3)P(|X-\mu_X|\ge2\ \text{or}\ |Y-\mu_Y|\ge3)?

  1. 19\frac{1}{9}
  2. 2536\frac{25}{36} (correct answer)
  3. 512\frac{5}{12}
  4. 45\frac{4}{5}
Explanation: When you see a problem asking for a probability bound on a union of events without assuming independence, your two key tools are Chebyshev's inequality and the union bound (Boole's inequality). Chebyshev's inequality states that P(XμXk)Var(X)k2P(|X - \mu_X| \ge k) \le \frac{\text{Var}(X)}{k^2}. Apply it to each event separately. For XX with variance 1 and threshold 2: P(XμX2)14P(|X - \mu_X| \ge 2) \le \frac{1}{4}. For YY with variance 4 and threshold 3: P(YμY3)49P(|Y - \mu_Y| \ge 3) \le \frac{4}{9}. The union bound says P(AB)P(A)+P(B)P(A \cup B) \le P(A) + P(B) for any events, regardless of dependence. Adding the two Chebyshev bounds gives 14+49=936+1636=2536\frac{1}{4} + \frac{4}{9} = \frac{9}{36} + \frac{16}{36} = \frac{25}{36}, confirming that B is correct. Now for the distractors. A (19\frac{1}{9}) might tempt you if you mistakenly apply Chebyshev to XYX - Y as a single variable, or confuse the threshold arithmetic. C (512\frac{5}{12}) likely arises from averaging the two bounds rather than summing them — averaging is never justified by the union bound. D (45\frac{4}{5}) could come from incorrectly computing individual Chebyshev bounds, perhaps using variances where standard deviations belong in the denominator. A useful strategy: always separate the union into individual events, bound each with Chebyshev, then sum. Remember, kk in Chebyshev is the threshold value, not the number of standard deviations — don't forget to square it properly.

Question 7

A nonnegative random variable XX has mean 44 and variance 99. Using the sharper of a direct application of Markov's inequality to XX and a direct application of the two-sided Chebyshev inequality, what upper bound is obtained for P(X10)P(X\ge 10)?

  1. 14\frac{1}{4} (correct answer)
  2. 25\frac{2}{5}
  3. 9100\frac{9}{100}
  4. 320\frac{3}{20}
Explanation: When bounding tail probabilities, you have two classical tools: Markov's inequality and Chebyshev's inequality. The key skill here is applying both correctly and selecting the tighter bound. Markov's inequality applies to any nonnegative random variable: P(Xa)E[X]aP(X \ge a) \le \frac{E[X]}{a}. With E[X]=4E[X] = 4 and a=10a = 10, this gives P(X10)410=25P(X \ge 10) \le \frac{4}{10} = \frac{2}{5}. Chebyshev's inequality (two-sided) states: P(Xμk)σ2k2P(|X - \mu| \ge k) \le \frac{\sigma^2}{k^2}. Here μ=4\mu = 4, σ2=9\sigma^2 = 9, and we want X10X \ge 10, which means X46X - 4 \ge 6, so X46|X - 4| \ge 6 (since the deviation is in one direction). Setting k=6k = 6: P(X46)936=14P(|X-4| \ge 6) \le \frac{9}{36} = \frac{1}{4}. Since {X10}{X46}\{X \ge 10\} \subseteq \{|X-4| \ge 6\}, this bound also applies to P(X10)P(X \ge 10). Comparing: 14=0.25<25=0.40\frac{1}{4} = 0.25 < \frac{2}{5} = 0.40, so Chebyshev gives the sharper (smaller) upper bound of 14\frac{1}{4}, confirming answer A. Choice B (25\frac{2}{5}) is the Markov bound alone — valid but not the sharper one. Choice C (9100\frac{9}{100}) comes from mistakenly using k=10k = 10 in Chebyshev instead of k=6k = 6 (the distance from the mean to 10). Choice D (320\frac{3}{20}) has no clean derivation from either inequality applied correctly. Study tip: When applying Chebyshev to a one-sided event like XcX \ge c, always compute k=cμk = c - \mu, not k=ck = c itself — that's the most common arithmetic trap on these problems.

Question 8

Let G\mathcal G be a sigma-field. Suppose E[XG]=ME[X\mid\mathcal G]=M and Var(XG)V\operatorname{Var}(X\mid\mathcal G)\le V almost surely, where VV is nonnegative and E[V]=3E[V]=3.

Which unconditional upper bound follows by applying Chebyshev's inequality conditionally and then averaging for P(XM2)P(|X-M|\ge2)?

  1. 14\frac{1}{4}
  2. 12\frac{1}{2}
  3. 34\frac{3}{4} (correct answer)
  4. 11 only
Explanation: Whenever you see conditional probability bounds combined with averaging, think of the smoothing/tower property of conditional expectation paired with a classical inequality applied at the conditional level first. Here's the core reasoning. Chebyshev's inequality applied conditionally given G\mathcal{G} states: P(XM2G)Var(XG)22=Var(XG)4P(|X - M| \ge 2 \mid \mathcal{G}) \le \frac{\operatorname{Var}(X \mid \mathcal{G})}{2^2} = \frac{\operatorname{Var}(X \mid \mathcal{G})}{4} almost surely. Since Var(XG)V\operatorname{Var}(X \mid \mathcal{G}) \le V a.s., we get: P(XM2G)V4a.s.P(|X - M| \ge 2 \mid \mathcal{G}) \le \frac{V}{4} \quad \text{a.s.} Now apply the tower property by taking unconditional expectations of both sides: P(XM2)=E ⁣[P(XM2G)]E ⁣[V4]=E[V]4=34P(|X - M| \ge 2) = E\!\left[P(|X - M| \ge 2 \mid \mathcal{G})\right] \le E\!\left[\frac{V}{4}\right] = \frac{E[V]}{4} = \frac{3}{4} This gives C, 34\frac{3}{4}, as the correct upper bound. Choice A (14\frac{1}{4}) would result from forgetting to divide by 22=42^2 = 4 and instead treating E[V]E[V] as if you divide by 424^2, or equivalently misreading the threshold as t=4t = 4. Choice B (12\frac{1}{2}) arises from halving E[V]E[V] without proper application of the denominator t2t^2, perhaps confusing Chebyshev with a one-sided bound. Choice D (11 only) reflects abandoning the inequality entirely and concluding no useful bound exists — but Chebyshev and the tower property give a tighter result. Your key strategy: conditional → unconditional is a two-step move. Apply the inequality inside the conditioning, then take expectations. The denominator is always t2t^2, never tt.

Question 9

Among the following distributions, which one has mean 00 and variance 44 and attains equality in Chebyshev's bound for P(X3)P(|X|\ge3)?

  1. P(X=1)=45P(X=-1)=\frac{4}{5} and P(X=4)=15P(X=4)=\frac{1}{5}
  2. P(X=2)=P(X=2)=12P(X=-2)=P(X=2)=\frac{1}{2} and no mass elsewhere
  3. P(X=4)=P(X=4)=18P(X=-4)=P(X=4)=\frac{1}{8} and P(X=0)=34P(X=0)=\frac{3}{4}
  4. P(X=3)=P(X=3)=29P(X=-3)=P(X=3)=\frac{2}{9} and P(X=0)=59P(X=0)=\frac{5}{9} (correct answer)
Explanation: Chebyshev's inequality states that for any distribution with mean μ\mu and variance σ2\sigma^2, P(Xμk)σ2k2P(|X - \mu| \ge k) \le \frac{\sigma^2}{k^2}. A question like this asks you to simultaneously verify three conditions: mean zero, variance 4, and equality in Chebyshev's bound. That last condition is the key constraint most students overlook. For a distribution with μ=0\mu = 0 and σ2=4\sigma^2 = 4, Chebyshev gives P(X3)49P(|X| \ge 3) \le \frac{4}{9}. Equality is achieved only when all probability mass outside [3,3)[-3, 3) sits exactly at the boundary points ±3\pm 3, with the remaining mass at μ=0\mu = 0. This is a known characterization: the extremal distribution places mass at 0 and at ±k\pm k. Option D has E[X]=0E[X] = 0 (symmetric), E[X2]=1629+1629=64998E[X^2] = 16 \cdot \frac{2}{9} + 16 \cdot \frac{2}{9} = \frac{64}{9} \cdot \frac{9}{8}... more carefully: E[X2]=929+929=4E[X^2] = 9 \cdot \frac{2}{9} + 9 \cdot \frac{2}{9} = 4. So σ2=4\sigma^2 = 4 ✓. And P(X3)=29+29=49P(|X| \ge 3) = \frac{2}{9} + \frac{2}{9} = \frac{4}{9}, exactly matching the Chebyshev bound ✓. Option A has mean 145+415=0-1 \cdot \frac{4}{5} + 4 \cdot \frac{1}{5} = 0 and variance =1654= \frac{16}{5} \ne 4. It fails the variance condition. Option B has correct mean and variance (E[X2]=4E[X^2] = 4), but P(X3)=0P(|X| \ge 3) = 0, far below 49\frac{4}{9} — no equality. Option C has E[X2]=1614=4E[X^2] = 16 \cdot \frac{1}{4} = 4 ✓, but P(X3)=1449P(|X| \ge 3) = \frac{1}{4} \ne \frac{4}{9} — again no equality. The strategy: when a question asks for equality in Chebyshev's bound at threshold kk, look for all off-center mass concentrated exactly at ±k\pm k with the remainder at the mean.

Question 10

Over all nonnegative random variables XX satisfying E[X]=6E[X]=6, what is the largest possible value of P(X10)P(X\ge10), and which two-point distribution attains it?

  1. 34\frac{3}{4}, attained by P(X=0)=14P(X=0)=\frac{1}{4} and P(X=8)=34P(X=8)=\frac{3}{4}
  2. 12\frac{1}{2}, attained by P(X=0)=12P(X=0)=\frac{1}{2} and P(X=12)=12P(X=12)=\frac{1}{2}
  3. 25\frac{2}{5}, attained by P(X=0)=35P(X=0)=\frac{3}{5} and P(X=15)=25P(X=15)=\frac{2}{5}
  4. 35\frac{3}{5}, attained by P(X=0)=25P(X=0)=\frac{2}{5} and P(X=10)=35P(X=10)=\frac{3}{5} (correct answer)
Explanation: Whenever you see a problem asking for the maximum probability of a tail event given a fixed mean, think of Markov's inequality — but more importantly, think about which distribution saturates that bound. The key insight is that to maximize P(X10)P(X \ge 10), you should concentrate all mass on exactly two points: zero (below the threshold) and the threshold itself (at 10), then use the mean constraint to solve for the weights. Let P(X=0)=1pP(X = 0) = 1 - p and P(X=10)=pP(X = 10) = p. The mean constraint gives: E[X]=0(1p)+10p=10p=6    p=35E[X] = 0 \cdot (1-p) + 10 \cdot p = 10p = 6 \implies p = \frac{3}{5} So the maximum is P(X10)=35P(X \ge 10) = \frac{3}{5}, attained by P(X=0)=25P(X=0) = \frac{2}{5} and P(X=10)=35P(X=10) = \frac{3}{5}. This is answer D, and it matches exactly what Markov's inequality predicts: P(X10)E[X]10=610=35P(X \ge 10) \le \frac{E[X]}{10} = \frac{6}{10} = \frac{3}{5}. Choice A places mass at X=8X = 8, which is below the threshold of 10, so it contributes nothing to P(X10)P(X \ge 10) — a wasted opportunity. Choice B uses X=12>10X = 12 > 10, which is valid, but gives only p=1/2<3/5p = 1/2 < 3/5 — moving mass above the threshold forces pp down to satisfy the mean constraint. Choice C similarly uses X=15X = 15, yielding p=2/5p = 2/5, even lower. The strategy tip: Markov's inequality is tight precisely when mass sits at zero and the threshold. Any mass above the threshold wastes efficiency, and any mass below but nonzero also reduces pp. Always anchor one point at the threshold to maximize the tail probability.