Calculating scores (CRPS, logarithmic score) 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)
vector of observations.
vector of rates.
vector of location parameters.
vector of positive scale parameters.
vector of point masses in location.
A vector of score values.