Hacker News new | ask | show | jobs
by theGnuMe 923 days ago
Do you think this also applies to kernel density estimation? I've used the R program and noticed extra density peaks that I wasn't able to explain except as artifacts. I guess it could've been picking up a mixture of distributions... but the densities appeared periodic if that makes any sense?
1 comments

This is something a bit different, the effect in the paper comes from the eigenvectors of the data matrix. I'm no expert on kernel density estimation, but since it is basically just convolution, I would guess the effect you are describing comes from multiplication in Fourier space.
Thanks! Makes sense.. your paper is very good. It stresses the importance of understanding the mathematical tools we use and if we don’t how it can lead us astray.