auc_cpp {SpecsVerification} | R Documentation |
Calculate AUC and its sampling standard deviation (Internal C++ implementation)
auc_cpp(fcst, obs)
fcst |
numeric vector of forecasts (NAs are not allowed) |
obs |
vector of binary observations (obs[t] evaluates to TRUE if event happens at instance t, to FALSE otherwise) |
AUC and its sampling standard deviation
Auc AucDiff