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)
Arguments
min, max
lower and upper limits of the distribution. Must be finite.
lmass, umass
vectors of point masses in min and max
respectively.
Value
A vector of score values.