Skip to content

Commit

Permalink
build based on d364639
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Apr 19, 2024
1 parent f9f1405 commit 5f1b594
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion dev/distributions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
dist: Beta{Float64}(α=2.0, β=2.0)
transform: Bijectors.Logit{Float64, Float64}(0.0, 1.0)
)</code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; tdist isa UnivariateDistribution</code><code class="nohighlight hljs ansi" style="display:block;">true</code></pre><p>We can the then compute the <code>logpdf</code> for the resulting distribution:</p><pre><code class="language-julia-repl hljs" style="display:block;">julia&gt; # Some example values
x = rand(dist)</code><code class="nohighlight hljs ansi" style="display:block;">0.5399772085282485</code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; y = tdist.transform(x)</code><code class="nohighlight hljs ansi" style="display:block;">0.1602508973049689</code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; logpdf(tdist, y)</code><code class="nohighlight hljs ansi" style="display:block;">-0.9936557123566945</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../transforms/">« Transforms</a><a class="docs-footer-nextpage" href="../examples/">Examples »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.25 on <span class="colophon-date" title="Friday 19 April 2024 08:32">Friday 19 April 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
x = rand(dist)</code><code class="nohighlight hljs ansi" style="display:block;">0.4232850890988823</code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; y = tdist.transform(x)</code><code class="nohighlight hljs ansi" style="display:block;">-0.30930213431480513</code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; logpdf(tdist, y)</code><code class="nohighlight hljs ansi" style="display:block;">-1.0284736919439514</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../transforms/">« Transforms</a><a class="docs-footer-nextpage" href="../examples/">Examples »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.25 on <span class="colophon-date" title="Friday 19 April 2024 08:34">Friday 19 April 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 5f1b594

Please sign in to comment.