Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Statistics›Linear Discriminant Analysis (LDA — Classification)
Hypothesis test

Linear Discriminant Analysis (LDA — Classification)

Also known as: LDA, Fisher's LDA, Fisher's linear discriminant, discriminant function analysis, Doğrusal Diskriminant Analizi (LDA — Sınıflandırma)

Linear Discriminant Analysis (LDA) is a parametric supervised classification method that finds the linear combination of continuous predictors that best separates two or more predefined groups. Introduced by Ronald A. Fisher in his landmark 1936 paper on taxonomic measurements, it simultaneously serves as a classifier and a dimensionality-reduction tool, and can be understood as the classification-oriented counterpart of MANOVA.

ScholarGate
  1. Hypothesis test
  2. v1
  3. 1 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Linear Discriminant Analysis (Classification)
Factor AnalysisK-Nearest NeighborsLogistic RegressionMANOVANaive BayesPrincipal Component Anal…Support Vector MachineK-Means Clustering

When to use it

Use LDA when you need to classify observations into two or more predefined groups using a set of continuous predictors, or when you want to reduce dimensionality before further analysis. Four assumptions must hold: (1) multivariate normality of the predictors within each class — check with Mardia's or Henze-Zirkler's test; (2) homogeneity of within-class covariance matrices — check with Box's M test; (3) independence of observations; and (4) no severe multicollinearity among predictors, which destabilises the matrix inversion. A minimum of approximately 50 observations is recommended. When the equal-covariance assumption fails, Quadratic Discriminant Analysis (QDA) is the natural alternative; for binary outcomes with relaxed distributional assumptions, logistic regression is a robust option.

Strengths & limitations

Strengths
  • Simultaneously classifies and reduces dimensionality, producing interpretable canonical axes that can be visualised in two dimensions.
  • Computationally efficient and analytically tractable, with a closed-form solution via the generalised eigenvalue problem.
  • Optimal Bayes classifier when the normality and equal-covariance assumptions hold exactly.
  • Produces probabilistic class memberships alongside hard classifications, enabling nuanced uncertainty reporting.
Limitations
  • Sensitive to violations of multivariate normality and equal covariance; QDA or nonparametric methods should be preferred when these fail.
  • Linear decision boundaries may be inadequate for groups with complex, nonlinear separation in the predictor space.
  • High multicollinearity among predictors makes the within-class covariance matrix ill-conditioned and the discriminant weights unstable.
  • Requires at least 50 observations and performs poorly when the number of predictors approaches or exceeds the number of observations.

Frequently asked

How does LDA differ from logistic regression?

Both produce linear classifiers, but LDA models the joint distribution of predictors within each class (generative approach) while logistic regression models the conditional probability of class membership directly (discriminative approach). LDA is more efficient when the normality and equal-covariance assumptions hold; logistic regression is more robust when they do not.

What is the difference between LDA for classification and LDA for dimensionality reduction?

They use the same mathematical machinery. In classification mode, LDA assigns observations to groups. In dimensionality reduction mode, LDA projects high-dimensional data onto the discriminant axes (canonical variates) for visualisation or as a preprocessing step before another classifier. Many implementations do both simultaneously.

When should I use QDA instead of LDA?

Use Quadratic Discriminant Analysis when Box's M test indicates that the within-class covariance matrices differ significantly across groups. QDA fits a separate covariance matrix per class, yielding quadratic (curved) decision boundaries. It requires larger sample sizes to estimate those additional parameters reliably.

How do I evaluate classification performance?

Report the full confusion matrix alongside overall accuracy. Use k-fold cross-validation (typically k = 10) to estimate generalisation accuracy on unseen data, as training-set accuracy is optimistically biased. For imbalanced classes, report sensitivity, specificity, and the area under the ROC curve per class rather than relying on overall accuracy alone.

Sources

  1. Fisher, R.A. (1936). The Use of Multiple Measurements in Taxonomic Problems. Annals of Eugenics, 7(2), 179–188. DOI: 10.1111/j.1469-1809.1936.tb02137.x ↗

How to cite this page

ScholarGate. (2026, June 1). Linear Discriminant Analysis (LDA — Classification). ScholarGate. https://scholargate.app/en/statistics/lda-classification

Related methods

Factor AnalysisK-Nearest NeighborsLogistic RegressionMANOVANaive BayesPrincipal Component AnalysisSupport Vector Machine

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Factor AnalysisResearch Statistics↔ compare
  • K-Nearest NeighborsMachine learning↔ compare
  • Logistic RegressionResearch Statistics↔ compare
  • MANOVAStatistics↔ compare
  • Naive BayesMachine learning↔ compare
  • Principal Component AnalysisMachine learning↔ compare
  • Support Vector MachineMachine learning↔ compare
Compare side by side →

Referenced by

K-Means Clustering

Similar methods

Linear Discriminant AnalysisDiscriminant AnalysisQuadratic Discriminant AnalysisBayesian Discriminant AnalysisRobust Discriminant AnalysisSupport Vector MachineK-Nearest NeighborsMANOVA

Related reference concepts

Linear Discriminant AnalysisClassification and Discriminant AnalysisQuadratic Discriminant AnalysisDiscriminant AnalysisLogistic DiscriminationClassification Algorithms

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Linear Discriminant Analysis (Classification) (Linear Discriminant Analysis (LDA — Classification)). Retrieved 2026-07-21 from https://scholargate.app/en/statistics/lda-classification · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Ronald A. Fisher
Year
1936
Family
Supervised classification
Type
Parametric linear classifier / dimensionality reduction
MinSample
50
Parametric
Yes
Distribution
Multivariate normal (within-class)
Outcome
categorical (group membership)
Predictors
continuous
DiscriminantFunctions
min(K−1, p) where K = classes, p = features
CriterionOptimized
Fisher's ratio — between-class to within-class scatter
Related methods
Factor AnalysisK-Nearest NeighborsLogistic RegressionMANOVANaive BayesPrincipal Component AnalysisSupport Vector Machine
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account