YuhangZhou88 / ESL_Solution

https://yuhangzhou88.github.io/ESL_Solution/
MIT License
252 stars 36 forks source link

Solution to Ex. 4.3 is wrong #9

Open FineArtz opened 2 years ago

FineArtz commented 2 years ago

It is clear that image

is wrong because $\hat{\mathsf{B}}$ is not a square matrix thus cannot be inversed. The proper way is to expand $\hat{\Sigma}$ and prove $$B(B^T\Sigma B)^{-1}B^T\mu_k = \Sigma^{-1}\mu_k$$.

YuhangZhou88 commented 2 years ago

thanks! you are correct

leonardojoau commented 9 months ago

Is it clear to anyone how to prove that last equality given that cannot invert matrix B?