[Numpy-discussion] how to get an array with "varying" poisson distribution

Sebastian Haase haase at msg.ucsf.edu
Tue Jul 25 18:17:33 EDT 2006


On Tuesday 25 July 2006 15:09, Travis Oliphant wrote:
> Sebastian Haase wrote:
> >Hi,
> >Essentially I'm looking  for the equivalent of what was in numarray:
> >    from numarray import random_array
> >    random_array.poisson(arr)
>
> I've just updated the mtrand library to allow this.  It will be in 1.0b2
>
> So, if you have latest SVN you can do
>
> from numpy import random
> random.poisson(arr)
>
> to do what you want.
>
>
>
> -Travis
Great - thanks - you are awesome !!
-Seb.




More information about the NumPy-Discussion mailing list