[SciPy-User] Scipy and random number algorithms...
josef.pktd at gmail.com
josef.pktd at gmail.com
Sat Oct 30 13:26:19 EDT 2010
On Sat, Oct 30, 2010 at 1:13 PM, Anthony Palomba <apalomba at austin.rr.com> wrote:
> Does anyone know if scipy has a library of random
> number generators like: brownian, Gaussian, fractal, etc.
> Alternately does anyone know of some other python
> package that does these things?
I have no idea about fractals.
numpy scipy has random variable generators for many distributions,
pymc has many for mcmc, statsmodels has for ARMA processes, and some
continuous time stochastic processes, and I gthink there are others
around.
Can you be a bit more specific?
Brownian motion with discrete steps is in statsmodels, and I have seen
one from Jonathan Taylor does also has interpolation.
Josef
>
>
>
> Thanks,
> Anthony
>
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
>
More information about the SciPy-User
mailing list