statsmodels.discrete.discrete_model.ProbitResults.resid_pearson¶
-
ProbitResults.
resid_pearson
¶ Pearson residuals
Notes
Pearson residuals are defined to be
rj=(y−Mjpj)√Mjpj(1−pj)where pj=cdf(Xβ) and Mj is the total number of observations sharing the covariate pattern j.
For now Mj is always set to 1.