"Decision theoretic set estimation"
In the “Bayes estimator formalization” section, the step
Pr[X < c | Y] + Pr[X > d | Y] = Pr[X ≤ c | Y] − Pr[X ≤ d | Y]
is incorrect.
For a continuous posterior with CDF F:
Pr[X < c | Y] = F(c)
Pr[X > d | Y] = 1 − F(d)
So the correct expression is:
Pr[X < c | Y] + Pr[X > d | Y] = F(c) + 1 − F(d)
The derivation is missing the constant +1.
This does not affect the argmin, but the equality itself is mathematically incorrect and may confuse readers.
"Decision theoretic set estimation"
In the “Bayes estimator formalization” section, the step
Pr[X < c | Y] + Pr[X > d | Y] = Pr[X ≤ c | Y] − Pr[X ≤ d | Y]
is incorrect.
For a continuous posterior with CDF F:
Pr[X < c | Y] = F(c)
Pr[X > d | Y] = 1 − F(d)
So the correct expression is:
Pr[X < c | Y] + Pr[X > d | Y] = F(c) + 1 − F(d)
The derivation is missing the constant +1.
This does not affect the argmin, but the equality itself is mathematically incorrect and may confuse readers.