Live data from Hacker News

RAD – Outlier Detection on Big Data

techblog.netflix.com

1–5 of 5 posts

Re: RAD – Outlier Detection on Big Data

#2
Consider:

"A Real-Time System-Adapted Anomaly Detector", 'Information Sciences', volume 115, April, 1999, pages 221-259.

It's a distribution-free statistical hypothesis test for multidimensional data. False alarm rate can be adjusted in small steps over a wide range and, then, is achieved exactly.

It has nothing to do with any Gaussian distribution (is distribution-free), principal components analysis, singular value decomposition, etc.

Re: RAD – Outlier Detection on Big Data

#3
post #2

Consider: "A Real-Time System-Adapted Anomaly Detector", 'Information Sciences', volume 115, April, 1999, pages 221-259. It's a distribution-free statistical hypothesis test for multidimensional data. False alarm rate can be adjusted in small steps over a wide range and, then, is achieved exactly. It has nothing to do with any Gaussian distribution (is distribution-free), principal components analysis, singular value…

But it doesn't come with an open source implementation.

Re: RAD – Outlier Detection on Big Data

#5
post #3
post #2

Consider: "A Real-Time System-Adapted Anomaly Detector", 'Information Sciences', volume 115, April, 1999, pages 221-259. It's a distribution-free statistical hypothesis test for multidimensional data. False alarm rate can be adjusted in small steps over a wide range and, then, is achieved exactly. It has nothing to do with any Gaussian distribution (is distribution-free), principal components analysis, singular value…

But it doesn't come with an open source implementation.

How to implement it efficiently is an issue!

If you can figure it out, publish it!

Else when I get time, I will!