From this paper RQRs are approximately standard normally distributed under the correctly specified model for count regression. And normality test like Shapiro-Wilk-Test can be used as GOF.
I want to use this GOF to compare Poisson- with Negative Binomial-Model from statsmodels in Python.
But I don't know how to generate the RQR.
Can someone help?