scores_binom {scoringRules}R Documentation

Calculating scores for the binomial distribution

Description

Calculating scores for the binomial distribution

Usage

crps_binom(y, size, prob)

logs_binom(y, size, prob)

Arguments

y

vector of observations.

size

number of trials (zero or more).

prob

probability of success on each trial.

Value

A vector of score values.


[Package scoringRules version 1.1.1 Index]