Skip to content

Latest commit

 

History

History
executable file
·
34 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
34 lines (23 loc) · 1.08 KB

bdrc - Bayesian Discharge Rating Curves

Codecov test coverage R build status

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

Installation

# Install release version from CRAN
install.packages("bdrc")
# Install development version from GitHub
devtools::install_github("sor16/bdrc")