9 - Linear Discriminant Analysis#
9.1 - Introduction#
In this chapter, we consider models of the following form:
\[ p(y = c | \boldsymbol{x}, \boldsymbol{\theta}) = \frac{p(\boldsymbol{x} | y = c, \boldsymbol{\theta})p(y = c | \boldsymbol{\theta})}{\sum_{c'} p(\boldsymbol{x} | y = c', \boldsymbol{\theta}) p(y = c' | \boldsymbol{\theta})} \]
The term \(p(y = c | \boldsymbol{\theta})\) is the prior over class labels, and the term \(p(\boldsymbol{x} | y = c, \boldsymbol{\theta})\) is called the class conditional density for class \(c\).