Quantile-Quantile Plot using SciPy

后端 未结 9 1976
长情又很酷
长情又很酷 2020-12-04 06:44

How would you create a qq-plot using Python?

Assuming that you have a large set of measurements and are using some plotting function that takes XY-values as input. T

9条回答
  •  一向
    一向 (楼主)
    2020-12-04 07:17

    It exists now in the statsmodels package:

    http://statsmodels.sourceforge.net/devel/generated/statsmodels.graphics.gofplots.qqplot.html

提交回复
热议问题