|
1 | | -# Generated by using Rcpp::compileAttributes() -> do not edit by hand |
2 | | -# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 |
3 | | - |
4 | | -kge_cpp <- function(obs, sim, na_rm = TRUE, version = "2012") { |
5 | | - .Call(`_tidyhydro_kge_cpp`, obs, sim, na_rm, version) |
6 | | -} |
7 | | - |
8 | | -mse_cpp <- function(truth, estimate, na_rm = TRUE) { |
9 | | - .Call(`_tidyhydro_mse_cpp`, truth, estimate, na_rm) |
10 | | -} |
11 | | - |
12 | | -nse_cpp <- function(truth, estimate, performance = FALSE, na_rm = TRUE) { |
13 | | - .Call(`_tidyhydro_nse_cpp`, truth, estimate, performance, na_rm) |
14 | | -} |
15 | | - |
16 | | -pbias_cpp <- function(truth, estimate, performance = FALSE, na_rm = TRUE) { |
17 | | - .Call(`_tidyhydro_pbias_cpp`, truth, estimate, performance, na_rm) |
18 | | -} |
19 | | - |
20 | | -press_cpp <- function(truth, estimate, na_rm = TRUE) { |
21 | | - .Call(`_tidyhydro_press_cpp`, truth, estimate, na_rm) |
22 | | -} |
23 | | - |
24 | | -sfe_cpp <- function(truth, estimate, na_rm = TRUE) { |
25 | | - .Call(`_tidyhydro_sfe_cpp`, truth, estimate, na_rm) |
26 | | -} |
27 | | - |
| 1 | +# Generated by using Rcpp::compileAttributes() -> do not edit by hand |
| 2 | +# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 |
| 3 | + |
| 4 | +kge_cpp <- function(obs, sim, na_rm = TRUE, version = "2012") { |
| 5 | + .Call(`_tidyhydro_kge_cpp`, obs, sim, na_rm, version) |
| 6 | +} |
| 7 | + |
| 8 | +mse_cpp <- function(truth, estimate, na_rm = TRUE) { |
| 9 | + .Call(`_tidyhydro_mse_cpp`, truth, estimate, na_rm) |
| 10 | +} |
| 11 | + |
| 12 | +nse_cpp <- function(truth, estimate, performance = FALSE, na_rm = TRUE) { |
| 13 | + .Call(`_tidyhydro_nse_cpp`, truth, estimate, performance, na_rm) |
| 14 | +} |
| 15 | + |
| 16 | +pbias_cpp <- function(truth, estimate, performance = FALSE, na_rm = TRUE) { |
| 17 | + .Call(`_tidyhydro_pbias_cpp`, truth, estimate, performance, na_rm) |
| 18 | +} |
| 19 | + |
| 20 | +press_cpp <- function(truth, estimate, na_rm = TRUE) { |
| 21 | + .Call(`_tidyhydro_press_cpp`, truth, estimate, na_rm) |
| 22 | +} |
| 23 | + |
| 24 | +sfe_cpp <- function(truth, estimate, na_rm = TRUE) { |
| 25 | + .Call(`_tidyhydro_sfe_cpp`, truth, estimate, na_rm) |
| 26 | +} |
| 27 | + |
0 commit comments