Commit e5a44467 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix erroneous docstring for ROCSS

1 merge request!3release v0.1.0
Pipeline #43330 passed with stage
in 2 minutes and 14 seconds
Showing with 4 additions and 21 deletions
+4 -21
......@@ -448,32 +448,15 @@ namespace evalhyd
// Compute the relative operating characteristic skill score (ROCSS).
//
// \param pod
// \param POD
// Probabilities of detection.
// shape: (subsets, samples, levels, thresholds)
// \param pofd
// \param POFD
// Probabilities of false detection.
// shape: (subsets, samples, levels, thresholds)
// \param q_thr
// Streamflow exceedance threshold(s).
// shape: (thresholds,)
// \param t_msk
// Temporal subsets of the whole record.
// shape: (subsets, time)
// \param b_exp
// Boostrap samples.
// shape: (samples, time slice)
// \param n_thr
// Number of thresholds.
// \param n_mbr
// Number of ensemble members.
// \param n_msk
// Number of temporal subsets.
// \param n_exp
// Number of bootstrap samples.
// \return
// Critical success indices.
// shape: (subsets, samples, levels, thresholds)
// ROC skill scores.
// shape: (subsets, samples, thresholds)
inline xt::xtensor<double, 3> calc_ROCSS(
const xt::xtensor<double, 4>& POD,
const xt::xtensor<double, 4>& POFD
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment