probnum.randvars¶
Random Variables.
Random variables generalize multi-dimensional arrays by encoding uncertainty about the (numerical) quantity in question. Despite their name, they do not necessarily represent stochastic objects. Random variables are also the primary in- and outputs of probabilistic numerical methods.
Functions¶
|
Convert |
Classes¶
|
Random variables represent uncertainty about a value. |
|
Random variable with countable range. |
|
Random variable with uncountably infinite range. |
|
Random variable representing a constant value. |
|
Random variable with a normal distribution. |
|
Categorical random variable. |
|
Wrapper for SciPy random variable objects. |
|
Wrapper for discrete SciPy random variable objects. |
|
Wrapper for continuous SciPy random variable objects. |
|
List of RandomVariables with convenient access to means, covariances, etc. |