On Wed, Aug 15, 2012 at 4:59 PM, Yi, Chuang <[email protected]>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, in Matlab, one
>    could just call qqplot(X,Y), which will generate the QQ plot of vector X
>    against vector Y. Would you please let me know which python package has
>    similar functionality?
>
>
statsmodels:
http://statsmodels.sourceforge.net/devel/generated/statsmodels.graphics.gofplots.qqplot.html

Ralf
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to