roc_empirical: Computes the empirical ROC curve values

Description Usage Arguments Details Value

Description

Computes the empirical ROC curve values

Usage

1
roc_empirical(mf, emp_info)

Arguments

mf

Model frame as provide by roc

emp_info

Information if unrestricted or concave empirical ROC curve shall be returned

Details

roc_empirical computes the true positive (TPR) and corresponding false positive rates (FPR) for the empirical data provided in mf. For faster computations, the evaluation utilizes that only at the distinct forecast values, changes of FPR or TPR occur.

Value

Returns a data.frame with true positive rates (TPR) and false positive rates (FPR)


PeterVogel1991/betaROC documentation built on May 14, 2019, 4:01 a.m.