optim_thresh_tss_max {tidysdm} | R Documentation |
Find threshold that maximises TSS
Description
This is an internal function returns the threshold to turn probabilities into binary classes to maximise TSS
Usage
optim_thresh_tss_max(presences, absences)
Arguments
presences |
Probabilities for presences. |
absences |
Provabilities for absences |
Value
the probability threshold for the event
[Package tidysdm version 0.9.4 Index]