Commit 892bbb05 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

add missing requirements in docstring for KGE

Showing with 6 additions and 0 deletions
+6 -0
...@@ -252,9 +252,15 @@ namespace evalhyd ...@@ -252,9 +252,15 @@ namespace evalhyd
// \require q_obs: // \require q_obs:
// Streamflow observations. // Streamflow observations.
// shape: ({1, ...}, time) // shape: ({1, ...}, time)
// \require mean_obs:
// Mean observed streamflow.
// shape: ({1, ...}, 1)
// \require q_prd: // \require q_prd:
// Streamflow predictions. // Streamflow predictions.
// shape: ({1+, ...}, time) // shape: ({1+, ...}, time)
// \require mean_prd:
// Mean predicted streamflow.
// shape: ({1+, ...}, 1)
// \require r_pearson: // \require r_pearson:
// Pearson correlation coefficients. // Pearson correlation coefficients.
// shape: ({1+, ...}, time) // shape: ({1+, ...}, time)
......
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