Skip to content

Commit

Permalink
Update numpy_guide.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Myles244 committed Dec 16, 2024
1 parent f9ed2db commit 4fba174
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/numpy_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@ and is not named :func:`acos` like in the :mod:`math` module).
The definition of the mathematical quantities calculated by these
functions is available in the documentation for :mod:`uncertainties.umath`.

.. index:: Numbers with uncertainties from samples

Numbers with uncertainties from samples
---------------------------------------

Numbers with uncertainties can be found from samples of numbers
without uncertainties using :func:`ufloat_from_sample`. This is
an estimate on the true value of the number and its uncertainty,
and so it works best for large samples that are normally dristobuted.

.. index::
pair: testing and operations (in arrays); NaN

Expand Down

0 comments on commit 4fba174

Please sign in to comment.