forked from sor16/bdrc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
38 lines (28 loc) · 1.25 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```
## bdrc - Bayesian Discharge Rating Curves <img src="man/figures/logo.png" align="right" alt="" width="140" />
<!-- badges: start -->
[](https://codecov.io/gh/sor16/bdrc?branch=master)
[](https://github.com/sor16/bdrc/actions)
<!-- badges: end -->
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
```{r, eval = FALSE}
# Install release version from CRAN
install.packages("bdrc")
# Install development version from GitHub
devtools::install_github("sor16/bdrc")
```