MLLGJun 1, 2019

Linear and Quadratic Discriminant Analysis: Tutorial

arXiv:1906.02590v189 citations
Originality Synthesis-oriented
AI Analysis

It provides an educational resource for learners in statistical and probabilistic learning, but it is incremental as it reviews established methods without introducing new research.

This tutorial explains Linear Discriminant Analysis (LDA) and Quadratic Discriminant Analysis (QDA) as fundamental classification methods, covering their derivations, parameter estimation, and relationships to other techniques like metric learning and logistic regression.

This tutorial explains Linear Discriminant Analysis (LDA) and Quadratic Discriminant Analysis (QDA) as two fundamental classification methods in statistical and probabilistic learning. We start with the optimization of decision boundary on which the posteriors are equal. Then, LDA and QDA are derived for binary and multiple classes. The estimation of parameters in LDA and QDA are also covered. Then, we explain how LDA and QDA are related to metric learning, kernel principal component analysis, Mahalanobis distance, logistic regression, Bayes optimal classifier, Gaussian naive Bayes, and likelihood ratio test. We also prove that LDA and Fisher discriminant analysis are equivalent. We finally clarify some of the theoretical concepts with simulations we provide.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes