The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

The bdrc package provides tools for fitting discharge
rating curves using Bayesian hierarchical models. It implements both the
classical power-law and the novel generalized power-law models, offering
flexibility in handling various hydrological scenarios.
This package implements four models as described in Hrafnkelsson et al. (2022):
plm0() - Power-law model with constant log-error
variance.
plm() - Power-law model with stage-dependent
log-error variance.
gplm0() - Generalized power-law model with constant
log-error variance.
gplm() - Generalized power-law model with
stage-dependent log-error variance.
# Install release version from CRAN
install.packages("bdrc")
# Install development version from GitHub
devtools::install_github("sor16/bdrc")Fitting a discharge rating curve with bdrc is straightforward:
library(bdrc)
data(krokfors)
gplm.fit <- gplm(Q ~ W, krokfors)
summary(gplm.fit)
plot(gplm.fit)For a deeper dive into the package’s functionality, visualization options, and the underlying theory of the models, please check out our vignettes:
Hrafnkelsson, B., Sigurdarson, H., Rögnvaldsson, S., Jansson, A. Ö., Vias, R. D., and Gardarsson, S. M. (2022). Generalization of the power-law rating curve using hydrodynamic theory and Bayesian hierarchical modeling, Environmetrics, 33(2):e2711. doi: https://doi.org/10.1002/env.2711
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.