optim_thresh_sens: Find threshold that gives a target sensitivity

View source: R/optim_thresh.R

optim_thresh_sensR Documentation

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)

Arguments

presences

Probabilities for presences.

absences

Provabilities for absences

sens_target

the target sensitivity

Value

the probability threshold for the event


tidysdm documentation built on April 3, 2025, 9:56 p.m.