static LogitResults.resid_generalized()

statsmodels.discrete.discrete_model.LogitResults.resid_generalized

static LogitResults.resid_generalized() [source]

Generalized residuals

Notes

The generalized residuals for the Logit model are defined

y - p

where p=cdf(X\beta). This is the same as the resid_response for the Logit model.

doc_statsmodels
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.