The Linear Discriminant Analysis (LDA) classifier results from assuming that the observations within each class come from a normal distribution with a class specific mean and a common variance , and plugging estimates for these parameters into the Bayes classifier.
Assume that is normal or Gaussian:
Where and are the mean and variance for the class.
Assume that denoted by :
The Bayes classifier assigns an observation to the class for which
is largest.
If and then the Bayes decision boundary is:
LDA method uses estimates for the Bayes classifier:
Where is the total number of training estimates and is the number of training observations in the class.
In the absence of any additional information, LDA estimates using:
The LDA classifier assign an observation to the class for which