optim_thresh_tss_max: Find threshold that maximises TSS

View source: R/optim_thresh.R

optim_thresh_tss_maxR 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


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