diff --git a/include/evalhyd/detail/probabilist/brier.hpp b/include/evalhyd/detail/probabilist/brier.hpp index 162d70d0165ac7138fe87fd9d33ef28b01bd7aff..b8d80eb927751567ff8c156d117890d804266c07 100644 --- a/include/evalhyd/detail/probabilist/brier.hpp +++ b/include/evalhyd/detail/probabilist/brier.hpp @@ -127,7 +127,7 @@ namespace evalhyd // // \param sum_f_k // Number of forecast members exceeding threshold(s). - // shape: (thresholds,) + // shape: (thresholds, time) // \param n_mbr // Number of ensemble members. // \return diff --git a/include/evalhyd/detail/probabilist/contingency.hpp b/include/evalhyd/detail/probabilist/contingency.hpp index 9db86ad09014f7052a2b8711542e13fdb25ec61b..3a35d35c91ea67dcab6432c4f15114828d5b064e 100644 --- a/include/evalhyd/detail/probabilist/contingency.hpp +++ b/include/evalhyd/detail/probabilist/contingency.hpp @@ -38,7 +38,7 @@ namespace evalhyd // Determine alerts based on forecast. // // \param sum_f_k - // Observed event outcome. + // Number of forecast members exceeding threshold(s). // shape: (thresholds, time) // \param n_mbr // Number of ensemble members.