statsmodels.discrete.discrete_model.MultinomialResults.resid_misclassified

MultinomialResults.resid_misclassified

Residuals indicating which observations are misclassified.

Notes

The residuals for the multinomial model are defined as

argmax(yi)argmax(pi)

where argmax(yi) is the index of the category for the endogenous variable and argmax(pi) is the index of the predicted probabilities for each category. That is, the residual is a binary indicator that is 0 if the category with the highest predicted probability is the same as that of the observed variable and 1 otherwise.