Calculate three evaluation criteria -- continuous rank probability score
(CRPS), prediction mean square deviation ratio (pMSDR), and mean squared prediction
error (MSPE) -- comparing hold-out data and predictions.
Usage
evaluate_CV(holdout.data, pred.mean, pred.SDs)
Arguments
holdout.data
Observed/true data that has been held out for model
comparison.
pred.mean
Predicted mean values corresponding to the hold-out
locations.
pred.SDs
Predicted standard errors corresponding to the hold-out
locations.
# NOT RUN {evaluate_CV( holdout.data = simdata$sim.data[holdout.index],
pred.mean = pred.NS$pred.means, pred.SDs = pred.NS$pred.SDs )
# }# NOT RUN {# }