Skip to content

Commit b372588

Browse files
committed
Deploying to gh-pages from @ d06ef6e 🚀
1 parent 4c5c360 commit b372588

File tree

31 files changed

+397
-373
lines changed

31 files changed

+397
-373
lines changed

404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
<link href="/site_libs/quarto-html/quarto-syntax-highlighting-065a5179aebd64318d7ea99d77b64a9e.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
4444
<script src="/site_libs/bootstrap/bootstrap.min.js"></script>
4545
<link href="/site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
46-
<link href="/site_libs/bootstrap/bootstrap-72bc20ec8b641581271c4decd4b70944.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
47-
<link href="/site_libs/bootstrap/bootstrap-dark-f5c3e6d222baf51d400d48776cd2e17e.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
48-
<link href="/site_libs/bootstrap/bootstrap-72bc20ec8b641581271c4decd4b70944.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
46+
<link href="/site_libs/bootstrap/bootstrap-156f694a2edb13f075cc0a55896fded0.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
47+
<link href="/site_libs/bootstrap/bootstrap-dark-bceabaab8b6bf8203c8ba7a60bb010c2.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
48+
<link href="/site_libs/bootstrap/bootstrap-156f694a2edb13f075cc0a55896fded0.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
4949
<script id="quarto-search-options" type="application/json">{
5050
"location": "navbar",
5151
"copy-button": false,

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
<link href="site_libs/quarto-html/quarto-syntax-highlighting-065a5179aebd64318d7ea99d77b64a9e.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
8282
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
8383
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
84-
<link href="site_libs/bootstrap/bootstrap-72bc20ec8b641581271c4decd4b70944.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
85-
<link href="site_libs/bootstrap/bootstrap-dark-f5c3e6d222baf51d400d48776cd2e17e.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
86-
<link href="site_libs/bootstrap/bootstrap-72bc20ec8b641581271c4decd4b70944.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
84+
<link href="site_libs/bootstrap/bootstrap-156f694a2edb13f075cc0a55896fded0.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
85+
<link href="site_libs/bootstrap/bootstrap-dark-bceabaab8b6bf8203c8ba7a60bb010c2.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
86+
<link href="site_libs/bootstrap/bootstrap-156f694a2edb13f075cc0a55896fded0.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
8787
<script id="quarto-search-options" type="application/json">{
8888
"location": "navbar",
8989
"copy-button": false,
@@ -507,7 +507,7 @@ <h5 id="composable">Composable</h5>
507507
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a> <span class="co"># Priors</span></span>
508508
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a> α <span class="op">~</span> <span class="fu">Normal</span>(<span class="fl">0</span>, <span class="fl">1</span>)</span>
509509
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a> β <span class="op">~</span> <span class="fu">Normal</span>(<span class="fl">0</span>, <span class="fl">1</span>)</span>
510-
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a> σ² <span class="op">~</span> <span class="fu">truncated</span>(<span class="fu">Normal</span>(<span class="fl">0</span>, <span class="fl">1</span>), lower<span class="op">=</span><span class="fl">0</span>)</span>
510+
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a> σ² <span class="op">~</span> <span class="fu">truncated</span>(<span class="fu">Cauchy</span>(<span class="fl">0</span>, <span class="fl">3</span>); lower<span class="op">=</span><span class="fl">0</span>)</span>
511511
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a></span>
512512
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a> <span class="co"># Likelihood</span></span>
513513
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a> μ <span class="op">=</span> α <span class="op">.+</span> β <span class="op">.*</span> x</span>

library/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-065a5179aebd64318d7ea99d77b64a9e.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
4646
<script src="../site_libs/bootstrap/bootstrap.min.js"></script>
4747
<link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
48-
<link href="../site_libs/bootstrap/bootstrap-72bc20ec8b641581271c4decd4b70944.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
49-
<link href="../site_libs/bootstrap/bootstrap-dark-f5c3e6d222baf51d400d48776cd2e17e.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
50-
<link href="../site_libs/bootstrap/bootstrap-72bc20ec8b641581271c4decd4b70944.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
48+
<link href="../site_libs/bootstrap/bootstrap-156f694a2edb13f075cc0a55896fded0.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
49+
<link href="../site_libs/bootstrap/bootstrap-dark-bceabaab8b6bf8203c8ba7a60bb010c2.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
50+
<link href="../site_libs/bootstrap/bootstrap-156f694a2edb13f075cc0a55896fded0.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
5151
<script id="quarto-search-options" type="application/json">{
5252
"location": "navbar",
5353
"copy-button": false,

listings.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
"/news/posts/2019-12-14-initial-post/index.html"
2525
]
2626
},
27+
{
28+
"listing": "/team/index.html",
29+
"items": []
30+
},
31+
{
32+
"listing": "/library/index.html",
33+
"items": []
34+
},
2735
{
2836
"listing": "/index.html",
2937
"items": [
@@ -48,13 +56,5 @@
4856
"/news/posts/2020-02-12-jsoc/index.html",
4957
"/news/posts/2019-12-14-initial-post/index.html"
5058
]
51-
},
52-
{
53-
"listing": "/team/index.html",
54-
"items": []
55-
},
56-
{
57-
"listing": "/library/index.html",
58-
"items": []
5959
}
6060
]

0 commit comments

Comments
 (0)