ROC_i

Computes ROC and AUROC values from two distributions

You are now following this Submission

ROC - Receiver Operating Characteristic.

- Calculates ROC and AUROC values comparing two distributions with a simple and fast code.
- The vectors of each distribution could have different sizes

% Example:
a = [1 2 3 4 5]';
b = [30 1 10 6 1 5]';
[roc,auroc] = roc(a,b)

Cite As

Isaac Morán (2026). ROC_i (https://www.mathworks.com/matlabcentral/fileexchange/79652-roc_i), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.1

.

1.0.0