2017-12-20 17 views
0

Weiß jemand, ob sich in letzter Zeit etwas in stats.probplot geändert hat? Ich zeichne einen qq-Plot, und es funktioniert ok, aber produziert nicht die R^2-Statistik ... Nicht sicher, warum das wäre?R^2 erscheint nicht in stats.probplot (python)

x = stats.norm.rvs(loc=0, scale=1, size=100) 
stats.probplot(x, dist='norm', plot=pylab) 
plt.show() 

enter image description here

Antwort

0

Sie sollten es funktioniert rvalue = True als Parameter von stats.probplot

+0

Dank hinzufügen. Weißt du, ob es ein aktuelles Update war? – branwen85