Linear Discriminant Analysis

My notes on LDA from the textbook "An Introduction to Statistical Learning"

Linear Discriminant Analysis (LDA)

\[Pr(Y=k|X=x)=\frac{\pi_k \frac{1}{\sqrt{2\pi}\sigma}e^{-\frac{1}{2}\left( \frac{x-\mu_k}{\sigma} \right)^2}}{\sum_{l=1}^{K}\pi_l\frac{1}{\sqrt{2\pi}\sigma}e^{-\frac{1}{2}\left( \frac{x-\mu_l}{\sigma} \right)^2}}\]

Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • AeGIS Build-Out-Guide
  • L1, L2, and the bet on sparsity
  • Shrinkage methods, ridge regression, and the LASSO
  • Subset Selection