Procedure
For classifying into two groups (, ), Fisher’s method compares to group means, assuming equal covariance matrices.
1: Compute the Discriminant Function
Projects onto a line maximizing group separation.
Equation (9.1)
where is the pooled covariance matrix TODO how to compute spl.
See Two-Group Discriminant Analysis or Multiple Group Discriminant Analysis to read further.
2: Determine the Cutoff
Equation (9.5)
Assign to (group 1) if the following inequality applies: where:
- : Discriminant score of new observation
Otherwise, assign to .
3: Classify the observation
Compare to the cutoff and assign accordingly.
Here’s a new section for “Classification into Several Groups” to add to your current notes on Chapter 9. It follows your style, focusing on intuition, key formulas, and structure, while covering the multi-group case from Section 9.3 of the PDF.