mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-17 04:53:42 +02:00
Documentation updated
This commit is contained in:
parent
bf3eda40c2
commit
eec13a754e
9 changed files with 744 additions and 670 deletions
|
@ -121,9 +121,6 @@
|
|||
<span class="sd"> automatic differentiation to work, all numpy functions have to have</span>
|
||||
<span class="sd"> the autograd wrapper (use 'import autograd.numpy as anp').</span>
|
||||
<span class="sd"> data -- list of Obs, e.g. [obs1, obs2, obs3].</span>
|
||||
|
||||
<span class="sd"> Keyword arguments</span>
|
||||
<span class="sd"> -----------------</span>
|
||||
<span class="sd"> man_grad -- manually supply a list or an array which contains the jacobian</span>
|
||||
<span class="sd"> of func. Use cautiously, supplying the wrong derivative will</span>
|
||||
<span class="sd"> not be intercepted.</span>
|
||||
|
@ -667,9 +664,6 @@
|
|||
<span class="sd"> automatic differentiation to work, all numpy functions have to have</span>
|
||||
<span class="sd"> the autograd wrapper (use 'import autograd.numpy as anp').</span>
|
||||
<span class="sd"> data -- list of Obs, e.g. [obs1, obs2, obs3].</span>
|
||||
|
||||
<span class="sd"> Keyword arguments</span>
|
||||
<span class="sd"> -----------------</span>
|
||||
<span class="sd"> man_grad -- manually supply a list or an array which contains the jacobian</span>
|
||||
<span class="sd"> of func. Use cautiously, supplying the wrong derivative will</span>
|
||||
<span class="sd"> not be intercepted.</span>
|
||||
|
@ -769,13 +763,9 @@ using automatic differentiation.</p>
|
|||
<li><strong>func -- arbitrary function of the form func(data, **kwargs). For the</strong>: automatic differentiation to work, all numpy functions have to have
|
||||
the autograd wrapper (use 'import autograd.numpy as anp').</li>
|
||||
<li><strong>data -- list of Obs, e.g. [obs1, obs2, obs3].</strong></li>
|
||||
<li><strong>man_grad -- manually supply a list or an array which contains the jacobian</strong>: of func. Use cautiously, supplying the wrong derivative will
|
||||
not be intercepted.</li>
|
||||
</ul>
|
||||
|
||||
<h6 id="keyword-arguments">Keyword arguments</h6>
|
||||
|
||||
<p>man_grad -- manually supply a list or an array which contains the jacobian
|
||||
of func. Use cautiously, supplying the wrong derivative will
|
||||
not be intercepted.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue