Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gplepage committed Mar 5, 2024
1 parent 7923789 commit 4d924f4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
Binary file modified doc/html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified doc/html/.doctrees/tutorial.doctree
Binary file not shown.
4 changes: 3 additions & 1 deletion doc/html/_sources/tutorial.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,9 @@ for ``fp``, which confirms that it is not particularly Gaussian:
The discussion in :ref:`case_curve_fitting` illustrates how
|PDFIntegrator| can be used with a non-Gaussian PDF in two
examples, one with 4 |~| parameters
and the other with 22 |~| parameters.
and the other with 22 |~| parameters. Also the :mod:`lsqfit`
Python module uses it in a least-squares fitter :class:`vegas_fit`
that uses Bayesian integration (rather than minimization).


Faster Integrands
Expand Down
2 changes: 1 addition & 1 deletion doc/html/searchindex.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion doc/html/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,9 @@ <h2>PDF Integrals<a class="headerlink" href="#pdf-integrals" title="Permalink to
<p>The discussion in <a class="reference internal" href="outliers.html#case-curve-fitting"><span class="std std-ref">Case Study: Bayesian Curve Fitting</span></a> illustrates how
<a class="reference internal" href="vegas.html#vegas.PDFIntegrator" title="vegas.PDFIntegrator"><code class="xref py py-class docutils literal notranslate"><span class="pre">vegas.PDFIntegrator</span></code></a> can be used with a non-Gaussian PDF in two
examples, one with 4   parameters
and the other with 22   parameters.</p>
and the other with 22   parameters. Also the <code class="xref py py-mod docutils literal notranslate"><span class="pre">lsqfit</span></code>
Python module uses it in a least-squares fitter <code class="xref py py-class docutils literal notranslate"><span class="pre">vegas_fit</span></code>
that uses Bayesian integration (rather than minimization).</p>
</section>
<section id="faster-integrands">
<h2>Faster Integrands<a class="headerlink" href="#faster-integrands" title="Permalink to this heading"></a></h2>
Expand Down
4 changes: 3 additions & 1 deletion doc/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,9 @@ for ``fp``, which confirms that it is not particularly Gaussian:
The discussion in :ref:`case_curve_fitting` illustrates how
|PDFIntegrator| can be used with a non-Gaussian PDF in two
examples, one with 4 |~| parameters
and the other with 22 |~| parameters.
and the other with 22 |~| parameters. Also the :mod:`lsqfit`
Python module uses it in a least-squares fitter :class:`vegas_fit`
that uses Bayesian integration (rather than minimization).


Faster Integrands
Expand Down

0 comments on commit 4d924f4

Please sign in to comment.