]> nmode's Git Repositories - Rnaught/blobdiff - articles/seq_bayes_post.html
Deploying to gh-pages from @ MI2YorkU/Rnaught@9f3cbff9f95ea9235325a5ef7bfbb45121bbbee6 🚀
[Rnaught] / articles / seq_bayes_post.html
index 7bef62a018406294f89139098f77baa7d64bd241..1317ad04f36097e49743223d59f3a0ebfa7106d3 100644 (file)
@@ -6,6 +6,12 @@
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 <title>Sequential Bayes: Utilizing the Posterior Distribution â€¢ Rnaught</title>
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 <title>Sequential Bayes: Utilizing the Posterior Distribution â€¢ Rnaught</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.5.2/css/all.min.css" rel="stylesheet">
 <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.5.2/css/all.min.css" rel="stylesheet">
@@ -29,6 +35,7 @@
 
     <div id="navbar" class="collapse navbar-collapse ms-3">
       <ul class="navbar-nav me-auto">
 
     <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/Rnaught.html">Get started</a></li>
 <li class="nav-item"><a class="nav-link" href="../reference/index.html">Reference</a></li>
 <li class="active 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>
 <li class="nav-item"><a class="nav-link" href="../reference/index.html">Reference</a></li>
 <li class="active 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>
@@ -67,7 +74,7 @@
 <p>In the Sequential Bayes method, the probability distribution of R0 is
 updated sequentially from one case count to the next, starting from a
 (discretized) uniform prior. By default, the function
 <p>In the Sequential Bayes method, the probability distribution of R0 is
 updated sequentially from one case count to the next, starting from a
 (discretized) uniform prior. By default, the function
-<code>seq_bayes</code> returns the mean of the last updated posterior
+<code><a href="../reference/seq_bayes.html">seq_bayes()</a></code> returns the mean of the last updated posterior
 distribution as its estimate of R0. However, by setting the parameter
 <code>post</code> to <code>TRUE</code>, it is possible to return the
 final distribution itself:</p>
 distribution as its estimate of R0. However, by setting the parameter
 <code>post</code> to <code>TRUE</code>, it is possible to return the
 final distribution itself:</p>