Skip to content

Incorrect probability identity in Bayes estimator derivation #6

@duakhan1

Description

@duakhan1

"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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions