79571203

Date: 2025-04-13 04:42:16
Score: 0.5
Natty:
Report link

It's hard to reproduce exactly what you have due to many things to fix in your code. However, just looking at your plot and what "the book" offers, I think your problem is the use of ppplot instead of qqplot . So change

probplot.ppplot(line='45')

to

probplot.qqplot(line='45')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Toonia