Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiccha committed Dec 18, 2024
1 parent 40daf95 commit 2e3d19f
Show file tree
Hide file tree
Showing 5 changed files with 2,734 additions and 20,328 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
70f1ff29
5f217a6a
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ <h2 id="toc-title">On this page</h2>
<li><a href="#some-models-may-have-been-implemented-suboptimally" id="toc-some-models-may-have-been-implemented-suboptimally" class="nav-link" data-scroll-target="#some-models-may-have-been-implemented-suboptimally">Some models may have been implemented suboptimally</a></li>
</ul></li>
<li><a href="#using-and-testing-the-implementations" id="toc-using-and-testing-the-implementations" class="nav-link" data-scroll-target="#using-and-testing-the-implementations">Using and testing the implementations</a></li>
<li><a href="#overview-of-implemented-posteriors" id="toc-overview-of-implemented-posteriors" class="nav-link" data-scroll-target="#overview-of-implemented-posteriors">Overview of implemented posteriors</a></li>
</ul>
</nav>
</div>
Expand Down Expand Up @@ -256,12 +255,8 @@ <h2 class="anchored" data-anchor-id="some-models-may-have-been-implemented-subop
</section>
<section id="using-and-testing-the-implementations" class="level1">
<h1>Using and testing the implementations</h1>
<p>See <a href="https://nsiccha.github.io/StanBlocks.jl/#overview-of-posteriors">https://nsiccha.github.io/StanBlocks.jl/#overview-of-posteriors</a> for an overview of (hopefully) correctly implemented models.</p>
<p>See <a href="https://nsiccha.github.io/StanBlocks.jl/performance.html#tabular-data">https://nsiccha.github.io/StanBlocks.jl/performance.html#tabular-data</a> for an overview of (hopefully) correctly implemented models.</p>
<p>See <a href="https://github.com/nsiccha/StanBlocks.jl/blob/main/test/runtests.jl"><code>test/runtests.jl</code></a> for a way to run and check the models. After importing <code>PosteriorDB</code>, <code>StanLogDensityProblems</code> and <code>LogDensityProblems</code>, you should have access to reference Stan implementations of the log density and of its gradient, see the documentation of <code>StanLogDensityProblems.jl</code>. The Stan log density can then be compared to the Julia log density as is, and after loading Julia’s AD packages, you can also compare the Stan log density gradient to the Julia log density gradient.</p>
</section>
<section id="overview-of-implemented-posteriors" class="level1">
<h1>Overview of implemented posteriors</h1>
<p>Check out <a href="https://nsiccha.github.io/StanBlocks.jl/performance.html">https://nsiccha.github.io/StanBlocks.jl/performance.html</a> for an overview of implemented posteriors and their relative performances.</p>


</section>
Expand Down
Loading

0 comments on commit 2e3d19f

Please sign in to comment.