powered by
brier(obs, pred, baseline, thresholds = seq(0,1,0.1), ...)
# probabilistic/ binary example pred<- runif(100) obs<- round(runif(100)) brier(obs, pred)
Run the code above in your browser using DataLab