Home > biosig > t490 > roc.m

roc

PURPOSE ^

ROC receiver operator curve and derived statistics.

SYNOPSIS ^

function [SEN,SPEC,d,ACC,AREA,YI,c]=roc(d,c,color);

DESCRIPTION ^

 ROC receiver operator curve and derived statistics.
 [...] = roc(d,c);
 d     DATA
 c     CLASS, vector with 0 and 1 
 
 [...]=roc(d1,d0);
 d1    DATA of class 1 
 d2    DATA of class 0
 
 [SEN, SPEC, TH, ACC, AUC,Yi,idx]=roc(...);
 OUTPUT:
 SEN     sensitivity
 SPEC    specificity
 TH      Threshold
 ACC     accuracy
 AUC     area under ROC curve
 Yi       max(SEN+SPEC-1), Youden index 
 c      TH(c) is the threshold that maximizes Yi

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003