- 20 Apr, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 24 Feb, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 23 Feb, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 02 Feb, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 31 Jan, 2023 1 commit
-
-
Thibault Hallouin authored
by preprocessing the input `Rcpp::StringMatrix` into a `xt::tensor<std::array<char, 32>>` to avoid the limitation of strings not being supported as a valid data type for `xt::rtensor`
-
- 27 Jan, 2023 1 commit
-
-
Thibault Hallouin authored
These are required for the new probabilistic metrics.
-
- 04 Jan, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 25 Oct, 2022 1 commit
-
-
Thibault Hallouin authored
-
- 15 Sep, 2022 1 commit
-
-
Thibault Hallouin authored
eventhough the conditional masking is not yet accessible in `evalhyd-r`, it impacts on the number of axes for *t_msk* (from 3D to 4D to add an axis for leadtimes), so it needed to use the latest version of `evalhyd`.
-
- 30 Aug, 2022 1 commit
-
-
Thibault Hallouin authored
which includes a temporal masking functionality for deterministic evaluation
-
- 09 Aug, 2022 1 commit
-
-
Thibault Hallouin authored
version which includes the addition of the "sites" axis to dimensions of thresholds and masks
-
- 12 Jul, 2022 1 commit
-
-
Thibault Hallouin authored
which adds a pre-processing functionality to `evald` to apply transform functions to streamflow observations and predictions prior to the computation of the metrics (new parameters *transform*, *exponent*, and *power* are included in the Python API), and which includes a few more determinist metrics (i.e. RMSE, KGE, KGEPRIME)
-
- 04 Jul, 2022 2 commits
-
-
Thibault Hallouin authored
which adds the temporal masking functionality, and the sites/leadtimes dimensions to the inputs
-
Thibault Hallouin authored
-
- 03 Jun, 2022 1 commit
-
-
Thibault Hallouin authored
i.e. where metrics is put as last positional parameter
-
- 19 May, 2022 1 commit
-
-
Thibault Hallouin authored
Since R does not easily support subpackages/submodules, the deterministic `evaluate` function is renamed `evald`, and the newly created probabilistic one is named `evalp`. In order to make compile the source files (*.cpp) in the probabilistic part of evalhyd, the Makevars files needed to do a bit more work to find the source files in the evalhyd dependency and place the object files (*.o) in the *src* directory for the R package building to find them.
-
- 18 May, 2022 2 commits
-
-
Thibault Hallouin authored
-
Thibault Hallouin authored
The new API of `evalhyd` is centred around two `evaluate` functions, one for deterministic evaluation and one for probabilistic evaluation. The probabilitist side of things is not header-only anymore, and so additional C++ source files needed to be pointed, which is not working as of yet. So this version of the R-bindings only exposes the determinist `evaluate` function for now. The example Rmarkdown is also updated to reflect those changes.
-
- 10 May, 2022 1 commit
-
-
fbourgin authored
-
- 22 Apr, 2022 1 commit
-
-
Thibault Hallouin authored
-
- 20 Apr, 2022 1 commit
-
-
Thibault Hallouin authored
-