ANN: rvmath 0.1

Hernan Grecco <[email protected]> Tue, 11 May 2021 15:53:34 -0300
Newsgroups gmane.comp.python.scientific.user
Message-ID <CAL6gwWXSmPzMO50g+pEMSJJ4KR6UOUeJooRZAFDxkmGNWPDVLA@mail.gmail.com>
Hi,

I am writing to announce the first release of rvmath. Briefly, it is a thin
wrapper around scipy stats module that allows you to write and evaluate
math expressions involving random variables.

>>> import rvmath as rvm
>>> x = rvm.uniform()
>>> y = rvm.norm()
>>> z = x + y
>>> print(z.rvs(3))

Being built on top of SciPy, all continuous distributions available there
are also available in this package (with the same options). NumPy functions
and ufuncs are also supported out of the box.

You can check the code and README: https://github.com/hgrecco/rvmath

best,

HernĂ¡n

_______________________________________________
SciPy-User mailing list
[email protected]
https://mail.python.org/mailman/listinfo/scipy-user