Skip to content

Commit 57e6fa0

Browse files
Fix typo in bayesml.normal.html
1 parent 7b5876b commit 57e6fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/bayesml.normal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ <h1>bayesml.normal package<a class="headerlink" href="#bayesml-normal-package" t
315315
m_n &amp;= \frac{\kappa_0 m_0 + n \bar{x}}{\kappa_0 + n}, \\
316316
\kappa_n &amp;= \kappa_0 + n, \\
317317
\alpha_n &amp;= \alpha_0 + \frac{n}{2}, \\
318-
\beta_n &amp;= \beta_0 + \frac{1}{2} \left( \sum_{i=1}^n (x_i - \bar{x})^2 + \frac{\kappa_0 n}{\kappa_n + n} (\bar{x} - m_0)^2 \right).\end{split}\]</div>
318+
\beta_n &amp;= \beta_0 + \frac{1}{2} \left( \sum_{i=1}^n (x_i - \bar{x})^2 + \frac{\kappa_0 n}{\kappa_0 + n} (\bar{x} - m_0)^2 \right).\end{split}\]</div>
319319
<p>The predictive distribution is as follows:</p>
320320
<ul class="simple">
321321
<li><p><span class="math notranslate nohighlight">\(x_{n+1} \in \mathbb{R}\)</span>: a new data point</p></li>
@@ -946,4 +946,4 @@ <h1>bayesml.normal package<a class="headerlink" href="#bayesml-normal-package" t
946946
<script src="_static/js/index.be7d3bbb2ef33a8344ce.js"></script>
947947

948948
</body>
949-
</html>
949+
</html>

0 commit comments

Comments
 (0)