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›Machine learning›Quadratic Discriminant Analysis (QDA)
Latent structure

Quadratic Discriminant Analysis (QDA)

Also known as: QDA, quadratic classifier, kuadratik diskriminant analizi

Quadratic discriminant analysis is a generative classifier that models each class with its own multivariate Gaussian distribution, allowing each class a separate covariance matrix. Unlike linear discriminant analysis, which assumes a shared covariance and yields linear boundaries, QDA's per-class covariances produce curved (quadratic) decision boundaries, letting it capture differences in the spread and orientation of the classes.

ScholarGate
  1. Latent structure
  2. v1
  3. 2 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.

Quadratic Discriminant Analysis
Linear Discriminant Anal…Naive BayesRobust Discriminant Anal…

When to use it

Choose QDA over LDA when there is evidence that the classes have genuinely different covariance structures — different spreads or orientations — and you have enough training data per class to estimate a full covariance matrix reliably. It works well for moderate numbers of features with ample, roughly Gaussian data and gives calibrated posterior probabilities. With many features or few samples per class the per-class covariance estimates become unstable and QDA overfits; LDA, regularized/shrinkage discriminant analysis, or naive Bayes (which assumes diagonal covariance) are then safer. As a generative Gaussian method it is also sensitive to strong non-normality and outliers, so it pairs well with checks on the class distributions.

Strengths & limitations

Strengths
  • Captures classes with different covariances, producing flexible quadratic boundaries.
  • Generative model yielding interpretable class posterior probabilities.
  • Often outperforms LDA when the equal-covariance assumption is clearly violated.
  • Closed-form maximum-likelihood estimation with no iterative tuning.
Limitations
  • Estimates a full covariance per class, requiring substantially more data than LDA.
  • Prone to overfitting when features are many or samples per class are few.
  • Assumes class-conditional normality and is sensitive to outliers.
  • More parameters reduce interpretability compared with the linear boundaries of LDA.

Frequently asked

How does QDA differ from LDA?

Both model each class as a Gaussian, but LDA assumes all classes share one covariance matrix, giving linear boundaries, while QDA lets each class have its own covariance, giving quadratic boundaries. QDA is more flexible but estimates many more parameters, so it needs more data and can overfit where LDA would generalize better.

When is QDA likely to overfit?

When the number of features is large relative to the samples per class, because each class's covariance has on the order of p² parameters to estimate. Unstable or near-singular covariance estimates lead to overfitting; regularized discriminant analysis, which shrinks toward a shared covariance, is a remedy.

Does QDA require normally distributed features?

It assumes class-conditional multivariate normality. It is reasonably robust to mild departures, but strong non-normality or outliers degrade its estimates and can distort the quadratic boundaries. Checking the class distributions, transforming features, or using a different classifier helps when normality is badly violated.

Sources

  1. Hastie, T., Tibshirani, R., & Friedman, J. (2009). The Elements of Statistical Learning (2nd ed.). Springer. ISBN: 978-0-387-84857-0
  2. James, G., Witten, D., Hastie, T., & Tibshirani, R. (2013). An Introduction to Statistical Learning. Springer. ISBN: 978-1-4614-7138-7

How to cite this page

ScholarGate. (2026, June 2). Quadratic Discriminant Analysis (QDA). ScholarGate. https://scholargate.app/en/machine-learning/quadratic-discriminant-analysis

Related methods

Linear Discriminant AnalysisNaive Bayes

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.

  • Linear Discriminant AnalysisMachine learning↔ compare
  • Naive BayesMachine learning↔ compare
Compare side by side →

Referenced by

Linear Discriminant AnalysisRobust Discriminant Analysis

Similar methods

Bayesian Discriminant AnalysisLinear Discriminant Analysis (Classification)Linear Discriminant AnalysisDiscriminant AnalysisRobust Discriminant AnalysisSupport Vector MachineNaive BayesK-Nearest Neighbors

Related reference concepts

Quadratic Discriminant AnalysisLinear Discriminant AnalysisClassification and Discriminant AnalysisLogistic DiscriminationDiscriminant AnalysisClassification Algorithms

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

ScholarGate — Quadratic Discriminant Analysis (Quadratic Discriminant Analysis (QDA)). Retrieved 2026-07-21 from https://scholargate.app/en/machine-learning/quadratic-discriminant-analysis · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Classical Gaussian discriminant analysis (Fisher / Welch lineage)
Year
1939
Type
Generative Gaussian classifier
Assumption
Class-conditional Gaussians with separate covariances
Boundary
Quadratic decision surface
Output
Class posterior probabilities
Related methods
Linear Discriminant AnalysisNaive Bayes
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