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
2017-01-18 16:17:50
Comments
Leave a Comment

Please login to continue.