- 22 Jan, 2024 2 commits
-
-
fbourgin authored
- 27 Dec, 2023 2 commits
-
-
Thibault Hallouin authored
so that we use the exact same file as in evalhyd-python/evalhyd-r
-
Thibault Hallouin authored
-
- 26 Dec, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 26 Nov, 2023 1 commit
-
-
Thibault Hallouin authored
resolves #10
-
- 19 Sep, 2023 1 commit
-
-
Thibault Hallouin authored
fixes #5
-
- 05 Sep, 2023 1 commit
-
-
Thibault Hallouin authored
fixes #9
-
- 28 Jun, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 16 Jun, 2023 2 commits
-
-
Thibault Hallouin authored
- 15 Jun, 2023 3 commits
-
-
Thibault Hallouin authored
resolves #8
-
Thibault Hallouin authored
resolves #7
-
Thibault Hallouin authored
related to evalhyd-r#6
-
- 09 Jun, 2023 4 commits
-
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
Thibault Hallouin authored
for arrays, rank is not applicable, so it should not be checked
-
Thibault Hallouin authored
-
- 04 May, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 03 May, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 19 Apr, 2023 4 commits
-
-
Thibault Hallouin authored
it had no effect on numerical results
-
Thibault Hallouin authored
`xt::median` and `xt::quantile` are not NaN-proof, and do not have equivalent NaN functions (like `xt::mean` and `xt::nanmean`) so it required a filter to drop the NaN before computing the corresponding condition value
-
Thibault Hallouin authored
-
Thibault Hallouin authored
e.g. "q_prd_median{>quantile0.3,<quantile0.7}" was not working because the string was too long, but the regex were also quite complicated, so this revises the approach and simplifies the regex but to overcome the length limitation with C++ regex, "quantile" now need to be specified as "qtl" to be shorter
-
- 17 Apr, 2023 6 commits
-
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
- 14 Apr, 2023 3 commits
-
-
Thibault Hallouin authored
-
Thibault Hallouin authored
"evalhyd-cpp" is both the core library to use in bindings, and a C++ header-only library in its own write that can be used by C++ users
-
Thibault Hallouin authored
-
- 13 Apr, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 12 Apr, 2023 1 commit
-
-
Thibault Hallouin authored
the energy score (ES) is a multi-variate (multi-site) generalisation of the CRPS
-
- 29 Mar, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 24 Mar, 2023 1 commit
-
-
Thibault Hallouin authored
new metric is called CRPS_FROM_ECDF
-
- 23 Mar, 2023 2 commits
-
-
Thibault Hallouin authored
-
Thibault Hallouin authored
new metric is called CRPS_FROM_BS, and existing metric is renamed CRPS_FROM_QS
-
- 20 Mar, 2023 1 commit
-
-
Thibault Hallouin authored
available in xtensor 0.24., see https://github.com/xtensor-stack/xtensor/issues/2651
-