Assume that is drawn from a multivariate Gaussian (or multivariate normal) distribution, with a class-specific mean vector and a common covariance matrix.
The multivariate Gaussian distribution assumes that each individual predictor follows a one-dimensional normal distribution with some correlation between each pair of predictors.
To indicate that a -dimensional random variable has a multivariate Gaussian distribution, we write . Here is the mean of (a vector with components), and is the covariance matrix of . Formally, the multivariate Gaussian density is defined as:
In the case of predictors, the LDA classifier assumes that the observations in the class are drawn from a multivariate Gaussian distribution , where is a class-specific mean vector, and is a covariance matrix that is common to all classes.
The Bayes classifier assigns an observation to the class for which
is largest.
The Bayes decision boundaries are the values for which :
for and is the same for each class. The Bayes classifier will classify an observation according to the region in which it is located.
LDA method uses estimates for the Bayes classifier the same as the case.