Documentation updated

This commit is contained in:
fjosw 2021-12-13 17:12:32 +00:00
parent 9edaf07068
commit 5190b22791
2 changed files with 4 additions and 7 deletions

View file

@ -1651,8 +1651,7 @@
<span class="sd"> The gamma method has to be applied first to both observables.</span>
<span class="sd"> If abs(covariance(obs1, obs2)) &gt; obs1.dvalue * obs2.dvalue, the covariance</span>
<span class="sd"> is constrained to the maximum value in order to make sure that covariance</span>
<span class="sd"> matrices are positive semidefinite.</span>
<span class="sd"> is constrained to the maximum value.</span>
<span class="sd"> Keyword arguments</span>
<span class="sd"> -----------------</span>
@ -4842,8 +4841,7 @@ Second observable</li>
<span class="sd"> The gamma method has to be applied first to both observables.</span>
<span class="sd"> If abs(covariance(obs1, obs2)) &gt; obs1.dvalue * obs2.dvalue, the covariance</span>
<span class="sd"> is constrained to the maximum value in order to make sure that covariance</span>
<span class="sd"> matrices are positive semidefinite.</span>
<span class="sd"> is constrained to the maximum value.</span>
<span class="sd"> Keyword arguments</span>
<span class="sd"> -----------------</span>
@ -4974,8 +4972,7 @@ Second observable</li>
The gamma method has to be applied first to both observables.</p>
<p>If abs(covariance(obs1, obs2)) &gt; obs1.dvalue * obs2.dvalue, the covariance
is constrained to the maximum value in order to make sure that covariance
matrices are positive semidefinite.</p>
is constrained to the maximum value.</p>
<h6 id="keyword-arguments">Keyword arguments</h6>

File diff suppressed because one or more lines are too long