User Tools

Site Tools


logistic_regression

This is an old revision of the document!


Logistic Regression

Log의 성질

Logistic Regression Tutorial

$$ y = b_{0} + b_{1}x $$
$$ p = \frac{1} {1 + e^{-y}} $$
$$ ln(\frac{p}{1-p}) = b_{0} + b_{1}x $$

Logistic Regression Details Pt1: Coefficients

Logistic Regression Details Pt 2: Maximum Likelihood

Logistic Regression Details Pt 3: R-squared and p-value

logistic_regression.1568760821.txt.gz · Last modified: 2019/09/18 07:53 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki