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

Ralf Gommers ralf.gommers at gmail.com
Wed Aug 15 13:46:18 EDT 2012


On Wed, Aug 15, 2012 at 4:59 PM, Yi, Chuang <chuang.yi at bankofamerica.com>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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20120815/3bd0da2b/attachment.html>


More information about the NumPy-Discussion mailing list