biomod2 (version 3.3-7.1)

getStatOptimValue: get the optimal score of evaluation statistical metrics

Description

getStatOptimValue is an internal biomod2 function to get the best value that some referenced evaluation statistical metrics.

Usage

getStatOptimValue(stat)

Arguments

stat

either 'TSS', 'KAPPA', 'ACCURACY', 'BIAS', 'POD', 'FAR', 'POFD', 'SR', 'CSI', 'ETS', 'HK', 'HSS', 'OR' or 'ORSS'

Value

The best value that stat could rise.

Details

Please refer to BIOMOD_Modeling to get more information about this metrics.

See Also

BIOMOD_Modeling, calculate.stat, Find.Optim.Stat

Examples

Run this code
# NOT RUN {
  getStatOptimValue('TSS')
  getStatOptimValue('KAPPA')
  getStatOptimValue('POFD')
# }

Run the code above in your browser using DataLab