Skip to content

Commit

Permalink
Deploying to gh-pages from @ d053e23 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Dec 27, 2024
1 parent 0195220 commit ffbe3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithms/mclmc.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,8 @@ <h2>Validate the choice of <span class="math notranslate nohighlight">\(\epsilon
<h2>A more complex example<a class="headerlink" href="#a-more-complex-example" title="Link to this heading">#</a></h2>
<p>We now consider a more complex model, of stock volatility.</p>
<p>The returns <span class="math notranslate nohighlight">\(r_n\)</span> are modeled by a Student’s-t distribution whose scale (volatility) <span class="math notranslate nohighlight">\(R_n\)</span> is time varying and unknown. The prior for <span class="math notranslate nohighlight">\(\log R_n\)</span> is a Gaussian random walk, with an exponential distribution of the random walk step-size <span class="math notranslate nohighlight">\(\sigma\)</span>. An exponential prior is also taken for the Student’s-t degrees of freedom <span class="math notranslate nohighlight">\(\nu\)</span>. The generative process of the data is:</p>
<div class="amsmath math notranslate nohighlight" id="equation-f50527bd-024c-4f9b-8bbd-75c1ed2c9373">
<span class="eqno">(1)<a class="headerlink" href="#equation-f50527bd-024c-4f9b-8bbd-75c1ed2c9373" title="Permalink to this equation">#</a></span>\[\begin{align}
<div class="amsmath math notranslate nohighlight" id="equation-3f2b4abf-6095-48c8-af87-c6c5f185bc37">
<span class="eqno">(1)<a class="headerlink" href="#equation-3f2b4abf-6095-48c8-af87-c6c5f185bc37" title="Permalink to this equation">#</a></span>\[\begin{align}
&amp;r_n / R_n \sim \text{Student's-t}(\nu) \qquad
&amp;&amp;\nu \sim \text{Exp}(\lambda = 1/10) \\ \nonumber
&amp;\log R_n \sim \mathcal{N}(\log R_{n-1}, \sigma) \qquad
Expand Down

0 comments on commit ffbe3f7

Please sign in to comment.