adaptive-alerting icon indicating copy to clipboard operation
adaptive-alerting copied to clipboard

PEWMA style IntervalForecaster

Open calvin1978 opened this issue 6 years ago • 0 comments

When use PEWMA detector , the stdDev should also return to Detector, or a new IntervalForecaster with the beta parameter

Otherwise, only the mean be prevented from shifting, but the stdDev still shifted.

And another way is use the pt value as threshold to detect anomaly

https://github.com/dzimine/pewma/blob/master/function.py

https://aws.amazon.com/cn/blogs/iot/anomaly-detection-using-aws-iot-and-aws-lambda/

calvin1978 avatar Jun 20 '19 02:06 calvin1978