python Diagramme QQplot

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python Diagramme QQplot相关的知识,希望对你有一定的参考价值。

from statsmodels.graphics.gofplots import qqplot

with mpl.rc_context():
    mpl.rc("figure", figsize=(13,6))
    qqplot(diff, line='r')
    plt.title('QQ-plot der Differenzen')
    plt.grid()
    plt.show()

以上是关于python Diagramme QQplot的主要内容,如果未能解决你的问题,请参考以下文章

python Diagramme zweite Achse

python Diagramme Ticks

python Diagramme Palette

python Diagramme 3d-scatter

python Diagramme inline oder seperate Fenster

python 绘制以检查任何样本的分布的分位数:qqplot