The package implements the following Bayesian hierarchical discharge rating curve models for paired measurements of stage and discharge in rivers described in Hrafnkelsson et al.:
plm0()
- Power-law model with constant variance
plm()
- Power-law model with variance that may vary with stage
gplm0()
- Generalized power-law model with constant variance
gplm()
- Generalized power-law model with variance that may vary with
stage
# Install release version from CRAN
install.packages("bdrc")
# Install development version from GitHub
devtools::install_github("sor16/bdrc")