scores_exp | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.