The posterior update depends critically on the prior P₀. Use the SKA projection (P_detect ≈ 0.989) and compute the posterior Ppost for three priors, by hand and then verify with the tool.
- Compute Ppost for P₀ = 0.5 (agnostic), P₀ = 0.1 (skeptical), and P₀ = 0.01 (very skeptical). Show how dramatically the posterior changes with the prior. [5 marks]
- For P₀ = 0.01, a skeptic notes: "Even after the SKA null result, the posterior is still close to the prior — it barely changes." Explain mathematically why this happens when P₀ is very small. [5 marks]
Show solution
Part (a): K = 1 − P_detect = 0.0113.
P_post = K · P₀ / (K · P₀ + (1 − P₀))
P₀ = 0.5:
P_post = 0.0113 × 0.5 / (0.0113 × 0.5 + 0.5)
= 0.00565 / (0.00565 + 0.5)
= 0.00565 / 0.5057 ≈ 0.0112 → dropped from 50% to 1.1%
P₀ = 0.1:
P_post = 0.0113 × 0.1 / (0.0113 × 0.1 + 0.9)
= 0.00113 / (0.00113 + 0.9)
= 0.00113 / 0.9011 ≈ 0.00125 → dropped from 10% to 0.125%
P₀ = 0.01:
P_post = 0.0113 × 0.01 / (0.0113 × 0.01 + 0.99)
= 1.13×10⁻⁴ / (1.13×10⁻⁴ + 0.99)
= 1.13×10⁻⁴ / 0.99011 ≈ 1.14×10⁻⁴ → barely changed from 1%
Part (b): When P₀ ≪ 1, the denominator is dominated by (1 − P₀) ≈ 1. So P_post ≈ K · P₀ / 1 = K · P₀. This means the posterior is simply K times the prior. With K = 0.0113 and P₀ = 0.01, P_post ≈ 0.0113 × 0.01 = 1.13 × 10⁻⁴, a factor of 88 reduction. The skeptic's complaint measures the change in absolute probability, which is 0.0100 − 0.00011 = 0.0099, or one percentage point, and by that measure nothing much happened. The ratio tells a different story: P_post/P₀ = K = 0.0113, an 88-fold reduction, and that ratio is independent of P₀. The two descriptions are of the same update, and which one sounds impressive depends only on whether the prior was large enough for a large ratio to move a large absolute quantity. A Bayesian analysis cannot make a hypothesis plausible when the prior is very small; it can only multiply whatever probability was already there.