public class ROC extends Object
Constructor and Description |
---|
ROC(Distribution distributionControl,
Distribution distributionPatient)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getValueAt(double specificity)
Returns the sensitivity at a given specificity, ie 1-type 2 error, the number of true healthy for a given type 1 error, the number of false healthy.
|
public ROC(Distribution distributionControl, Distribution distributionPatient)
distributionControl
- the control distributiondistributionPatient
- the patient distributionpublic double getValueAt(double specificity)
specificity
- the specificity (0.1 is 10%);Copyright © 2013. All Rights Reserved.