Re: ANN: rvmath 0.1
Andrew Nelson <[email protected]> Wed, 12 May 2021 17:53:03 +1000
| Newsgroups | gmane.comp.python.scientific.user |
|---|---|
| Message-ID | <CAAbtOZddii_q3POEv+mLqwVWSGHb6GaHZynhF1kzA+6xfjupAA@mail.gmail.com> |
On Wed, 12 May 2021, 04:54 Hernan Grecco, <[email protected]> wrote: > 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. > Can rvmath deal with convolutions of distributions? > _______________________________________________ SciPy-User mailing list [email protected] https://mail.python.org/mailman/listinfo/scipy-user