scores_unif {scoringRules}R Documentation

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)

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.

Value

A vector of score values.


[Package scoringRules version 1.1.1 Index]