Hacker News new | ask | show | jobs
by thenaturalist 2723 days ago
Thanks for making this available.

Slight beginner question pertaining to the anomaly detection with STAMPI example: How exactly do the graphs showcase a "detection" by the Matrix Profile?

While the signal graph is clearly out of bounds (100% above last upper bound), the relativ Matrix Profile's "spike in value" fits perfectly within the bounds of that graph.

1 comments

Yeah, this is actually a good example of why it's important to add a bit to the raw Matrix Profile. The point is anomalous with respect to the pattern preceding it (the "sawtooth"), so in this case one needs to consider the whole Matrix Profile. It's a good callout in that the graph isn't a complete anomaly detection system; it more demonstrates how a single anomalous point can impact the Matrix Profile value.
Great, thanks for the context!