Skip to content

Commit

Permalink
Deploying to gh-pages from @ 406cd86 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhm committed Sep 27, 2023
1 parent 7a462c3 commit 7601c93
Show file tree
Hide file tree
Showing 83 changed files with 271 additions and 272 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/notebooks/0-Creating_networks.doctree
Binary file not shown.
Binary file modified .doctrees/notebooks/0-Theory.doctree
Binary file not shown.
Binary file modified .doctrees/notebooks/1.1-Binary_HGF.doctree
Binary file not shown.
Binary file modified .doctrees/notebooks/1.2-Categorical_HGF.doctree
Binary file not shown.
Binary file modified .doctrees/notebooks/1.3-Continuous_HGF.doctree
Binary file not shown.
Binary file modified .doctrees/notebooks/2-Using_custom_response_functions.doctree
Binary file not shown.
Binary file modified .doctrees/notebooks/3-Multilevel_HGF.doctree
Binary file not shown.
Binary file modified .doctrees/notebooks/4-Parameter_recovery.doctree
Binary file not shown.
Binary file modified .doctrees/notebooks/Example_1_Heart_rate_variability.doctree
Binary file not shown.
Binary file modified .doctrees/notebooks/Exercise_1_Using_the_HGF.doctree
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Diff not rendered.
Diff not rendered.
File renamed without changes
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
2 changes: 1 addition & 1 deletion _modules/pyhgf/math.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ <h1>Source code for pyhgf.math</h1><div class="highlight"><pre>

<span class="sd"> .. math::</span>

<span class="sd"> \frac{1}{2} \log(2 \pi) - \log(\hat{\pi}) + \hat{\pi}\sqrt{x - \hat{\mu}}</span>
<span class="sd"> \frac{1}{2} (\log(2 \pi) - \log(\hat{\pi}) + \hat{\pi}(x - \hat{\mu})^2)</span>

<span class="sd"> where :math:`\pi` is the mathematical constant.</span>

Expand Down
2 changes: 1 addition & 1 deletion generated/pyhgf.math/pyhgf.math.gaussian_surprise.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ <h1>pyhgf.math.gaussian_surprise<a class="headerlink" href="#pyhgf-math-gaussian
with expected mean <span class="math notranslate nohighlight">\(\hat{\mu}\)</span> and expected precision <span class="math notranslate nohighlight">\(\hat{\pi}\)</span> is
given by:</p>
<div class="math notranslate nohighlight">
\[\frac{1}{2} \log(2 \pi) - \log(\hat{\pi}) + \hat{\pi}\sqrt{x - \hat{\mu}}\]</div>
\[\frac{1}{2} (\log(2 \pi) - \log(\hat{\pi}) + \hat{\pi}(x - \hat{\mu})^2)\]</div>
<p>where <span class="math notranslate nohighlight">\(\pi\)</span> is the mathematical constant.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
Expand Down
Loading

0 comments on commit 7601c93

Please sign in to comment.