Re: [Numpy-discussion] Power distribution

2009-08-08 Thread Emmanuelle Gouillart
On Fri, Aug 07, 2009 at 11:55:45PM -0400, josef.p...@gmail.com wrote: > On Fri, Aug 7, 2009 at 10:17 PM, wrote: > > Thanks! That helps a lot. > Thanks for improving the docs. Many thanks for taking the time of finding out what this distribution really is, and improving the docs. I was also puzzl

Re: [Numpy-discussion] Power distribution

2009-08-07 Thread josef . pktd
dd') >>>>>>>    x = np.linspace(0,1,200) >>>>>>>    plt.plot(x,nums[0][-1]*x**(a-1)) >>>>>>> >>>>>>> Andrew >>>>>>> >>>>>>> >>>>>>> >>

Re: [Numpy-discussion] Power distribution

2009-08-07 Thread alan
>>>>>> >>>>>> Andrew >>>>>> >>>>>> >>>>>> >>>>>>> -Original Message- >>>>>>> From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion- >>&

Re: [Numpy-discussion] Power distribution

2009-08-07 Thread josef . pktd
t;>>> >>>>>> -Original Message- >>>>>> From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion- >>>>>> boun...@scipy.org] On Behalf Of a...@ajackson.org >>>>>> Sent: 7 Aug 2009 2:49 PM >>>&

Re: [Numpy-discussion] Power distribution

2009-08-07 Thread josef . pktd
;>>>    x = np.linspace(0,1,200) >>>>    plt.plot(x,nums[0][-1]*x**(a-1)) >>>> >>>> Andrew >>>> >>>> >>>> >>>>> -Original Message- >>>>> From: numpy-discussion-boun...@scipy.org [mail

Re: [Numpy-discussion] Power distribution

2009-08-07 Thread josef . pktd
a-1)) >>> >>> Andrew >>> >>> >>> >>>> -Original Message- >>>> From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion- >>>> boun...@scipy.org] On Behalf Of a...@ajackson.org >>>> Sent: 7 Aug

Re: [Numpy-discussion] Power distribution

2009-08-07 Thread josef . pktd
sage- >>> From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion- >>> boun...@scipy.org] On Behalf Of a...@ajackson.org >>> Sent: 7 Aug 2009 2:49 PM >>> To: Discussion of Numerical Python >>> Subject: Re: [Numpy-discussion] Power distrib

Re: [Numpy-discussion] Power distribution

2009-08-07 Thread josef . pktd
n...@scipy.org] On Behalf Of a...@ajackson.org >> Sent: 7 Aug 2009 2:49 PM >> To: Discussion of Numerical Python >> Subject: Re: [Numpy-discussion] Power distribution >> >> I don't think that is it, since the one in numpy has a range > restricted >> to th

Re: [Numpy-discussion] Power distribution

2009-08-07 Thread Andrew Hawryluk
,200) plt.plot(x,nums[0][-1]*x**(a-1)) Andrew > -Original Message- > From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion- > boun...@scipy.org] On Behalf Of a...@ajackson.org > Sent: 7 Aug 2009 2:49 PM > To: Discussion of Numerical Python > Subject: Re:

Re: [Numpy-discussion] Power distribution

2009-08-07 Thread alan
; -Original Message- >> From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion- >> boun...@scipy.org] On Behalf Of a...@ajackson.org >> Sent: 7 Aug 2009 11:45 AM >> To: Discussion of Numerical Python >> Subject: [Numpy-discussion] Power distribution &g

Re: [Numpy-discussion] Power distribution

2009-08-07 Thread Andrew Hawryluk
Aug 2009 11:45 AM > To: Discussion of Numerical Python > Subject: [Numpy-discussion] Power distribution > > Documenting my way through the statistics modules in numpy, I ran into > the Power Distribution. > > Anyone know what that is? I Googled for it, and found a lot of stuff on > e

[Numpy-discussion] Power distribution

2009-08-07 Thread alan
Documenting my way through the statistics modules in numpy, I ran into the Power Distribution. Anyone know what that is? I Googled for it, and found a lot of stuff on electricity, but no reference for a statistical distribution of that name. Does it have a common alias? -- --