Calculate Brier statistics on MetaculR_questions object
MetaculR_brier(MetaculR_questions, me = TRUE, thresholds = seq(0, 1, 0.1))
A MetaculR_questions object
Show my scores alongside Metaculus scores
Thresholds to bin questions
A list of Brier statistics for you and Metaculus.
Logical indicator of whether climatology was provided.
Brier score
Brier Score for climatology
Skill score
Reliability portion of Brier score.
Resolution component of Brier score.
Uncertainty component of Brier score.
Forecast bins -- described as the center value of the bins.
Observation bins -- described as the center value of the bins.
Proportion of time using each forecast.
Forecast based on climatology or average sample observations.
The thresholds for the forecast bins.
Reliability - resolution + uncertainty should equal brier score.
Skill score, me vs. Metaculus, etc.
Number of total questions included.
Predictor.
Name of value, see above.
Value.
Predictor.
y.i, see above.
prob.y, see above.
obar.i, see above.
Ideal calibration where centers equals obars.
Low end of 95% confidence interval for obar.i.
High end of 95% confidence interval for obar.i.
# NOT RUN {
brier_me <-
MetaculR_brier(
questions_myPredictions_resolved)
# }
Run the code above in your browser using DataLab