Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 918 Bytes

probability.rst

File metadata and controls

24 lines (15 loc) · 918 Bytes

Probability

Random variables are the main objects in ProbNum. They represent uncertainty about a numerical quantity via their distribution. A probabilistic numerical method takes random variables as inputs and also outputs random variables.

See the notebooks below to learn more about how to use and manipulate probabilistic quantities in ProbNum.

.. nbgallery::
   :maxdepth: 2

   probability/random_variables



You can also interactively try out the ProbNum's Tutorials directly in the browser or by downloading the notebooks from the GitHub repository.