User:IssaRice/Scoring rule

From Machinelearning

how can we formalize the idea of a rule for scoring predictions?

first pass: statements and probabilities

we can start with a list of statements. each statement makes a yes/no prediction about the future, like "the die will show 3 when rolled". then we have a list of probabilities where is the probability someone assigns to being true. now, reality evaluates each statement, giving us a yes/no answer . our probabilities are scored against this response from reality. so a scoring rule S can be some function of . so the type can be .

if we are an ordinary statistician [1], we might pick a rule like . (this is actually almost the brier score)

second pass: events

in probability theory, we are used to dealing with events and random variables. in the previous section, we naively stated scoring rules in terms of statements and probabilities. but we might try now to phrase things in terms of events.

instead of statements , we could have a list of events . here, is an event expressing the fact that is true. then , where P is the probability measure which encodes our knowledge of what events are likely. is the outcome in some possible world, so .