User Tools

Site Tools


logistic_regression

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
logistic_regression [2019/09/18 07:57] – [e.g. 1] hkimscillogistic_regression [2023/11/30 08:00] – [Logistic Regression] hkimscil
Line 6: Line 6:
 Logistic Regression Tutorial Logistic Regression Tutorial
  
-$$ y = b_{0} + b_{1}x $$ +\begin{align} 
-$$ p = \frac{1} {1 + e^{-y}} $$ +y = b_{0} + b_{1}x \\ 
-$$ ln(\frac{p}{1-p}) = b_{0} + b_{1}x $$ +p = \frac{1} {1 + e^{-y}} \\ 
 +ln(\frac{p}{1-p}) = b_{0} + b_{1}x \\ 
 +\end{align}
 </WRAP> </WRAP>
 <WRAP half column> <WRAP half column>
logistic_regression.txt · Last modified: 2023/12/14 07:55 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki