powered by
Based on: https://blog.revolutionanalytics.com/2016/08/roc-curves-in-two-lines-of-code.html
sensitivity_from_specificity_q(Specificity, q)
Sensitivity
vector of sensitivities to evaluate
shape parameter for 1 - (1 - (1-Specificity)^q)^(1/q)
1 - (1 - (1-Specificity)^q)^(1/q)
sensitivity_from_specificity_q(seq(0, 1, 0.1), 0.61)
Run the code above in your browser using DataLab