Statistics Graduate Level Quiz: Loss Functions And Decision Theory
10 questions · exam conditions
0:00
Loss Functions And Decision TheoryQuestion 1 of 10

For two parameter values, the risks of procedures δA\delta_A and δB\delta_B are R(θ0,δA)=0.20R(\theta_0,\delta_A)=0.20, R(θ1,δA)=0.60R(\theta_1,\delta_A)=0.60, R(θ0,δB)=0.35R(\theta_0,\delta_B)=0.35, and R(θ1,δB)=0.40R(\theta_1,\delta_B)=0.40. A prior assigns probability 0.800.80 to θ0\theta_0 and probability 0.200.20 to θ1\theta_1.

Which conclusion follows from these risks?

δA\delta_A has smaller Bayes risk for this prior, but neither procedure dominates the other.
δA\delta_A dominates δB\delta_B because its Bayes risk is smaller under the stated prior.
δB\delta_B has smaller Bayes risk for this prior and therefore dominates δA\delta_A.
Both procedures have equal Bayes risk, although δB\delta_B has smaller maximum risk.
← Back to quizzes

Statistics Graduate Level Quiz

Statistics Graduate Level Quiz: Loss Functions And Decision Theory

Practice Loss Functions And Decision Theory 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 Loss Functions And Decision Theory, 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

For two parameter values, the risks of procedures δA\delta_A and δB\delta_B are R(θ0,δA)=0.20R(\theta_0,\delta_A)=0.20, R(θ1,δA)=0.60R(\theta_1,\delta_A)=0.60, R(θ0,δB)=0.35R(\theta_0,\delta_B)=0.35, and R(θ1,δB)=0.40R(\theta_1,\delta_B)=0.40. A prior assigns probability 0.800.80 to θ0\theta_0 and probability 0.200.20 to θ1\theta_1.

Which conclusion follows from these risks?

  1. δA\delta_A has smaller Bayes risk for this prior, but neither procedure dominates the other. (correct answer)
  2. δA\delta_A dominates δB\delta_B because its Bayes risk is smaller under the stated prior.
  3. δB\delta_B has smaller Bayes risk for this prior and therefore dominates δA\delta_A.
  4. Both procedures have equal Bayes risk, although δB\delta_B has smaller maximum risk.
Explanation: When comparing decision procedures in Bayesian decision theory, you need to evaluate two distinct concepts separately: Bayes risk (a weighted average of risks under a prior) and admissibility/dominance (a pointwise comparison across all parameter values). Start by computing the Bayes risk for each procedure. Given π(θ0)=0.80\pi(\theta_0) = 0.80 and π(θ1)=0.20\pi(\theta_1) = 0.20: r(π,δA)=0.80(0.20)+0.20(0.60)=0.16+0.12=0.28r(\pi, \delta_A) = 0.80(0.20) + 0.20(0.60) = 0.16 + 0.12 = 0.28 r(π,δB)=0.80(0.35)+0.20(0.40)=0.28+0.08=0.36r(\pi, \delta_B) = 0.80(0.35) + 0.20(0.40) = 0.28 + 0.08 = 0.36 So δA\delta_A has strictly smaller Bayes risk under this prior. Now check dominance: δA\delta_A dominates δB\delta_B only if R(θ,δA)R(θ,δB)R(\theta, \delta_A) \leq R(\theta, \delta_B) for all θ\theta, with strict inequality somewhere. At θ0\theta_0: 0.20<0.350.20 < 0.35 ✓, but at θ1\theta_1: 0.60>0.400.60 > 0.40 ✗. Since δA\delta_A is worse at θ1\theta_1, neither procedure dominates the other. This confirms answer A. Answer B is wrong because smaller Bayes risk under one prior does not imply dominance — dominance is a frequentist, prior-free concept requiring pointwise superiority. Answer C incorrectly claims δB\delta_B has smaller Bayes risk, which the calculation above refutes. Answer D is wrong on both counts: the Bayes risks are 0.28 vs. 0.36 (not equal), and the maximum risks are max(0.60)=0.60\max(0.60) = 0.60 for δA\delta_A vs. max(0.40)=0.40\max(0.40) = 0.40 for δB\delta_B, so while δB\delta_B does have smaller minimax risk, the premise about equal Bayes risk is false. Remember: Bayes risk and dominance measure different things. A procedure can win on one criterion and lose on the other — always evaluate them independently.

Question 2

Under composite hypothesis H0H_0, two parameter values have conditional prior weights 0.750.75 and 0.250.25, and their likelihoods for the observed data are 0.120.12 and 0.020.02. Under composite hypothesis H1H_1, two parameter values have conditional prior weights 0.250.25 and 0.750.75, and their likelihoods are 0.080.08 and 0.200.20. The prior odds are P(H1)/P(H0)=1/2P(H_1)/P(H_0)=1/2. Rejecting a true H0H_0 has loss 33, retaining H0H_0 when H1H_1 is true has loss 44, and correct decisions have zero loss.

What is the Bayes decision based on the observed data?

  1. Reject H0H_0 because the ratio of the largest component likelihoods is 1.671.67, exceeding 0.750.75.
  2. Retain H0H_0 because the posterior odds are about 0.4470.447, below the loss threshold 0.750.75.
  3. Reject H0H_0 because the posterior odds are about 0.8950.895, exceeding the loss threshold 0.750.75. (correct answer)
  4. Retain H0H_0 because the marginal likelihood ratio is about 0.5590.559, below the threshold 4/34/3.
Explanation: When you encounter a Bayes decision problem under composite hypotheses, your goal is to compute posterior odds and compare them against a loss-ratio threshold that determines when switching decisions becomes costly enough to matter. Start by computing each hypothesis's marginal likelihood — a weighted average of component likelihoods using the conditional prior weights. For H0H_0: 0.75(0.12)+0.25(0.02)=0.09+0.005=0.0950.75(0.12) + 0.25(0.02) = 0.09 + 0.005 = 0.095. For H1H_1: 0.25(0.08)+0.75(0.20)=0.02+0.15=0.170.25(0.08) + 0.75(0.20) = 0.02 + 0.15 = 0.17. Next, apply Bayes' theorem using the prior odds P(H1)/P(H0)=1/2P(H_1)/P(H_0) = 1/2: Posterior odds=P(H1)P(H0)m1m0=120.170.09512(1.789)0.895\text{Posterior odds} = \frac{P(H_1)}{P(H_0)} \cdot \frac{m_1}{m_0} = \frac{1}{2} \cdot \frac{0.17}{0.095} \approx \frac{1}{2}(1.789) \approx 0.895 Now find the loss-ratio threshold. Under the Bayes decision rule, reject H0H_0 when posterior odds exceed LH0/LH1=3/4=0.75L_{H_0}/L_{H_1} = 3/4 = 0.75, where LH0=3L_{H_0} = 3 (loss for false rejection) and LH1=4L_{H_1} = 4 (loss for false retention). Since 0.895>0.750.895 > 0.75, you reject H0H_0 — confirming answer C is correct. Choice A is wrong because it ignores the prior odds and uses only the largest component likelihoods — there's no principled rule based on a single component ratio. Choice B uses the correct framework but calculates posterior odds as 0.4470.447, likely forgetting to include the marginal likelihood ratio correctly. Choice D computes a marginal likelihood ratio of 0.5590.559 but misidentifies the decision threshold as 4/34/3 rather than 3/43/4. Strategy tip: Always build the full marginal likelihoods first, then multiply by prior odds for posterior odds — and remember the threshold is loss of false-rejection over loss of false-retention, not the reverse.

Question 3

Two nonrandomized tests, δ1\delta_1 and δ2\delta_2, have loss-based risk pairs R(θ0,δ1)=0.10R(\theta_0,\delta_1)=0.10, R(θ1,δ1)=0.40R(\theta_1,\delta_1)=0.40 and R(θ0,δ2)=0.30R(\theta_0,\delta_2)=0.30, R(θ1,δ2)=0.20R(\theta_1,\delta_2)=0.20. A randomized test selects δ1\delta_1 with probability qq and δ2\delta_2 otherwise. Only these mixtures are under consideration.

Which value of qq gives the minimax randomized test, and what is its maximum risk?

  1. Use q=0.25q=0.25, giving maximum risk 0.250.25. (correct answer)
  2. Use q=0.50q=0.50, giving maximum risk 0.300.30.
  3. Use q=0.75q=0.75, giving maximum risk 0.350.35.
  4. Use q=1.00q=1.00, giving maximum risk 0.400.40.
Explanation: When you encounter a minimax problem with randomized tests, your goal is to find the mixture that minimizes the worst-case risk across all states of nature. A randomized test using weight qq produces risks: R(θ0,δq)=0.10q+0.30(1q)=0.300.20qR(\theta_0, \delta_q) = 0.10q + 0.30(1-q) = 0.30 - 0.20q R(θ1,δq)=0.40q+0.20(1q)=0.20+0.20qR(\theta_1, \delta_q) = 0.40q + 0.20(1-q) = 0.20 + 0.20q Notice R(θ0)R(\theta_0) decreases in qq while R(θ1)R(\theta_1) increases in qq. The minimax solution sets these equal — the point where neither state is "worse" than the other: 0.300.20q=0.20+0.20q    0.10=0.40q    q=0.250.30 - 0.20q = 0.20 + 0.20q \implies 0.10 = 0.40q \implies q = 0.25 Substituting back: R(θ0)=R(θ1)=0.300.20(0.25)=0.25R(\theta_0) = R(\theta_1) = 0.30 - 0.20(0.25) = 0.25. The maximum risk is therefore 0.25, confirming answer A. Choice B uses q=0.50q = 0.50, giving risks 0.200.20 and 0.300.30 — the maximum is 0.300.30, which is worse than 0.250.25. Choice C uses q=0.75q = 0.75, giving risks 0.150.15 and 0.350.35 — maximum risk 0.350.35, even worse. Choice D takes q=1.00q = 1.00 (pure δ1\delta_1), yielding a maximum risk of 0.400.40 — the worst possible option here. Each of these fails because they don't balance the two risk functions, leaving one state of nature with unnecessarily high risk. A useful study tip: in minimax randomization problems, always write both risk functions as linear functions of qq, then solve for the intersection. That crossing point is always your minimax solution when the risks move in opposite directions.

Question 4

After observing data, the posterior probabilities of two hypotheses are P(H0x)=0.65P(H_0\mid x)=0.65 and P(H1x)=0.35P(H_1\mid x)=0.35. The losses satisfy L(a0,H0)=1L(a_0,H_0)=1, L(a0,H1)=9L(a_0,H_1)=9, L(a1,H0)=7L(a_1,H_0)=7, and L(a1,H1)=2L(a_1,H_1)=2, where a0a_0 denotes retaining H0H_0 and a1a_1 denotes rejecting H0H_0.

Which action is Bayes, and what are the posterior expected losses of the two actions?

  1. Choose a0a_0; the posterior losses are 3.803.80 for a0a_0 and 5.255.25 for a1a_1. (correct answer)
  2. Choose a1a_1; the posterior losses are 5.255.25 for a0a_0 and 3.803.80 for a1a_1.
  3. Choose a0a_0; the posterior losses are 4.204.20 for a0a_0 and 4.854.85 for a1a_1.
  4. Choose a1a_1; the posterior losses are 4.454.45 for a0a_0 and 4.604.60 for a1a_1.
Explanation: When you encounter a Bayesian decision problem, your goal is to compute the posterior expected loss for each action and choose the action that minimizes it. The posterior expected loss for action aa is ρ(ax)=jL(a,Hj)P(Hjx)\rho(a \mid x) = \sum_j L(a, H_j) \cdot P(H_j \mid x). With P(H0x)=0.65P(H_0 \mid x) = 0.65 and P(H1x)=0.35P(H_1 \mid x) = 0.35, apply this formula to each action: ρ(a0x)=L(a0,H0)P(H0x)+L(a0,H1)P(H1x)=1(0.65)+9(0.35)=0.65+3.15=3.80\rho(a_0 \mid x) = L(a_0, H_0) \cdot P(H_0 \mid x) + L(a_0, H_1) \cdot P(H_1 \mid x) = 1(0.65) + 9(0.35) = 0.65 + 3.15 = 3.80 ρ(a1x)=L(a1,H0)P(H0x)+L(a1,H1)P(H1x)=7(0.65)+2(0.35)=4.55+0.70=5.25\rho(a_1 \mid x) = L(a_1, H_0) \cdot P(H_0 \mid x) + L(a_1, H_1) \cdot P(H_1 \mid x) = 7(0.65) + 2(0.35) = 4.55 + 0.70 = 5.25 Since 3.80<5.253.80 < 5.25, the Bayes action is a0a_0 — retain H0H_0. This confirms answer A. Answer B incorrectly selects a1a_1 despite its higher posterior expected loss, and swaps the two computed values between the actions. Answer C uses entirely incorrect calculations — perhaps from misassigning which loss corresponds to which hypothesis-action pair. Answer D produces values close enough to look plausible but reflects arithmetic errors likely from mixing up posterior probabilities or loss entries. A useful strategy: always build a small table pairing each action with each hypothesis state, fill in the losses, weight by posterior probabilities, and sum. The action with the smaller weighted sum wins. On graduate exams, distractors often swap actions or swap probabilities — double-check your assignments before computing.

Question 5

A decision problem has loss function L(a,θ)L(a,\theta). An analyst proposes replacing it by a transformed loss before calculating posterior expected losses.

Which transformation is guaranteed to preserve the set of Bayes actions for every prior and every observed dataset?

  1. L(a,θ)=L(a,θ)2L^*(a,\theta)=L(a,\theta)^2 whenever the original losses are nonnegative.
  2. L(a,θ)=L(a,θ)+c(a)L^*(a,\theta)=L(a,\theta)+c(a) for an arbitrary finite function cc.
  3. L(a,θ)=2L(a,θ)+b(θ)L^*(a,\theta)=-2L(a,\theta)+b(\theta) for an arbitrary finite function bb.
  4. L(a,θ)=3L(a,θ)+b(θ)L^*(a,\theta)=3L(a,\theta)+b(\theta) for an arbitrary finite function bb. (correct answer)
Explanation: When a transformation is applied to a loss function, the Bayes action under prior π\pi is the action minimizing the posterior expected loss Eθx[L(a,θ)]\mathbb{E}_{\theta|x}[L^*(a,\theta)]. A transformation preserves Bayes actions if and only if it preserves the ordering of posterior expected losses across all actions — meaning the minimizer cannot change. The key insight is that adding a function b(θ)b(\theta) to the loss is always safe: since b(θ)b(\theta) doesn't depend on aa, the term Eθx[b(θ)]\mathbb{E}_{\theta|x}[b(\theta)] is a constant with respect to the action and shifts all posterior expected losses equally, leaving the minimizer unchanged. Multiplying by a positive constant also preserves ordering. Answer D, L(a,θ)=3L(a,θ)+b(θ)L^*(a,\theta) = 3L(a,\theta) + b(\theta), applies both: multiplication by 3>03 > 0 and addition of b(θ)b(\theta). This guarantees the Bayes action is preserved for every prior and every dataset. Answer A fails because squaring is a nonlinear transformation. Even with nonneg­ative losses, squaring can reorder posterior expected losses — the action minimizing E[L]\mathbb{E}[L] need not minimize E[L2]\mathbb{E}[L^2], since the latter penalizes variance as well as mean. Answer B adds c(a)c(a), a function of the action alone. Taking expectations, c(a)c(a) remains as-is and shifts different actions by different constants, directly distorting the ranking of posterior expected losses. Answer C multiplies by 2-2, a negative constant, which reverses all inequalities and turns the minimizer into a maximizer, completely destroying the Bayes action. Study tip: When evaluating loss transformations, ask two questions: does it preserve action-ordering, and does the additive term depend on aa? Any additive b(θ)b(\theta) is harmless; any additive c(a)c(a) is dangerous; any negative scalar flips everything.

Question 6

Let XX have a binomial distribution with sample size 22. The hypotheses are H0:p=0.2H_0:p=0.2 and H1:p=0.8H_1:p=0.8. Among tests with type I error probability at most 0.100.10, the goal is to minimize type II error. A likelihood-ratio test always rejects when X=2X=2 and may reject with probability γ\gamma when X=1X=1.

What randomization probability attains size 0.100.10, and what is the resulting power?

  1. Use γ=0.3125\gamma=0.3125; the resulting power is 0.740.74.
  2. Use γ=0.1875\gamma=0.1875; the resulting power is 0.700.70. (correct answer)
  3. Use γ=0.0600\gamma=0.0600; the resulting power is 0.65920.6592.
  4. Use γ=0\gamma=0; the resulting power is 0.640.64.
Explanation: When you encounter a Neyman-Pearson hypothesis testing problem with a discrete distribution, your first instinct should be to set up the size constraint and solve for the randomization probability that makes the test exactly attain the nominal level. Here, XBinomial(2,p)X \sim \text{Binomial}(2, p). Under H0:p=0.2H_0: p = 0.2, the probabilities are P(X=0)=0.64P(X=0) = 0.64, P(X=1)=0.32P(X=1) = 0.32, and P(X=2)=0.04P(X=2) = 0.04. The likelihood ratio favors larger XX, so the test always rejects when X=2X=2 and randomizes when X=1X=1. The type I error (size) is: α=P(X=2p=0.2)+γP(X=1p=0.2)=0.04+γ(0.32)\alpha = P(X=2 \mid p=0.2) + \gamma \cdot P(X=1 \mid p=0.2) = 0.04 + \gamma(0.32) Setting α=0.10\alpha = 0.10: 0.04+0.32γ=0.10γ=0.060.32=0.18750.04 + 0.32\gamma = 0.10 \Rightarrow \gamma = \frac{0.06}{0.32} = 0.1875 Now compute power under H1:p=0.8H_1: p = 0.8, where P(X=1)=0.32P(X=1) = 0.32 and P(X=2)=0.64P(X=2) = 0.64: Power=0.64+0.1875(0.32)=0.64+0.06=0.70\text{Power} = 0.64 + 0.1875(0.32) = 0.64 + 0.06 = 0.70 This confirms B is correct. Choice A uses γ=0.3125\gamma = 0.3125, which would set α=0.04+0.32(0.3125)=0.14\alpha = 0.04 + 0.32(0.3125) = 0.14, exceeding the 0.10 constraint. Choice C appears to miscalculate γ\gamma by misidentifying P(X=1)P(X=1) under H0H_0. Choice D uses no randomization (γ=0\gamma = 0), which gives size 0.04<0.100.04 < 0.10—a valid but suboptimal test that wastes power by not fully exploiting the size budget. The key study tip: always check that you're using the correct null distribution to set size, and remember that the most powerful test exhausts the size allowance—leaving α<0.10\alpha < 0.10 is wasteful.

Question 7

A single observation has distribution N(0,1)N(0,1) under H0H_0 and N(1,1)N(1,1) under H1H_1. The prior probabilities are P(H0)=0.7P(H_0)=0.7 and P(H1)=0.3P(H_1)=0.3. Rejecting a true H0H_0 incurs loss 22, retaining H0H_0 when H1H_1 is true incurs loss 55, and correct decisions have zero loss.

Which rejection rule minimizes Bayes risk?

  1. Reject H0H_0 when x>0.431x>0.431, approximately. (correct answer)
  2. Reject H0H_0 when x>0.500x>0.500, approximately.
  3. Reject H0H_0 when x>1.347x>1.347, approximately.
  4. Reject H0H_0 when x>0.347x>-0.347, approximately.
Explanation: When you see a Bayesian hypothesis testing problem with asymmetric losses and prior probabilities, your goal is to find the threshold where the posterior expected loss of rejecting equals the posterior expected loss of retaining — in other words, minimize Bayes risk by comparing weighted loss terms. The Bayes-optimal rule rejects H0H_0 when the likelihood ratio exceeds a threshold determined by the priors and losses. Specifically, reject H0H_0 when: f(xH1)f(xH0)>L01P(H0)L10P(H1)\frac{f(x|H_1)}{f(x|H_0)} > \frac{L_{01} \cdot P(H_0)}{L_{10} \cdot P(H_1)} where L01=2L_{01} = 2 (loss for false rejection) and L10=5L_{10} = 5 (loss for false retention). The threshold is: 0.7×20.3×5=1.41.5=14150.9333\frac{0.7 \times 2}{0.3 \times 5} = \frac{1.4}{1.5} = \frac{14}{15} \approx 0.9333 With N(0,1)N(0,1) vs N(1,1)N(1,1), the log-likelihood ratio simplifies to x12x - \frac{1}{2}, so you reject when ex1/2>0.9333e^{x - 1/2} > 0.9333, giving x0.5>ln(0.9333)0.0690x - 0.5 > \ln(0.9333) \approx -0.0690, so x>0.431x > 0.431. This confirms answer A. Answer B (x>0.500x > 0.500) ignores the asymmetric losses and priors entirely — it's the naive midpoint between the two means. Answer C (x>1.347x > 1.347) inverts the threshold ratio, over-weighting the cost of false rejection and making the test far too conservative. Answer D (x>0.347x > -0.347) likely results from a sign error in computing the log-threshold, shifting the boundary in the wrong direction. Study tip: Always set up the likelihood ratio inequality first, then plug in priors and losses — don't guess the threshold from the means alone. The asymmetry of losses and priors almost always shifts the boundary away from the midpoint.

Question 8

Consider testing two simple hypotheses using a statistic with a continuous likelihood-ratio distribution. A prior and asymmetric error losses produce a Bayes test that rejects when the likelihood ratio exceeds cBc_B. Let the frequentist size of this Bayes test be αB\alpha_B.

Which statement correctly relates this Bayes test to the Neyman–Pearson framework?

  1. It is prior-free because its size αB\alpha_B depends only on the null distribution.
  2. It is a most powerful level-α\alpha test for every α\alpha exceeding αB\alpha_B.
  3. It is minimax because every likelihood-ratio Bayes rule minimizes the maximum risk.
  4. It is a most powerful level-αB\alpha_B test, up to null-probability differences at the boundary. (correct answer)
Explanation: When you see a question connecting Bayesian decision theory to Neyman–Pearson hypothesis testing, the key insight to anchor on is the Neyman–Pearson Lemma: any test that rejects based on a likelihood ratio threshold is automatically most powerful at whatever size that threshold induces. A Bayes test with asymmetric losses and a prior rejects when the likelihood ratio Λ\Lambda exceeds some critical value cBc_B. Because this is a likelihood-ratio test, the Neyman–Pearson Lemma guarantees it is the most powerful test among all level-αB\alpha_B tests, where αB=PH0(Λ>cB)\alpha_B = P_{H_0}(\Lambda > c_B). The phrase "up to null-probability differences at the boundary" acknowledges that with a continuous distribution, PH0(Λ=cB)=0P_{H_0}(\Lambda = c_B) = 0, so the boundary causes no ambiguity — making D correct. A is wrong because calling the test "prior-free" misrepresents it. The threshold cBc_B itself is determined by the prior and loss function; only after fixing cBc_B does αB\alpha_B depend solely on the null distribution. The test is decidedly prior-dependent. B is wrong because most powerful level-α\alpha tests correspond to thresholds cαcBc_\alpha \leq c_B, meaning larger rejection regions. The Bayes test is most powerful at level αB\alpha_B, not at every α>αB\alpha > \alpha_B, which would require different (lower) thresholds. C is wrong because minimax optimality is a separate property requiring a specific prior (the least favorable prior). An arbitrary prior and asymmetric losses do not generally yield a minimax rule. Study tip: Remember that any likelihood-ratio test is a Neyman–Pearson test — Bayesian or not. The Lemma cares about the form of the test, not its motivation.

Question 9

Two tests are available for testing a simple null against a simple alternative. Test A has type I error probability 0.050.05 and power 0.700.70. Test B has type I error probability 0.100.10 and power 0.850.85. A type I error has loss 44, a type II error has loss 11, and correct decisions have zero loss. The prior probabilities of the null and alternative are 0.200.20 and 0.800.80, respectively.

Which comparison of the Bayes and minimax criteria is correct?

  1. The Bayes criterion selects Test A, whereas the minimax criterion selects Test B.
  2. The Bayes criterion selects Test B, whereas the minimax criterion selects Test A. (correct answer)
  3. Both the Bayes and minimax criteria select Test A over Test B.
  4. Both the Bayes and minimax criteria select Test B over Test A.
Explanation: When comparing decision rules under uncertainty, two fundamental criteria often diverge: the Bayes criterion minimizes expected loss using prior probabilities, while the minimax criterion minimizes the maximum possible loss across states of nature (ignoring priors). To apply the Bayes criterion, compute each test's expected loss: E[L]=π0αLI+π1βLIIE[L] = \pi_0 \cdot \alpha \cdot L_I + \pi_1 \cdot \beta \cdot L_{II}, where π0=0.20\pi_0 = 0.20, π1=0.80\pi_1 = 0.80, LI=4L_I = 4, LII=1L_{II} = 1, and β=1power\beta = 1 - \text{power}.
  • Test A: 0.20(0.05)(4)+0.80(0.30)(1)=0.04+0.24=0.280.20(0.05)(4) + 0.80(0.30)(1) = 0.04 + 0.24 = 0.28
  • Test B: 0.20(0.10)(4)+0.80(0.15)(1)=0.08+0.12=0.200.20(0.10)(4) + 0.80(0.15)(1) = 0.08 + 0.12 = 0.20
Test B has lower Bayes risk, so the Bayes criterion selects Test B. For the minimax criterion, find each test's worst-case (maximum) loss across the two states:
  • Test A: max(0.05×4, 0.30×1)=max(0.20,0.30)=0.30\max(0.05 \times 4,\ 0.30 \times 1) = \max(0.20, 0.30) = 0.30
  • Test B: max(0.10×4, 0.15×1)=max(0.40,0.15)=0.40\max(0.10 \times 4,\ 0.15 \times 1) = \max(0.40, 0.15) = 0.40
Test A's worst-case loss (0.30) is smaller, so the minimax criterion selects Test A. This confirms answer B. Answer A reverses the assignments. Answers C and D both claim the criteria agree — they don't here, which is precisely what makes this problem instructive. Answer C incorrectly assigns both to Test A; D incorrectly assigns both to Test B. A useful pattern: Bayes and minimax often disagree when the prior heavily weights one hypothesis, because the minimax criterion ignores that weighting entirely. Always compute both separately and resist assuming they'll align.

Question 10

A decision maker may retain H0H_0, reject H0H_0, or defer the decision and collect additional information. Let p=P(H1x)p=P(H_1\mid x). Correct terminal decisions have zero loss. Rejecting a true H0H_0 has loss 22, retaining H0H_0 when H1H_1 is true has loss 44, and deferral has loss 0.60.6 under either hypothesis.

Ignoring ties at the boundary points, which Bayes decision regions are correct?

  1. Retain for p<1/3p<1/3, defer for 1/3<p<0.701/3<p<0.70, and reject for p>0.70p>0.70.
  2. Retain for p<0.20p<0.20, defer for 0.20<p<0.800.20<p<0.80, and reject for p>0.80p>0.80.
  3. Retain for p<0.15p<0.15, defer for 0.15<p<0.700.15<p<0.70, and reject for p>0.70p>0.70. (correct answer)
  4. Retain for p<0.15p<0.15, reject for 0.15<p<1/30.15<p<1/3, and defer for p>1/3p>1/3.
Explanation: When facing a three-action Bayes decision problem, your goal is to find the posterior probability thresholds where switching actions minimizes expected loss. Compute the expected loss for each action as a function of p=P(H1x)p = P(H_1 \mid x):
  • Retain H0H_0: Loss = 0(1p)+4p=4p0 \cdot (1-p) + 4 \cdot p = 4p
  • Reject H0H_0: Loss = 2(1p)+0p=2(1p)2 \cdot (1-p) + 0 \cdot p = 2(1-p)
  • Defer: Loss = 0.6(1p)+0.6p=0.60.6(1-p) + 0.6p = 0.6
Now find the crossover points. Set Retain = Defer: 4p=0.6p=0.154p = 0.6 \Rightarrow p = 0.15. Set Defer = Reject: 0.6=2(1p)p=0.700.6 = 2(1-p) \Rightarrow p = 0.70. This gives: retain when p<0.15p < 0.15, defer when 0.15<p<0.700.15 < p < 0.70, and reject when p>0.70p > 0.70, which is exactly answer C. Choice A uses p=1/3p = 1/3 as the retain/defer threshold, which would come from incorrectly equating retain and reject losses directly (4p=2(1p)p=1/34p = 2(1-p) \Rightarrow p = 1/3) while ignoring the deferral option entirely — a classic mistake of forgetting there are three competing actions. Choice B uses symmetric thresholds of 0.20 and 0.80, which don't correspond to any correct loss-equating calculation; they may reflect a misapplication of equal-weight intuition. Choice D correctly finds 0.15 as one threshold and 1/3 as the other, but assigns the wrong actions to those regions — reject and defer are swapped, which would happen if you confused which loss function crosses which. Your strategy: always write out all three expected loss functions explicitly, then solve pairwise crossover equations. Forgetting one action or mislabeling regions after finding thresholds are the two most common errors on Bayes decision problems.