Re: [Numpy-discussion] numpy.random selection from a loglogistic distribution?

2014-06-16 Thread Liz VanWormer
Dear Josef, Thank you for the excellent suggestion! Using fisk.rvs fixed the problem. Best wishes, Liz On Mon, Jun 16, 2014 at 1:05 PM, wrote: > On Mon, Jun 16, 2014 at 1:38 PM, Liz VanWormer > wrote: > > Dear all, > > > > I'm a novice Python user, and I need to

[Numpy-discussion] numpy.random selection from a loglogistic distribution?

2014-06-16 Thread Liz VanWormer
Dear all, I'm a novice Python user, and I need to draw random variables from a loglogistic distribution. I've used the numpy.random command in the past to select variables from supported distributions (beta, normal, lognormal, etc). Is there a way to add in a distribution to be used with the numpy