I am preparing for an exam and one of the previous examples deals with LDA: The question is to prove that the total-scatter matrix in Multi-Class LDA can be expressed as the sum of the between-scatter matrix and the within-class scatter matrix.
See the whole question here:
I have found some help online to work through the problem but I am stuck now - I found this slide in a course presentation online (full presentation here www.cse.msu.edu/~cse802/DHSCh3_Component%20AnalysisDiscriminants2012.pptx):
I am able to follow this until it comes to the split - how is (x-mi+mi-m)^2 the same as (x-mi)^2 + (mi-m)^2?
I feel like I am missing something obvious here ...
I also found this topic here but it didn't seem to go anywhere: Deriving total (within class + between class) scatter matrix
Thanks in advance for any help/advice you can offer.