Skip to content

Releases: sor16/bdrc

bdrc 2.0.1

25 Mar 22:42

Choose a tag to compare

bdrc 2.0.1

Patch release with minor fixes.

bdrc 2.0.0

  • Integrated C++ via Rcpp and RcppArmadillo packages for significant performance improvements.
  • Multiple functions rewritten in C++ to speed up the MCMC sampling algorithm and various other tasks.
  • The "Deviance" posterior output has been transformed and renamed "Posterior log-likelihood".
  • The log-likelihood of the models is now computed with the log-transformed discharge observations (normally distributed), rather than with discharge on the real scale (log-normally distributed).
  • Pointwise WAIC values (WAIC_i) stored to the model objects.
  • Implemented standard error computations for WAIC and Delta_WAIC estimates.
  • Applied log-sum-exp trick in WAIC and Bayes factor calculations for numerical stability.
  • Updated package vignettes to reflect recent changes and improvements.

bdrc 1.1.0

09 Apr 16:13

Choose a tag to compare

  • The tournament function now supports information criteria (WAIC & DIC) as the model selection criteria, WAIC being the new default.
  • Six new real-world datasets from Iceland and Sweden containing paired observations of stage and discharge have be included in the package.
  • The package can now also be used in a user-friendly interactive rating curve builder Shiny application [https://bdrc.shinyapps.io/bdrc/].

v1.0.0

29 Jul 22:42

Choose a tag to compare

Release of the first version of the package.