Re: [Numpy-discussion] QQ Plot in Python and Noncentral Chisquare

2012-08-16 Thread Yi, Chuang
-Original Message- From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of josef.p...@gmail.com Sent: Thursday, August 16, 2012 9:55 AM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] QQ Plot in Python and Noncentral Chisquare

Re: [Numpy-discussion] QQ Plot in Python and Noncentral Chisquare

2012-08-16 Thread josef . pktd
> Z0 > [1] 0.5056454 2.0427540 > > Thanks, Chuang > > -Original Message- > From: numpy-discussion-boun...@scipy.org > [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of josef.p...@gmail.com > Sent: Wednesday, August 15, 2012 9:59 PM > To: Discussion of N

Re: [Numpy-discussion] QQ Plot in Python and Noncentral Chisquare

2012-08-16 Thread Yi, Chuang
iscussion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of josef.p...@gmail.com Sent: Wednesday, August 15, 2012 9:59 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] QQ Plot in Python and Noncentral Chisquare On Wed, Aug 15, 2012 at 10:59 AM, Yi, Chua

Re: [Numpy-discussion] QQ Plot in Python and Noncentral Chisquare

2012-08-15 Thread josef . pktd
On Wed, Aug 15, 2012 at 1:46 PM, Ralf Gommers wrote: > > > On Wed, Aug 15, 2012 at 4:59 PM, Yi, Chuang > wrote: >> >> Hello, >> >> >> >> I am a new user of Python. I have a couple of questions that would >> appreciate your guidance! >> >> >> >> QQ Plot in Python: I could not find any functions in

Re: [Numpy-discussion] QQ Plot in Python and Noncentral Chisquare

2012-08-15 Thread josef . pktd
On Wed, Aug 15, 2012 at 10:59 AM, Yi, Chuang wrote: > Hello, > > > > I am a new user of Python. I have a couple of questions that would > appreciate your guidance! > > > > QQ Plot in Python: I could not find any functions in either Numpy or Scipy > to do QQ Plot of two vectors of data. For example

Re: [Numpy-discussion] QQ Plot in Python and Noncentral Chisquare

2012-08-15 Thread Ralf Gommers
On Wed, Aug 15, 2012 at 4:59 PM, Yi, Chuang wrote: > Hello, > > ** ** > > I am a new user of Python. I have a couple of questions that would > appreciate your guidance! > > ** ** > >- QQ Plot in Python: I could not find any functions in either Numpy or >Scipy to do QQ Plot of two

[Numpy-discussion] QQ Plot in Python and Noncentral Chisquare

2012-08-15 Thread Yi, Chuang
Hello, I am a new user of Python. I have a couple of questions that would appreciate your guidance! * QQ Plot in Python: I could not find any functions in either Numpy or Scipy to do QQ Plot of two vectors of data. For example, in Matlab, one could just call qqplot(X,Y), which will generat