RAnEnExtra::verifyThreatScore computes the threat score for a specific threshold. The formula is adopted from WPC Verification page.

verifyThreatScore(anen.ver, obs.ver, threshold, ensemble.func, ...)

Arguments

anen.ver

A 4-dimensional array for analogs.

obs.ver

A 3-dimensional array for observations.

threshold

The numeric threshold for computing the threat score. Observation values larger than or equal to the threshold will be converted to 1. Analog values will not be compared to this threshold value because it is assumed that the ensemble function will convert analog ensemble to binary values.

ensemble.func

A function to convert the ensemble members (the 4th dimension of analogs) into a binary. For more datails on this parameter, please see verifyBrier.

...

Extra parameters for the ensemble.func.