scores_exp {scoringRules} | R Documentation |
Calculating scores (CRPS, LogS, DSS) for the exponential distribution,
and the exponential distribution with location-scale transformation and
point mass in location
.
crps_exp(y, rate = 1)
crps_expM(y, location = 0, scale = 1, mass = 0)
logs_exp(y, rate = 1)
logs_exp2(y, location = 0, scale = 1)
dss_exp(y, rate = 1)
y |
vector of observations. |
rate |
vector of rates. |
location |
vector of location parameters. |
scale |
vector of positive scale parameters. |
mass |
vector of point masses in |
A vector of score values.