Xavier Holt edited Vague_Outline_Slice_Sampling_Slice__.md  over 8 years ago

Commit id: 0206c96d1605bca78f91d19b7a8fc16b3cacb7a3

deletions | additions      

       

## Bayesian Formulation  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:  \begin{align}  P(Y = 1 | \mathbf{X}) &= \sigma(\mathbf{w^TX})//  P(Y = 0 | \mathbf{X}) &= 1 - \sigma(\mathbf{w^TX})\\  &= \sigma(\mathbf{-w^TX})  \end{align}