chengsoonong / mclass-sky

Multiclass methods for astronomical data
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Robust kernel density estimation #77

Open chengsoonong opened 8 years ago

chengsoonong commented 8 years ago

Once we have a density estimate, identifying outliers can be done by picking points that are in regions with low density. http://www.jmlr.org/papers/volume13/kim12b/kim12b.pdf http://web.eecs.umich.edu/~cscott/code/rkde_code.zip

chengsoonong commented 8 years ago

This would be a good follow up to issue #80.