Lec 39, LOGISTIC REGRESSION-II

preview_player
Показать описание
logistic regression, model building, basic concepts, solved examples, MLE, wald test, G- statistic, log likelihood, Python Demo
Рекомендации по теме
Комментарии
Автор

Sir, I think there is an error in calculating the p-value. It should be calculated using cdf function and not pdf function. More precisely saying the code should be:
1-chi2.cdf(13.628, 2)

sourabhnolkha