Posterior Uncertainty in Prediction Scores
Source:R/predictive-distribution-atlas.R
prediction_score_uncertainty.RdBinary fits use Brier and logarithmic scores; duration fits use RMSE and MAE.
Usage
prediction_score_uncertainty(
fit,
newdata = NULL,
include_group_effects = FALSE,
ndraws = 1000L,
probs = c(0.025, 0.5, 0.975)
)