scoringRules (version 1.0.1)

scores_unif: Calculating scores for the uniform distribution

Description

Calculating scores for the uniform distribution

Usage

crps_unif(y, min = 0, max = 1, lmass = 0, umass = 0)

logs_unif(y, min = 0, max = 1)

dss_unif(y, min = 0, max = 1)

Value

A vector of score values.

Arguments

y

vector of observations.

min, max

lower and upper limits of the distribution. Must be finite.

lmass, umass

vectors of point masses in min and max respectively.