Wrapper around the dss_sample()
function from the
scoringRules package.
Usage
dss_sample(true_values, predictions)
Value
vector with scoring values
Arguments
true_values
A vector with the true observed values of size n
predictions
nxN matrix of predictive samples, n (number of rows) being
the number of data points and N (number of columns) the number of Monte
Carlo samples. Alternatively, predictions can just be a vector of size n.