scoringRules (version 1.0.1)

scores_binom: Calculating scores for the binomial distribution

Description

Calculating scores for the binomial distribution

Usage

crps_binom(y, size, prob)

logs_binom(y, size, prob)

Value

A vector of score values.

Arguments

y

vector of observations.

size

number of trials (zero or more).

prob

probability of success on each trial.