Thanks for the quick response. I misspoke of the use case. The hope is to not find points that fall outside a certain number of standard deviations, but rather to detect outliers from a series of points, or if possible, to detect whether in real-time the latest point that comes is an outlier (so I can detect and notify myself of this behavior).
For example, if I have one numerical point stored each day for the past 30 days, then I would want to see whether there are any big spikes (from one day to the next) in the data that are of concern. Or in real-time, if the next point that comes in is an outlier, then I would want to email myself that something "bad" has happened.
I am not too keen on ML, so if you guys think that there isn't a way to accomplish this task using ML, or if using just the statistical approach (as mentioned in your responses), is the best way to go, please let me know.
All the best,
Kevin