rps {orf} | R Documentation |
Ranked Probability Score
Description
Computes the mean ranked probability score (RPS) for evaluating the accuracy of ordered probability predictions
Usage
rps(predictions, observed)
Arguments
predictions |
matrix of predictions (n x categories) |
observed |
vector of observed ordered categorical outcomes (n x 1) |
Value
scalar, mean RPS for given predictions
[Package orf version 0.1.4 Index]