Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You don't need to and probably shouldn't remove the outliers from your dataset. You can easily query it with:

  SELECT * FROM series WHERE is_anomaly = f;
If you want you can wrap a (materialized) view around this.


Thnx, but my point was that if there are no outliers, there will still be values that are located more than one stdev from the average.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: