scores_binom {scoringRules} | R Documentation |
Calculating scores for the binomial distribution
crps_binom(y, size, prob)
logs_binom(y, size, prob)
y |
vector of observations. |
size |
number of trials (zero or more). |
prob |
probability of success on each trial. |
A vector of score values.