Xavier Holt edited Vague_Outline_Slice_Sampling_Slice__.md  over 8 years ago

Commit id: 4a153c3c8bf0a6ece35e363b74f050f81736fc13

deletions | additions      

       

Define the logistic sigmoid function \(\sigma(\alpha) = \frac{1}{1 + \exp(-\alpha)}\). A logistic regression models a binary-response variable with the following density function:  $$P(Y \begin{align}  P(Y  = 1 | X) \mathbf{X}) &= \sigma(\mathbf{w^TX})\\  P(Y  = \sigma(\mathbf{w^TX})$$ 0 | \mathbf{X}) &= 1 - \sigma(\mathbf{w^TX})\\  &= \sigma(\mathbf{-w^TX})  \end{align}