Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gplepage committed Mar 30, 2024
1 parent a2e9864 commit 78685bb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified doc/html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified doc/html/.doctrees/outliers.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/html/_sources/outliers.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ in :mod:`vegas`)::
plt.show()

The plots are created from approximately 50,000 random samples ``all_samples``, which
is a dictionary where: ``all_samples['c'][d,i]`` are samples for parameters ``c[d]``
is a dictionary where: ``all_samples['c'][d,i]`` are samples for parameters ``c[d]``
where index ``d=0,1`` labels directions in ``c``-space and index ``i``
labels the sample; and ``all_samples['w'][i]`` and ``all_samples['b'][i]``
are the corresponding samples for parameters ``w`` and ``b``, respectively. The
Expand Down
2 changes: 1 addition & 1 deletion doc/html/outliers.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ <h2>A Solution<a class="headerlink" href="#a-solution" title="Permalink to this
</pre></div>
</div>
<p>The plots are created from approximately 50,000 random samples <code class="docutils literal notranslate"><span class="pre">all_samples</span></code>, which
is a dictionary where: <code class="docutils literal notranslate"><span class="pre">all_samples['c'][d,i]</span></code> are samples for parameters <code class="docutils literal notranslate"><span class="pre">c[d]</span></code>
is a dictionary where: <code class="docutils literal notranslate"><span class="pre">all_samples['c'][d,i]</span></code> are samples for parameters <code class="docutils literal notranslate"><span class="pre">c[d]</span></code>
where index <code class="docutils literal notranslate"><span class="pre">d=0,1</span></code> labels directions in <code class="docutils literal notranslate"><span class="pre">c</span></code>-space and index <code class="docutils literal notranslate"><span class="pre">i</span></code>
labels the sample; and <code class="docutils literal notranslate"><span class="pre">all_samples['w'][i]</span></code> and <code class="docutils literal notranslate"><span class="pre">all_samples['b'][i]</span></code>
are the corresponding samples for parameters <code class="docutils literal notranslate"><span class="pre">w</span></code> and <code class="docutils literal notranslate"><span class="pre">b</span></code>, respectively. The
Expand Down
2 changes: 1 addition & 1 deletion doc/source/outliers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ in :mod:`vegas`)::
plt.show()

The plots are created from approximately 50,000 random samples ``all_samples``, which
is a dictionary where: ``all_samples['c'][d,i]`` are samples for parameters ``c[d]``
is a dictionary where: ``all_samples['c'][d,i]`` are samples for parameters ``c[d]``
where index ``d=0,1`` labels directions in ``c``-space and index ``i``
labels the sample; and ``all_samples['w'][i]`` and ``all_samples['b'][i]``
are the corresponding samples for parameters ``w`` and ``b``, respectively. The
Expand Down

0 comments on commit 78685bb

Please sign in to comment.