- Added
measure_setfunction to combine different descriptive statistics, of classmeasure
- Added RMSE (
rmse) and log-transformed KGE (kgelog,kgelog_lowandkgelog_hi) - Introduced descriptive statistics class —
measure - Added
cv,gmmeasures
- Added structure. Functions are now grouped into three categories: GOF, regression and descriptive statistics
- Improved parameter testing via
quickcheck
- Added support for modified Kling-Gupta Efficiency (
kge2012), aka$KGE'$ (#8) - Added vignettes and website (#14)
- Improved documentation by switching from
\urlto\doi - Removed unicode characters
- Created website with vignettes (https://atsyplenkov.github.io/tidyhydro)
- Added Kling-Gupta Efficiency (
kge). - Added Mean Squared Error (
mse). - Added example dataset (
avacha) with observed and modelled daily water discharge measurements in cubic meters per second (#6).
nsewithna_rm = TRUEflag and missing values present in both simulated and observed time series now returns the same results ashydroGOF::NSE(). Previously, it did not skip missing values in the observed time series.
- Introduced parameter testing via
quickcheck(#3). Estimated metrics are now validated against their implementations in thehydroGOFpackage. - Removed unnecessary dependencies (#2).
- Updated documentation with equations and references.
- Added Standard Factorial Error (
sfe).
- Added PRediction Error Sum of Squares (
press).