Skip to content

Commit 8d6809b

Browse files
authored
Merge pull request #23 from atsyplenkov/dev
update news
2 parents 1f89bc1 + 80febf6 commit 8d6809b

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
## Miscellaneous
99

10-
- Added structure. Functions are now grouped into two categories: regression and GOF
10+
- Added structure. Functions are now grouped into three categories: GOF, regression and descriptive statistics
11+
- Improved parameter testing via `quickcheck`
1112

1213
# tidyhydro 0.1.1
1314

vignettes/articles/available_metrics.qmd

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ knitr:
1010
message: false
1111
---
1212

13+
<!-- TODO: use `gt` for tables -->
14+
15+
Metrics and descriptive statistics currently implemented in `tidyhydro` v`r packageVersion("tidyhydro")`
16+
17+
1318
# Goodness-of-fit criteria
1419

1520
| Name | Abbr. | Function calls | Reference |
@@ -20,7 +25,11 @@ knitr:
2025
| Nash-Sutcliffe Efficiency | $NSE$ | `nse` | <span style="font-size: 0.8em;">Nash, J. E., & Sutcliffe, J. V. (1970). *Journal of Hydrology*, 10(3), 282–290.</span> |
2126
| Mean Squared Error | $MSE$ | `mse` | <span style="font-size: 0.8em;">Clark, M. P., Vogel, R. M., Lamontagne, J. R., Mizukami, N., Knoben, W. J. M., Tang, G., Gharari, S., Freer, J. E., Whitfield, P. H., Shook, K. R., & Papalexiou, S. M. (2021). The Abuse of Popular Performance Metrics in Hydrologic Modeling. Water Resources Research, 57(9), e2020WR029001.</span> |
2227
| Percent BIAS | $pBIAS$ | `pbias` | <span style="font-size: 0.8em;">Gupta, H. V., S. Sorooshian, and P. O. Yapo. (1999). Status of automatic calibration for hydrologic models: Comparison with multilevel expert calibration. J. Hydrologic Eng. 4(2): 135-143 </span> |
28+
29+
30+
# Regression
31+
32+
| Name | Abbr. | Function calls | Reference |
33+
|----------------|--------|--------|-------------|
2334
| PRediction Error Sum of Squares | $PRESS$ | `press` | <span style="font-size: 0.8em;"> Rasmussen, P. P., Gray, J. R., Glysson, G. D. & Ziegler, A. C. Guidelines and procedures for computing time-series suspended-sediment concentrations and loads from in-stream turbidity-sensor and streamflow data. in U.S. Geological Survey Techniques and Methods book 3, chap. C4 53 (2009)</span> |
2435
| Standard Factorial Error | $SFE$ | `sfe` | <span style="font-size: 0.8em;"> Herschy, R.W. 1978: Accuracy. Chapter 10 In: Herschy, R.W. (ed.) Hydrometry - principles and practices. John Wiley and Sons, Chichester, 511 p.</span> |
25-
26-
: Metrics currently implemented in `tidyhydro` v`r packageVersion("tidyhydro")`

0 commit comments

Comments
 (0)