sensitivity_from_specificity_q(Specificity, q)

Arguments

Specificity

vector of sensitivities to evaluate

q

shape parameter for 1 - (1 - (1-Specificity)^q)^(1/q)

Value

Sensitivity

Examples

sensitivity_from_specificity_q(seq(0, 1, 0.1), 0.61)
#> [1] 1.0000000 0.9894523 0.9659371 0.9311260 0.8847094 0.8254498 0.7510485 #> [8] 0.6574452 0.5367951 0.3698139 0.0000000