Linear Discriminant Analysis (LDA) is a classification model. The basic idea of LDA is that it assumes, for each class , that is normal (in the case of = 1) or multivariate normal (if ).
That is,
In LDA, the mean vectors differ for each class, but we assume the same covariance matrix across all classes.
To estimate , we simply take the sample means of each predictor in each class .
To estimate , we take the weighted average of the sample covariance matrices for each of the classes.
Once we have estimate of these parameters, we assign an observation to the most likely class, i.e. the class for which
is the largest, where is the prior probability (base rate) for class .