User:IssaRice/Scoring rule

From Machinelearning

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

first pass

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