-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
83 lines (63 loc) · 7.26 KB
/
index.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Changelog • bdrc</title><!-- favicons --><link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png"><link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png"><link rel="apple-touch-icon" type="image/png" sizes="180x180" href="../apple-touch-icon.png"><link rel="apple-touch-icon" type="image/png" sizes="120x120" href="../apple-touch-icon-120x120.png"><link rel="apple-touch-icon" type="image/png" sizes="76x76" href="../apple-touch-icon-76x76.png"><link rel="apple-touch-icon" type="image/png" sizes="60x60" href="../apple-touch-icon-60x60.png"><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="../deps/font-awesome-6.4.2/css/all.min.css" rel="stylesheet"><link href="../deps/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet"><script src="../deps/headroom-0.11.0/headroom.min.js"></script><script src="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="../deps/search-1.0.0/fuse.min.js"></script><script src="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><meta property="og:title" content="Changelog"><meta property="og:image" content="https://sor16.github.io/bdrc/logo.png"><meta name="robots" content="noindex"></head><body>
<a href="#main" class="visually-hidden-focusable">Skip to contents</a>
<nav class="navbar navbar-expand-lg fixed-top bg-light" data-bs-theme="default" aria-label="Site navigation"><div class="container">
<a class="navbar-brand me-2" href="../index.html">bdrc</a>
<small class="nav-text text-danger me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="In-development version">1.1.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbar" class="collapse navbar-collapse ms-3">
<ul class="navbar-nav me-auto"><li class="nav-item"><a class="nav-link" href="../articles/background.html">Background</a></li>
<li class="nav-item"><a class="nav-link" href="../reference/index.html">Reference</a></li>
<li class="nav-item dropdown">
<button class="nav-link dropdown-toggle" type="button" id="dropdown-articles" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Articles</button>
<ul class="dropdown-menu" aria-labelledby="dropdown-articles"><li><a class="dropdown-item" href="../articles/introduction.html">Introduction to bdrc</a></li>
<li><a class="dropdown-item" href="../articles/tournament.html">Tournament - Model Comparison</a></li>
</ul></li>
<li class="active nav-item"><a class="nav-link" href="../news/index.html">News</a></li>
</ul><ul class="navbar-nav"><li class="nav-item"><form class="form-inline" role="search">
<input class="form-control" type="search" name="search-input" id="search-input" autocomplete="off" aria-label="Search site" placeholder="Search for" data-search-index="../search.json"></form></li>
<li class="nav-item"><a class="external-link nav-link" href="https://github.com/sor16/bdrc/" aria-label="GitHub"><span class="fa fab fa-github fa-lg"></span></a></li>
</ul></div>
</div>
</nav><div class="container template-news">
<div class="row">
<main id="main" class="col-md-9"><div class="page-header">
<img src="../logo.png" class="logo" alt=""><h1>Changelog</h1>
<small>Source: <a href="https://github.com/sor16/bdrc/blob/HEAD/NEWS.md" class="external-link"><code>NEWS.md</code></a></small>
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="2.0.0" id="bdrc-200">bdrc 2.0.0<a class="anchor" aria-label="anchor" href="#bdrc-200"></a></h2>
<ul><li>Integrated C++ via Rcpp and RcppArmadillo packages for significant performance improvements.</li>
<li>Multiple functions rewritten in C++ to speed up the MCMC sampling algorithm and various other tasks.</li>
<li>The “Deviance” posterior output has been transformed and renamed “Posterior log-likelihood”. The Deviance was previously calculated as -2 times the Posterior log-likelihood.</li>
<li>The plot(tournament_obj, type = “Deviance”) figure is now created by evaluating plot(tournament_obj, type = “boxplot”).</li>
<li>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).</li>
<li>Pointwise WAIC values (WAIC_i) stored to the model objects.</li>
<li>Implemented standard error computations for WAIC and Delta_WAIC estimates.</li>
<li>Applied log-sum-exp trick in WAIC and Bayes factor calculations for numerical stability.</li>
<li>Added DOI links to references.</li>
<li>Revised summary() output for tournament objects.</li>
<li>Updated package vignettes to reflect recent changes and improvements.</li>
</ul></div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="1.1.0" id="bdrc-110">bdrc 1.1.0<a class="anchor" aria-label="anchor" href="#bdrc-110"></a></h2><p class="text-muted">CRAN release: 2023-03-19</p>
<ul><li>The tournament function now supports information criteria (WAIC & DIC) as the model selection criteria, WAIC being the new default.</li>
<li>Six new real-world datasets from Iceland and Sweden containing paired observations of stage and discharge have be included in the package.</li>
<li>The package can now also be used in a user-friendly interactive rating curve builder Shiny application [<a href="https://bdrc.shinyapps.io/bdrc/" class="external-link uri">https://bdrc.shinyapps.io/bdrc/</a>].</li>
</ul></div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="1.0.0" id="bdrc-100">bdrc 1.0.0<a class="anchor" aria-label="anchor" href="#bdrc-100"></a></h2><p class="text-muted">CRAN release: 2021-07-28</p>
<ul><li>Release of the first version of the package.</li>
</ul></div>
</main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
</nav></aside></div>
<footer><div class="pkgdown-footer-left">
<p>Developed by <a href="https://english.hi.is/staff/birgirhr" class="external-link">Birgir Hrafnkelsson</a>, <a href="https://github.com/sor16" class="external-link">Solvi Rognvaldsson</a>, <a href="https://github.com/axelornj" class="external-link">Axel Orn Jansson</a>, Rafael Daníel Vias.</p>
</div>
<div class="pkgdown-footer-right">
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.0.</p>
</div>
</footer></div>
</body></html>