Learn R Programming

tidysdm (version 1.0.0)

optim_thresh_sens: Find threshold that gives a target sensitivity

Description

This is an internal function returns the threshold to turn probabilities into binary classes for a given target sensitivity

Usage

optim_thresh_sens(presences, absences, sens_target)

Value

the probability threshold for the event

Arguments

presences

Probabilities for presences.

absences

Provabilities for absences

sens_target

the target sensitivity