|
81 | 81 | <link href="site_libs/quarto-html/quarto-syntax-highlighting-065a5179aebd64318d7ea99d77b64a9e.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles"> |
82 | 82 | <script src="site_libs/bootstrap/bootstrap.min.js"></script> |
83 | 83 | <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"> |
87 | 87 | <script id="quarto-search-options" type="application/json">{ |
88 | 88 | "location": "navbar", |
89 | 89 | "copy-button": false, |
@@ -507,7 +507,7 @@ <h5 id="composable">Composable</h5> |
507 | 507 | <span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a> <span class="co"># Priors</span></span> |
508 | 508 | <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> |
509 | 509 | <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> |
511 | 511 | <span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a></span> |
512 | 512 | <span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a> <span class="co"># Likelihood</span></span> |
513 | 513 | <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> |
|
0 commit comments