-
Notifications
You must be signed in to change notification settings - Fork 156
Description
Hello, I hope this message finds you well. I wanted to take a moment to express my sincere gratitude for your valuable contributions to GDN.
Could you kindly provide your perspective on whether your approach would be effective in detecting anomalies in the described context? Any guidance or recommendations you can offer would be greatly appreciated.
Problem description: Extract variable groups with a certain linear relationship from the data.
For example: there are 100 variables (x1 - x100), record the variable values of all variables at 100 timestamps (t1 - t100), which is a 100*100 matrix. And have a matrix that satisfies a certain relationship and a matrix that does not satisfy this relationship. The schematic diagram is as follows:
In the figure above, data 1 satisfies the relationship x3+x98 > x1+x2 from t1 to t100, while data 2 has moments when it does not satisfy this relationship (t5 - t100).
Purpose: Given the above two types of data, we can analyze which variables have a certain relationship in data 1. However, this relationship is not completely satisfied in data 2. The specific relationship does not need to be given, only the variable group is given.
Thank you for your attention to this matter. I look forward to hearing from you.
