Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anomaly between two series #100

Open
ivanokeeffe opened this issue Mar 27, 2020 · 2 comments
Open

Anomaly between two series #100

ivanokeeffe opened this issue Mar 27, 2020 · 2 comments
Labels
question Further information is requested

Comments

@ivanokeeffe
Copy link

Hi guys,
Not sure where else to ask this question, but does anybody know the best way to determine an anomaly between two series?
For example, if two thermometers are supposed to read the same data:
thermometer1 : [10 10 20 20 30 30]
thermometer2: [10 10 20 20 30 30]
But over time thermometer 2 becomes inaccurate:
thermometer1: [10 10 20 20 30 30]
thermometer2: [10 10 20 25 35 40]

Does anybody know how you could pick up something such as this?
Thanks for helping a guy out!

@ivanokeeffe
Copy link
Author

@tailaiw Hoping you might be able to help :)

@tailaiw
Copy link
Contributor

tailaiw commented Mar 30, 2020

I think RegressionAD should work.

@tailaiw tailaiw added the question Further information is requested label Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants