mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
Documentation updated
This commit is contained in:
parent
f937ab6114
commit
94cbd87271
2 changed files with 24 additions and 1 deletions
|
@ -62,6 +62,7 @@
|
|||
<li><a href="#exponential-tails">Exponential tails</a></li>
|
||||
<li><a href="#covariance">Covariance</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#correlators">Correlators</a></li>
|
||||
<li><a href="#optimization-fits-roots">Optimization / fits / roots</a></li>
|
||||
<li><a href="#complex-observables">Complex observables</a></li>
|
||||
<li><a href="#matrix-operations">Matrix operations</a></li>
|
||||
|
@ -162,13 +163,26 @@ It is based on the <strong>gamma method</strong> <a href="https://arxiv.org/abs/
|
|||
|
||||
<h2 id="covariance">Covariance</h2>
|
||||
|
||||
<h1 id="correlators">Correlators</h1>
|
||||
|
||||
<p><code><a href="pyerrors/correlators.html#Corr">pyerrors.correlators.Corr</a></code></p>
|
||||
|
||||
<h1 id="optimization-fits-roots">Optimization / fits / roots</h1>
|
||||
|
||||
<p><code><a href="pyerrors/fits.html">pyerrors.fits</a></code>
|
||||
<code><a href="pyerrors/roots.html">pyerrors.roots</a></code></p>
|
||||
|
||||
<h1 id="complex-observables">Complex observables</h1>
|
||||
|
||||
<p><code><a href="pyerrors/obs.html#CObs">pyerrors.obs.CObs</a></code></p>
|
||||
|
||||
<h1 id="matrix-operations">Matrix operations</h1>
|
||||
|
||||
<p><code><a href="pyerrors/linalg.html">pyerrors.linalg</a></code></p>
|
||||
|
||||
<h1 id="input">Input</h1>
|
||||
|
||||
<p><code><a href="pyerrors/input.html">pyerrors.input</a></code></p>
|
||||
</div>
|
||||
|
||||
<details>
|
||||
|
@ -230,13 +244,22 @@ It is based on the <strong>gamma method</strong> <a href="https://arxiv.org/abs/
|
|||
|
||||
<span class="sd">## Covariance</span>
|
||||
|
||||
<span class="sd"># Correlators</span>
|
||||
<span class="sd">`pyerrors.correlators.Corr`</span>
|
||||
|
||||
<span class="sd"># Optimization / fits / roots</span>
|
||||
<span class="sd">`pyerrors.fits`</span>
|
||||
<span class="sd">`pyerrors.roots`</span>
|
||||
|
||||
|
||||
<span class="sd"># Complex observables</span>
|
||||
<span class="sd">`pyerrors.obs.CObs`</span>
|
||||
|
||||
<span class="sd"># Matrix operations</span>
|
||||
<span class="sd">`pyerrors.linalg`</span>
|
||||
|
||||
<span class="sd"># Input</span>
|
||||
<span class="sd">`pyerrors.input`</span>
|
||||
<span class="sd">'''</span>
|
||||
<span class="kn">from</span> <span class="nn">.obs</span> <span class="kn">import</span> <span class="o">*</span>
|
||||
<span class="kn">from</span> <span class="nn">.correlators</span> <span class="kn">import</span> <span class="o">*</span>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue