Discriminant Analysis Flashcards
1
Q
When do you assign Xnew to group 1 (rather than group 2)?
A
λ(Xnew) = (mu1_ - mu2)^T * Σ^(-1) (Xnew - [mu1-mu2_]/2) > 0
2
Q
Where are misclassified elements represented in a confusion matrix?
A
Off-diagonal
3
Q
When do you allocate to group 1, group 2 and group 3?
A
Group 1 if h12(Xnew) >0, h13(Xnew) >0
Group 2 if h12(Xnew) <0, h23(Xnew) >0
Group 3 if h13(Xnew) <0, h23(Xnew) <0
4
Q
How can you improve a discriminant rule?
A
- relax assumptions
- use more variables if available
5
Q
Give the probability of misclassification?
A
1 - φ( (mu1_ - mu2_ )^T * Σ^(-1) * (mu1_ - mu2_ ) /2)